[Webkit-unassigned] [Bug 67756] Let TestWebKitAPI work for chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 9 05:45:42 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67756





--- Comment #7 from Xianzhu Wang <wangxianzhu at chromium.org>  2011-09-09 05:45:41 PST ---
(In reply to comment #6)
> (In reply to comment #5)
> > (In reply to comment #2)
> > > (From update of attachment 106707 [details] [details] [details])
> > > I don't understand the TestWebKitAPI[Prefix].h changes. Why can't Chromium use a prefix header like Mac and Windows do?
> > 
> > I haven't found a way to achieve that. I have asked the question in https://lists.webkit.org/pipermail/webkit-dev/2011-September/017892.html.
> 
>  % git grep Prefix -- '*.gyp'
> Source/JavaScriptCore/gyp/JavaScriptCore.gyp:            'GCC_PREFIX_HEADER': '<(project_dir)/JavaScriptCorePrefix.h',
> Source/WebCore/WebCore.gyp/WebCore.gyp:          'GCC_PREFIX_HEADER': '../WebCorePrefix.h',
> Source/WebCore/gyp/WebCore.gyp:            'GCC_PREFIX_HEADER': '<(project_dir)/WebCorePrefix.h',
> Source/WebCore/gyp/WebCore.gyp:            'GCC_PREFIX_HEADER': '<(project_dir)/WebCorePrefix.h',
> 
> Can we do something similar for TestWebKitAPI?

Those are all in 'xcode_settings'. I think we don't need to specially treat mac platform of Chromium as we have already included all necessary headers.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list