| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index a146c466eabde0a65010bc668be0b36ca82ecd0f..7c87198386eaca5c909b4805e4916c038f75af37 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -3602,7 +3602,10 @@
|
| '$(inherited)', '-std=gnu++11',
|
| ],
|
| }],
|
| - ['clang==1 and clang_use_chrome_plugins==1', {
|
| + # TODO(thakis): Reenable plugins with once
|
| + # tools/clang/scripts/update.sh no longer pins clang to an ancient
|
| + # version for asan (http://crbug.com/170629)
|
| + ['clang==1 and clang_use_chrome_plugins==1 and asan!=1', {
|
| 'OTHER_CFLAGS': [
|
| '<@(clang_chrome_plugins_flags)',
|
| ],
|
|
|