diff options
author | nduca@chromium.org <nduca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 17:29:47 +0000 |
---|---|---|
committer | nduca@chromium.org <nduca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 17:29:47 +0000 |
commit | d5bcf54984613ab25652b59ae874296cdb71d6b9 (patch) | |
tree | 0df332fadd365a5a6b24bdfff7d80f170e3f1833 /build | |
parent | 28ac976131c9da5346a8940d0ba9ec1afd686682 (diff) | |
download | chromium_src-d5bcf54984613ab25652b59ae874296cdb71d6b9.zip chromium_src-d5bcf54984613ab25652b59ae874296cdb71d6b9.tar.gz chromium_src-d5bcf54984613ab25652b59ae874296cdb71d6b9.tar.bz2 |
Build performance_ui_tests on gpu waterfall.
Review URL: http://codereview.chromium.org/7792043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98835 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 cc8e292..12862d8 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -292,6 +292,7 @@ 'type': 'none', 'dependencies': [ '../chrome/chrome.gyp:gpu_tests', + '../chrome/chrome.gyp:performance_ui_tests', '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree', ], }, # target_name: chromium_gpu_builder |