Changeset 138673 in webkit
- Timestamp:
- Jan 2, 2013, 4:08:50 PM (13 years ago)
- Location:
- trunk/Source/WebKit/chromium
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/chromium/ChangeLog
r138666 r138673 1 2013-01-02 Mark Pilgrim <pilgrim@chromium.org> 2 3 [Chromium] Add Platform/chromium to include_dirs 4 https://bugs.webkit.org/show_bug.cgi?id=105955 5 6 Reviewed by James Robinson. 7 8 Currently the headers in WebKit/chromium/public/Web*.h can not 9 include headers from the new Platform/chromium/ directory with the 10 "#include <public/WebFoo.h>" syntax, because the include_dirs for 11 dependent builds (like Chromium-within-WebKit) do not include the 12 new Platform/chromium/ directory. This patch adds that capability 13 without managing to break anything else. 14 15 * WebKit.gyp: 16 1 17 2013-01-02 Alec Flett <alecflett@chromium.org> 2 18 -
trunk/Source/WebKit/chromium/WebKit.gyp
r138477 r138673 855 855 }], 856 856 ], 857 'direct_dependent_settings': { 858 'include_dirs': [ 859 '../../Platform/chromium/', 860 ], 861 }, 857 862 'target_conditions': [ 858 863 ['OS=="android"', { … … 903 908 'public', 904 909 '../../WebCore/testing/v8', # for WebCoreTestSupport.h, needed to link in window.internals code. 910 '../../Platform/chromium/', 905 911 ], 906 912 'sources': [
Note:
See TracChangeset
for help on using the changeset viewer.