Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index c5a930f95e22fc14c33fbbc2c31658e8990c1111..6cf6e030368d8efdce7426c026d342147f056330 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -316,7 +316,6 @@ |
'../chrome/chrome.gyp:browser_tests', |
'../chrome/chrome.gyp:chromedriver_tests', |
'../chrome/chrome.gyp:chromedriver_unittests', |
- '../chrome/chrome.gyp:interactive_ui_tests', |
'../cloud_print/cloud_print.gyp:cloud_print_unittests', |
'../content/content_shell_and_tests.gyp:content_browsertests', |
'../content/content_shell_and_tests.gyp:content_shell', |
@@ -344,7 +343,8 @@ |
], |
'conditions': [ |
['use_athena!=1', { |
- 'dependencies' : [ |
+ 'dependencies' : [ |
+ '../chrome/chrome.gyp:interactive_ui_tests', |
'../chrome/chrome.gyp:sync_integration_tests', |
'../chrome/chrome.gyp:unit_tests', |
], |