diff options
author | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-08 15:38:11 +0000 |
---|---|---|
committer | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-08 15:38:11 +0000 |
commit | eedffc52cb3fd047e20c623a11e79bab231a1e04 (patch) | |
tree | 4b68c91d82c797524defb46c43106306098d2402 /build/all.gyp | |
parent | cade0b81d40911ec2ce7d2687f72f1ef2381ec1e (diff) | |
download | chromium_src-eedffc52cb3fd047e20c623a11e79bab231a1e04.zip chromium_src-eedffc52cb3fd047e20c623a11e79bab231a1e04.tar.gz chromium_src-eedffc52cb3fd047e20c623a11e79bab231a1e04.tar.bz2 |
Adds cc_perftests to chromium_builder_perf target.
BUG=163720
Review URL: https://chromiumcodereview.appspot.com/14846018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198911 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 14d4888..fd36697 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -326,6 +326,7 @@ 'type': 'none', 'dependencies': [ 'chromium_builder_qa', # needed for pyauto + '../cc/cc_tests.gyp:cc_perftests', '../chrome/chrome.gyp:performance_browser_tests', '../chrome/chrome.gyp:performance_ui_tests', '../chrome/chrome.gyp:sync_performance_tests', |