diff options
author | hans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-06 20:13:38 +0000 |
---|---|---|
committer | hans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-06 20:13:38 +0000 |
commit | 85a75e5726396810059de1e9ff1ce651cbdff768 (patch) | |
tree | 1e98024e7d12b5574026f663c3da3365fc3899ca /build | |
parent | 0e92ec21259c415f984245ea812e658ec1705678 (diff) | |
download | chromium_src-85a75e5726396810059de1e9ff1ce651cbdff768.zip chromium_src-85a75e5726396810059de1e9ff1ce651cbdff768.tar.gz chromium_src-85a75e5726396810059de1e9ff1ce651cbdff768.tar.bz2 |
Disable 'clang_use_chrome_plugins' on Windows
Clang plugins don't work on Windows currently, and when Blink r173367
enabled the Oilpan GC plugin by default, it broke all the Win Clang FYI
builders. This should fix that.
BUG=82385
NOTRY=true
Review URL: https://codereview.chromium.org/268833009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268600 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 096f1a9..afbb6b7 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -2002,6 +2002,12 @@ ], }], + ['OS=="win"', { + # The Clang plugins don't currently work on Windows. + # TODO(hans): One day, this will work. (crbug.com/82385) + 'clang_use_chrome_plugins%': 0, + }], + # On valgrind bots, override the optimizer settings so we don't inline too # much and make the stacks harder to figure out. # |