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

Unified Diff: masters/master.tryserver.chromium/master.cfg

Issue 25792002: Turn off ash and aura by default on linux blink bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge to r226807 Created 7 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: masters/master.tryserver.chromium/master.cfg
diff --git a/masters/master.tryserver.chromium/master.cfg b/masters/master.tryserver.chromium/master.cfg
index 4f3ce06ea5b261cfc4f6a7ab3612d2f3900b8141..65930c0f096ee525d46fd4b96c60b483d3ee28dc 100644
--- a/masters/master.tryserver.chromium/master.cfg
+++ b/masters/master.tryserver.chromium/master.cfg
@@ -1376,6 +1376,7 @@ b_linux_layout_rel = {
'archive_webkit_results': ActiveMaster.is_production_host,
'blink_config': 'blink',
'gclient_env': {
+ 'GYP_DEFINES': 'use_ash=0 use_aura=0',
'GYP_GENERATORS': 'ninja',
},
}),
@@ -1394,6 +1395,7 @@ b_linux_layout_rel_32 = {
'archive_webkit_results': ActiveMaster.is_production_host,
'blink_config': 'blink',
'gclient_env': {
+ 'GYP_DEFINES': 'use_ash=0 use_aura=0',
'GYP_GENERATORS': 'ninja',
},
}),
@@ -1419,7 +1421,7 @@ b_linux_layout_asan = {
'asan': True,
'blink_config': 'blink',
'gclient_env': {
- 'GYP_DEFINES': asan_gyp,
+ 'GYP_DEFINES': asan_gyp + ' use_ash=0 use_aura=0',
'GYP_GENERATORS': 'ninja',
},
'time_out_ms': '18000',
« no previous file with comments | « masters/master.chromium.webkit/master_linux_webkit_pinned_cfg.py ('k') | scripts/slave/recipe_modules/chromium/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698