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

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

Issue 23037006: Force aura off on all non-recipe-based blink bots on the tryserver and chromium.webkit waterfalls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 4 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 | « masters/master.chromium.webkit/master_win_webkit_pinned_cfg.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium/master.cfg
diff --git a/masters/master.tryserver.chromium/master.cfg b/masters/master.tryserver.chromium/master.cfg
index 10b2836580e4198578b5d6d0b75477cc8a2383f3..85c1f3ba94adf0334a7fb114fe78f2bed1dd61d9 100644
--- a/masters/master.tryserver.chromium/master.cfg
+++ b/masters/master.tryserver.chromium/master.cfg
@@ -1508,7 +1508,7 @@ b_win_layout = {
'archive_webkit_results': ActiveMaster.is_production_host,
'gclient_env': {
'GYP_GENERATORS': 'ninja',
- 'GYP_DEFINES': 'chromium_win_pch=0',
+ 'GYP_DEFINES': 'chromium_win_pch=0 use_aura=0',
},
'gs_bucket': gs_bucket_layout_test_archives,
}),
@@ -1527,7 +1527,7 @@ b_win_layout_rel = {
'archive_webkit_results': ActiveMaster.is_production_host,
'blink_config': 'blink',
'gclient_env': {
- 'GYP_DEFINES': 'chromium_win_pch=0 fastbuild=1',
+ 'GYP_DEFINES': 'chromium_win_pch=0 fastbuild=1 use_aura=0',
'GYP_GENERATORS': 'ninja',
},
'gs_bucket': gs_bucket_layout_test_archives,
« no previous file with comments | « masters/master.chromium.webkit/master_win_webkit_pinned_cfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698