Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1899)

Unified Diff: build/all.gyp

Issue 10824287: Add a build target for perf_av bot dependencies. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698