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

Unified Diff: BUILD.gn

Issue 2019553002: Refactor dependencies for chromium_builder_perf target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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.gn
diff --git a/BUILD.gn b/BUILD.gn
index b5fbf42320446da4f5319abfe236383a649ecb3a..4be1edcbd781cce3ace1c85a84e19f48b858f846 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -870,13 +870,12 @@ group("chromium_builder_perf") {
if (!is_ios && !is_android && !is_chromecast && !is_mac) {
deps = [
"//cc:cc_perftests",
- "//chrome",
"//chrome/test:load_library_perf_tests",
"//chrome/test:sync_performance_tests",
"//gpu:gpu_perftests",
"//media:media_perftests",
"//media/midi:midi_unittests",
- "//third_party/catapult/telemetry:bitmaptools",
+ "//tools/perf/chrome_telemetry_build:telemetry_chrome_test",
]
if (!is_chromeos) {
« 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