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', |