diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-27 03:55:06 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-27 03:55:06 +0000 |
commit | 85357c2f13952989b0a867e589896446675e2151 (patch) | |
tree | 5362581baf9a52459b20af0f7193be11cc61cd56 /build/all.gyp | |
parent | 58d10de32e6652f74ee886686bf0297e7f54afd9 (diff) | |
download | chromium_src-85357c2f13952989b0a867e589896446675e2151.zip chromium_src-85357c2f13952989b0a867e589896446675e2151.tar.gz chromium_src-85357c2f13952989b0a867e589896446675e2151.tar.bz2 |
Mac: Really build interactive_ui_tests on the bots.
BUG=21276
Review URL: http://codereview.chromium.org/3028027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53755 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index c00324a..0643464 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -156,6 +156,7 @@ 'dependencies': [ '../app/app.gyp:app_unittests', '../chrome/chrome.gyp:browser_tests', + '../chrome/chrome.gyp:interactive_ui_tests', '../chrome/chrome.gyp:nacl_ui_tests', '../chrome/chrome.gyp:nacl_sandbox_tests', '../chrome/chrome.gyp:sync_integration_tests', |