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

Unified Diff: Source/bindings/bindings.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 | « no previous file | Source/config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/bindings.gyp
diff --git a/Source/bindings/bindings.gyp b/Source/bindings/bindings.gyp
index 34e7e20bbf7ca5a88fdf0a76fd9e442981bc986c..bfe30a66c3cc17d4a1a7137835c84df8c3924dac 100644
--- a/Source/bindings/bindings.gyp
+++ b/Source/bindings/bindings.gyp
@@ -70,7 +70,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': '../core/WebCorePrefix.h',
+ 'GCC_PREFIX_HEADER': '../core/WebCorePrefixMac.h',
},
'sources': [
'<@(derived_sources_aggregate_files)',
« no previous file with comments | « no previous file | Source/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698