diff options
author | braffert@chromium.org <braffert@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-27 22:14:15 +0000 |
---|---|---|
committer | braffert@chromium.org <braffert@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-27 22:14:15 +0000 |
commit | 6ee1195548023a4c9525357ee508f6d35229f6ac (patch) | |
tree | dbf7d8315df017dd969c2a4d972ea3607dcd3afe /build/all.gyp | |
parent | f8b4b12870aafa5f07f0b79fcf0e346baa10ae0e (diff) | |
download | chromium_src-6ee1195548023a4c9525357ee508f6d35229f6ac.zip chromium_src-6ee1195548023a4c9525357ee508f6d35229f6ac.tar.gz chromium_src-6ee1195548023a4c9525357ee508f6d35229f6ac.tar.bz2 |
add sync_performance_tests to chromium_builder_perf dependencies
BUG=90441
TEST=sync_performance_tests
Review URL: http://codereview.chromium.org/7520003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94367 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 852b56d..fff0f7d 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -268,6 +268,7 @@ '../chrome/chrome.gyp:performance_ui_tests', '../chrome/chrome.gyp:plugin_tests', '../chrome/chrome.gyp:startup_tests', + '../chrome/chrome.gyp:sync_performance_tests', '../chrome/chrome.gyp:tab_switching_test', '../chrome/chrome.gyp:ui_tests', # needed for dromaeo, sunspider, v8 '../chrome/chrome.gyp:url_fetch_test', |