summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 19:18:25 +0000
committerkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 19:18:25 +0000
commit4a2d052af3034326b6372c430c1a2e7ce5ec5cda (patch)
tree10f4fdedc4430095a4caeae59f7762b3a388eed9 /build
parent1d8994b58c736cf85b8837b99bb80d274b968409 (diff)
downloadchromium_src-4a2d052af3034326b6372c430c1a2e7ce5ec5cda.zip
chromium_src-4a2d052af3034326b6372c430c1a2e7ce5ec5cda.tar.gz
chromium_src-4a2d052af3034326b6372c430c1a2e7ce5ec5cda.tar.bz2
Add new target for building gpu-related tests.
BUG=none TEST=none Review URL: http://codereview.chromium.org/5901002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69291 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp10
1 files changed, 9 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 2efce38..46d550d 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -197,7 +197,15 @@
],
}],
],
- }
+ },
+ {
+ 'target_name': 'chromium_gpu_builder',
+ 'type': 'none',
+ 'dependencies': [
+ '../chrome/chrome.gyp:gpu_tests',
+ '../third_party/WebKit/WebKit/chromium/WebKit.gyp:DumpRenderTree',
+ ],
+ }
],
'conditions': [
['OS=="mac"', {