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

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: 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 cc4916603a770bb1ef6a8e71a61a3f9f326d6047..c0d282f19906526582a089a655869968a3a7a7ea 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',

Powered by Google App Engine
This is Rietveld 408576698