Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: Source/core/core.gyp

Issue 360353002: Move core/WebCorePrefixMac.h to build/mac/Prefix.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix gn build Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/WebCorePrefixMac.h ('k') | Source/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index a76bc3a8e34f3e5fdba2fcb052c05d05c756122a..7c628ff5b499f11e5a0102d2c492e7f1fd670763 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -415,8 +415,7 @@
'xcode_settings': {
# Some Mac-specific parts of WebKit won't compile without having this
# prefix header injected.
- # FIXME: make this a first-class setting.
- 'GCC_PREFIX_HEADER': 'WebCorePrefixMac.h',
+ 'GCC_PREFIX_HEADER': '<(DEPTH)/third_party/WebKit/Source/build/mac/Prefix.h',
},
},
'conditions': [
« no previous file with comments | « Source/core/WebCorePrefixMac.h ('k') | Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698