| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 4fcd2117ffcf7a630d5e607cfdf6b41d850321e1..db6865ef27ed89f8a94b5c3be65acae9fd3d857c 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2157,9 +2157,8 @@
|
| 'enable_service_discovery%': 1
|
| }],
|
| ['clang_use_chrome_plugins==1 and OS!="win"', {
|
| - 'clang_chrome_plugins_flags': [
|
| - '<!@(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)'
|
| - ],
|
| + 'clang_chrome_plugins_flags%':
|
| + '<!(python <(DEPTH)/tools/clang/scripts/plugin_flags.py)',
|
| }],
|
| ['asan==1 or msan==1 or lsan==1 or tsan==1', {
|
| 'clang%': 1,
|
|
|