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

Unified Diff: Source/core/core.gyp/core.gyp

Issue 15923004: WebCorePrefix.h is only used for Mac OS X. Clean up dead code and remove including wtf/Platform.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename WebCorePrefix.h to WebCorePrefixMac.h Created 7 years, 7 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp/core.gyp
diff --git a/Source/core/core.gyp/core.gyp b/Source/core/core.gyp/core.gyp
index 779f8db9c8505afc37e97ce349f3cc26d6bcb44f..eec488aa5d6949d75137dc8e86b81e7c3cd2a36f 100644
--- a/Source/core/core.gyp/core.gyp
+++ b/Source/core/core.gyp/core.gyp
@@ -372,7 +372,7 @@
# 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': '../WebCorePrefix.h',
+ 'GCC_PREFIX_HEADER': '../WebCorePrefixMac.h',
},
},
'conditions': [
« no previous file with comments | « Source/core/WebCorePrefixMac.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698