diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-08 02:32:13 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-08 02:32:13 +0000 |
commit | 7cf78c3facf725d31d76ac3d975471b79c0a7362 (patch) | |
tree | 78e398c3ac7f0aec338c83ef2bdde0be3542fee8 /build/all.gyp | |
parent | 75035e50347c30ce753a7ebb35ab3d5daceacfaa (diff) | |
download | chromium_src-7cf78c3facf725d31d76ac3d975471b79c0a7362.zip chromium_src-7cf78c3facf725d31d76ac3d975471b79c0a7362.tar.gz chromium_src-7cf78c3facf725d31d76ac3d975471b79c0a7362.tar.bz2 |
Build selenium tests on the bots. This test is running on the webkit.org xp perf bot.
Review URL: http://codereview.chromium.org/1621007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43918 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 c0e87ce..1a6e445 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -202,6 +202,7 @@ '../chrome/chrome.gyp:nacl_ui_tests', '../chrome/chrome.gyp:page_cycler_tests', '../chrome/chrome.gyp:plugin_tests', + '../chrome/chrome.gyp:selenium_tests', '../chrome/chrome.gyp:startup_tests', '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:tab_switching_test', |