diff options
author | cmp@chromium.org <cmp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-23 00:32:42 +0000 |
---|---|---|
committer | cmp@chromium.org <cmp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-23 00:32:42 +0000 |
commit | f0e0ac2c4ef9c2fc410b11b7d09ccd65418b0247 (patch) | |
tree | aac21404b22fb26158c43a27383c85b3bec20c05 /build | |
parent | b05fb9ff06a04df49107dbdd1be263e75462ceb3 (diff) | |
download | chromium_src-f0e0ac2c4ef9c2fc410b11b7d09ccd65418b0247.zip chromium_src-f0e0ac2c4ef9c2fc410b11b7d09ccd65418b0247.tar.gz chromium_src-f0e0ac2c4ef9c2fc410b11b7d09ccd65418b0247.tar.bz2 |
Add chromium_builder_qa dependency to perf target.
Add pyauto to the perf target by depending on
chromium_builder_qa from chromium_builder_perf.
BUG=79636
TEST=pyauto is built by the perf builders
Review URL: http://codereview.chromium.org/6881065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82757 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-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 0894071..6985334 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -257,6 +257,7 @@ 'target_name': 'chromium_builder_perf', 'type': 'none', 'dependencies': [ + 'chromium_builder_qa', # needed for pyauto '../chrome/chrome.gyp:memory_test', '../chrome/chrome.gyp:page_cycler_tests', '../chrome/chrome.gyp:plugin_tests', |