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