Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index fac1a9e80a39449f91bec51eafc8c451240ea106..af255d220f9b51ebc009f2b171f094e8c5162343 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1753,6 +1753,9 @@ |
| 'clang_chrome_plugins_flags': [ |
| '<!@(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)' |
| ], |
| + 'clang_blink_gc_plugin_flags': [ |
| + '<!@(<(DEPTH)/tools/clang/scripts/blink_gc_plugin_flags.sh)' |
| + ], |
| }], |
| ['asan==1 and OS!="win"', { |