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

Unified Diff: scripts/slave/recipe_modules/v8/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/v8/chromium_config.py
diff --git a/scripts/slave/recipe_modules/v8/chromium_config.py b/scripts/slave/recipe_modules/v8/chromium_config.py
index c2433376e083d08e84ac976e1d81fefcadeee02e..3ff74e3da394233ca1ad096d256bbd6acde45d54 100644
--- a/scripts/slave/recipe_modules/v8/chromium_config.py
+++ b/scripts/slave/recipe_modules/v8/chromium_config.py
@@ -87,7 +87,7 @@ def interpreted_regexp(c):
c.gyp_env.GYP_DEFINES['v8_interpreted_regexp'] = 1
-@CONFIG_CTX(group='builder')
+@CONFIG_CTX(includes=['v8'], group='builder')
def make(c):
c.build_dir = Path('[CHECKOUT]', 'out')
c.compile_py.build_tool = 'make'
@@ -103,11 +103,6 @@ def v8_ninja(c):
c.build_config_fs = c.BUILD_CONFIG + '_x64'
-@CONFIG_CTX(includes=['v8'])
-def no_clang(c):
- c.gyp_env.GYP_DEFINES['clang'] = 0
-
-
@CONFIG_CTX(includes=['v8', 'dcheck'])
def no_dcheck(c):
c.gyp_env.GYP_DEFINES['dcheck_always_on'] = 0

Powered by Google App Engine
This is Rietveld 408576698