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

Unified Diff: masters/master.chromium.webkit/master_linux_webkit_pinned_cfg.py

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.chromium.webkit/master_linux_webkit_pinned_cfg.py
diff --git a/masters/master.chromium.webkit/master_linux_webkit_pinned_cfg.py b/masters/master.chromium.webkit/master_linux_webkit_pinned_cfg.py
index 486aef3ab3ad1626974878487da14fadc6341264..e69ed2650dabf0126c030350f6347c3db62f66a9 100644
--- a/masters/master.chromium.webkit/master_linux_webkit_pinned_cfg.py
+++ b/masters/master.chromium.webkit/master_linux_webkit_pinned_cfg.py
@@ -51,7 +51,10 @@ F('f_webkit_linux_rel', linux().ChromiumFactory(
['webkit', 'tools', 'layout_tests', 'test_expectations.txt' ],
],
'archive_webkit_results': ActiveMaster.is_production_host,
- 'gclient_env': { 'GYP_GENERATORS': 'ninja' },
+ 'gclient_env': {
+ 'GYP_DEFINES': 'use_ash=0 use_aura=0',
+ 'GYP_GENERATORS':'ninja',
+ },
'generate_gtest_json': True,
'test_results_server': 'test-results.appspot.com',
}))

Powered by Google App Engine
This is Rietveld 408576698