Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(951)

Unified Diff: scripts/slave/recipe_modules/chromium/config.py

Issue 1412353002: WebRTC: Add Linux GCC bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Expectation Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/chromium/config.py
diff --git a/scripts/slave/recipe_modules/chromium/config.py b/scripts/slave/recipe_modules/chromium/config.py
index 61ba8d546faec2a358181f8f16f1c003b2ebbce9..d1d9933908cc6d8f4fd12bd83b71c54abce78bbf 100644
--- a/scripts/slave/recipe_modules/chromium/config.py
+++ b/scripts/slave/recipe_modules/chromium/config.py
@@ -282,6 +282,10 @@ def _clang_common(c):
def clang(c):
_clang_common(c)
+@config_ctx()
Michael Achenbach 2015/10/20 06:54:18 If you put it into this file, maybe add group='com
kjellander_chromium 2015/10/20 07:43:23 I tried but then it failed with: BadConf: "no_clan
+def no_clang(c):
+ c.gyp_env.GYP_DEFINES['clang'] = 0
+
@config_ctx(group='compiler')
def default_compiler(c):
if c.TARGET_PLATFORM in ('mac', 'ios'):

Powered by Google App Engine
This is Rietveld 408576698