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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 9 05:38:43 PDT 2011


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





--- Comment #6 from Adam Roben (:aroben) <aroben at apple.com>  2011-09-09 05:38:43 PST ---
(In reply to comment #5)
> (In reply to comment #2)
> > (From update of attachment 106707 [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?

-- 
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