Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 20ed72217262bc860ab887aa0be286aa3e764930..564f767d5993de099357ab04d2df4eb35963fb23 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -331,6 +331,14 @@ |
}], |
], |
}, # target_name: chromium_builder_qa |
+ { |
+ 'target_name': 'chromium_builder_perf_av', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'chromium_builder_qa', # needed for pyauto |
cmp
2012/08/14 00:31:41
do you not need chromium_builder_perf (a superset
shadi
2012/08/14 17:41:04
I do not run browser_tests or ui_tests that are bu
|
+ '../webkit/webkit.gyp:pull_in_DumpRenderTree', # to run layout tests |
cmp
2012/08/14 00:31:41
indent comment '# to run layout tests' by one more
shadi
2012/08/14 17:41:04
Done.
|
+ ], |
+ }, # target_name: chromium_builder_perf_av |
cmp
2012/08/14 00:31:41
indent this comment by one more space
shadi
2012/08/14 17:41:04
Done.
|
], # targets |
}], |
['OS=="mac"', { |