summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-04 19:06:01 +0000
committerkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-04 19:06:01 +0000
commite73b36cf5de2563a425c2bdf15a49bcd98f3d58a (patch)
treeab8ee5099e20d55cf141bc211b269f76aa614fc0 /build
parent2cc0fa3bdaa65bc01697f09402f30f24e60367f3 (diff)
downloadchromium_src-e73b36cf5de2563a425c2bdf15a49bcd98f3d58a.zip
chromium_src-e73b36cf5de2563a425c2bdf15a49bcd98f3d58a.tar.gz
chromium_src-e73b36cf5de2563a425c2bdf15a49bcd98f3d58a.tar.bz2
Add new target for building qa-related targets on the qa waterfall.
BUG=none TEST=none Review URL: http://codereview.chromium.org/6246110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73825 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 ce18cdf..7e53a6e 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -217,7 +217,15 @@
'../chrome/chrome.gyp:gpu_tests',
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree',
],
- }
+ }, # target_name: chromium_gpu_builder
+ {
+ 'target_name': 'chromium_builder_qa',
+ 'type': 'none',
+ 'dependencies': [
+ '../chrome/chrome.gyp:pyautolib',
+ '../chrome/chrome.gyp:chromedriver',
+ ],
+ }, # target_name: chromium_builder_qa
],
'conditions': [
['OS=="mac"', {