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

Unified Diff: scripts/slave/recipe_modules/ios/api.py

Issue 2436723003: Never use the hermetic xcode toolchain for iOS recipes. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « scripts/slave/recipe_modules/chromium/config.py ('k') | scripts/slave/recipes/ios/try.expected/gn.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/ios/api.py
diff --git a/scripts/slave/recipe_modules/ios/api.py b/scripts/slave/recipe_modules/ios/api.py
index 5094c1f1967cc4b7fcc15bdf727888b15ded3d25..bad516a79f92afd2948788405187d7fdd018f11b 100644
--- a/scripts/slave/recipe_modules/ios/api.py
+++ b/scripts/slave/recipe_modules/ios/api.py
@@ -231,6 +231,7 @@ class iOSApi(recipe_api.RecipeApi):
cfg.gyp_env.GYP_DEFINES = dict(v.split('=') for
v in self.__config['GYP_DEFINES'])
self.m.chromium.c = cfg
+ self.m.chromium.apply_config('force_mac_toolchain_off')
use_goma = (cfg.gyp_env.GYP_DEFINES.get('use_goma') == '1' or
'use_goma=true' in self.__config['gn_args'])
« no previous file with comments | « scripts/slave/recipe_modules/chromium/config.py ('k') | scripts/slave/recipes/ios/try.expected/gn.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698