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

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

Issue 1836883003: Add config for Chromium Mac 10.11 Force Mac Toolchain (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Also add the builder to FYI Created 4 years, 9 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 a183f9ff299213ce73fc1b92bd63890f48eaa332..dbfc0c7f71326de1c690b40fd01294e20d316f2d 100644
--- a/scripts/slave/recipe_modules/chromium/config.py
+++ b/scripts/slave/recipe_modules/chromium/config.py
@@ -74,6 +74,7 @@ def BaseConfig(HOST_PLATFORM, HOST_ARCH, HOST_BITS,
ADB_VENDOR_KEYS = Single(Path, required=False),
LLVM_FORCE_HEAD_REVISION = Single(basestring, required=False),
GOMA_STUBBY_PROXY_IP_ADDRESS = Single(basestring, required=False),
+ FORCE_MAC_TOOLCHAIN = Single(int, required=False),
),
project_generator = ConfigGroup(
tool = Single(basestring, empty_val='gyp'),
@@ -805,3 +806,7 @@ def internal_gles2_conform_tests(c):
@config_ctx()
def build_angle_deqp_tests(c):
c.gyp_env.GYP_DEFINES['build_angle_deqp_tests'] = 1
+
+@config_ctx()
+def force_mac_toolchain(c):
+ c.env.FORCE_MAC_TOOLCHAIN = 1
« no previous file with comments | « scripts/slave/recipe_modules/chromium/api.py ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698