diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-07 14:42:03 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-07 14:42:03 +0000 |
commit | be684c6fc1f8c6aebd39f050128e471f091d8d97 (patch) | |
tree | 948d4d877bc8c80f9c4fa57085f81ee94221b46e /build | |
parent | 69e6633595327cfc99037eedec0f64821cafc569 (diff) | |
download | chromium_src-be684c6fc1f8c6aebd39f050128e471f091d8d97.zip chromium_src-be684c6fc1f8c6aebd39f050128e471f091d8d97.tar.gz chromium_src-be684c6fc1f8c6aebd39f050128e471f091d8d97.tar.bz2 |
Add interactive ui tests to the chromeos builder.
Review URL: http://codereview.chromium.org/1508023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43834 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-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 31d4632..c0e87ce 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -266,6 +266,7 @@ '../base/base.gyp:base_unittests', '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:chrome', + '../chrome/chrome.gyp:interactive_ui_tests', '../chrome/chrome.gyp:memory_test', '../chrome/chrome.gyp:page_cycler_tests', '../chrome/chrome.gyp:startup_tests', |