summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
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"', {