Chromium Code Reviews| Index: Source/config.gyp |
| diff --git a/Source/config.gyp b/Source/config.gyp |
| index ebebae6556332c8ff4804729cd49fdd2ca5c2279..4cb33e934fed05a993021fb1c7db4c95333d7b4f 100644 |
| --- a/Source/config.gyp |
| +++ b/Source/config.gyp |
| @@ -107,6 +107,9 @@ |
| # Only enable the blink_gc_plugin when using clang and chrome plugins. |
| ['blink_gc_plugin==1 and clang==1 and clang_use_chrome_plugins==1', { |
| 'cflags': ['<!@(../../../tools/clang/scripts/blink_gc_plugin_flags.sh enable-oilpan=<(enable_oilpan) dump-graph=<(blink_gc_plugin_dump_graph))'], |
| + 'xcode_settings': { |
| + 'OTHER_CFLAGS': ['<!@(../../../tools/clang/scripts/blink_gc_plugin_flags.sh enable-oilpan=<(enable_oilpan) dump-graph=<(blink_gc_plugin_dump_graph))'], |
| + }, |
| }], |
| ], |
| }, |