Index: Source/platform/blink_platform.gyp |
diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp |
index e3af195e761356d208fc0b6a0fa9f290c833ec59..1269e8ed14410a0385240c8cc357ceb2eb6fee10 100644 |
--- a/Source/platform/blink_platform.gyp |
+++ b/Source/platform/blink_platform.gyp |
@@ -220,8 +220,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': '../core/WebCorePrefixMac.h', |
+ 'GCC_PREFIX_HEADER': '<(DEPTH)/third_party/WebKit/Source/build/mac/Prefix.h', |
}, |
'sources': [ |
'<@(platform_files)', |