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

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: Nits 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..dcb918b2cd394e77d36d05509612c0d7baaf155c 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 perf pyauto tests
+ '../webkit/webkit.gyp:pull_in_DumpRenderTree', # to run layout tests
+ ],
+ }, # target_name: chromium_builder_perf_av
], # 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