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

Unified Diff: scripts/slave/recipe_modules/webrtc/chromium_config.py

Issue 1412353002: WebRTC: Add Linux GCC bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rename to gcc and add compiler group 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/webrtc/chromium_config.py
diff --git a/scripts/slave/recipe_modules/webrtc/chromium_config.py b/scripts/slave/recipe_modules/webrtc/chromium_config.py
index c54d7aa039822dfaf298dd4038d8888b1414c0ff..aafad4711f03680be76603440dfb944a893af56f 100644
--- a/scripts/slave/recipe_modules/webrtc/chromium_config.py
+++ b/scripts/slave/recipe_modules/webrtc/chromium_config.py
@@ -21,6 +21,9 @@ def webrtc_standalone(c):
platform_ext={'win': '.bat',
'mac': '.sh',
'linux': '.sh'})
+@CONFIG_CTX(includes=['ninja', 'gcc', 'goma'])
+def webrtc_gcc(c):
+ _compiler_defaults(c)
@CONFIG_CTX(includes=['chromium_clang', 'dcheck'])
def webrtc_clang(c):

Powered by Google App Engine
This is Rietveld 408576698