Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 737f04873a710833cb3e99ec1195eeb6dfb94510..2011187f0e74c9878b9e58f65e727f7a0c96dfd0 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -573,8 +573,6 @@ |
'target_name': 'aura_builder', |
'type': 'none', |
'dependencies': [ |
- '../ash/ash.gyp:ash_shell', |
- '../ash/ash.gyp:aura_shell_unittests', |
'../chrome/chrome.gyp:chrome', |
'../chrome/chrome.gyp:unit_tests', |
'../chrome/chrome.gyp:ui_tests', |
@@ -598,6 +596,12 @@ |
'../chrome/chrome.gyp:crash_service_win64', |
], |
}], |
+ ['use_ash==1', { |
+ 'dependencies': [ |
+ '../ash/ash.gyp:ash_shell', |
+ '../ash/ash.gyp:aura_shell_unittests', |
+ ], |
+ }], |
['OS=="linux"', { |
# Tests that currently only work on Linux. |
'dependencies': [ |