diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-24 18:12:02 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-24 18:12:02 +0000 |
commit | a01e47de6690ee4c9dc7b3c26315327bce758bfe (patch) | |
tree | ebfe55c9c6013f538d3ee4596d0ebec2875e6c41 /build/all.gyp | |
parent | 49b8b891f8c897225d20d43afb7ab1a7df977fae (diff) | |
download | chromium_src-a01e47de6690ee4c9dc7b3c26315327bce758bfe.zip chromium_src-a01e47de6690ee4c9dc7b3c26315327bce758bfe.tar.gz chromium_src-a01e47de6690ee4c9dc7b3c26315327bce758bfe.tar.bz2 |
Build sync integration tests on our builders in preparation of running
this test.
Review URL: http://codereview.chromium.org/3036019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53596 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 1d27e17..c00324a 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -158,6 +158,7 @@ '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:nacl_ui_tests', '../chrome/chrome.gyp:nacl_sandbox_tests', + '../chrome/chrome.gyp:sync_integration_tests', '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', @@ -184,6 +185,7 @@ '../chrome/chrome.gyp:page_cycler_tests', '../chrome/chrome.gyp:plugin_tests', '../chrome/chrome.gyp:startup_tests', + '../chrome/chrome.gyp:sync_integration_tests', '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:tab_switching_test', '../chrome/chrome.gyp:ui_tests', @@ -237,6 +239,7 @@ '../chrome/chrome.gyp:plugin_tests', '../chrome/chrome.gyp:selenium_tests', '../chrome/chrome.gyp:startup_tests', + '../chrome/chrome.gyp:sync_integration_tests', '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:tab_switching_test', '../chrome/chrome.gyp:ui_tests', |