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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_chrome.py

Issue 2095673003: Enable hermetic build for Google Chrome Mac official. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Mac.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_chrome.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_chrome.py b/scripts/slave/recipe_modules/chromium_tests/chromium_chrome.py
index 04a0729f0070249fdf16f2a8dd1a08e5ea28f37e..d7e74a0cf2db2611f2216f8748d8eea8a1611ebf 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_chrome.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_chrome.py
@@ -48,7 +48,7 @@ SPEC = {
},
'Google Chrome Mac': {
'chromium_config': 'chromium_official',
- 'chromium_apply_config': ['mb'],
+ 'chromium_apply_config': ['mb', 'force_mac_toolchain'],
'gclient_config': 'chromium',
'gclient_apply_config': ['chrome_internal'],
'chromium_config_kwargs': {
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698