diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-22 22:09:22 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-22 22:09:22 +0000 |
commit | 883b02117352baa0eeeac6966a0688315514fc74 (patch) | |
tree | 6c7e2088e83eac85d7a2b18eba02ab21c7b122d5 /build/all.gyp | |
parent | aee432ac6210229b2a6f1c2539e9793a54d808f5 (diff) | |
download | chromium_src-883b02117352baa0eeeac6966a0688315514fc74.zip chromium_src-883b02117352baa0eeeac6966a0688315514fc74.tar.gz chromium_src-883b02117352baa0eeeac6966a0688315514fc74.tar.bz2 |
Adding sync_integration_tests to the chromeos_builder target.
This will cause the sync_integration_tests to be built on the trybots,
however, they won't be run unless bot changes are made.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6724005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79053 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 fcebd49..70b9db1 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -475,6 +475,7 @@ '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:startup_tests', '../chrome/chrome.gyp:sync_unit_tests', + '../chrome/chrome.gyp:sync_integration_tests', '../chrome/chrome.gyp:tab_switching_test', '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', |