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

Unified Diff: tools/perf/chrome_telemetry_build/BUILD.gn

Issue 1638483002: Update references to tools/telemetry in .gn, .gyp & .isolate files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ready for review Created 4 years, 11 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
Index: tools/perf/chrome_telemetry_build/BUILD.gn
diff --git a/tools/perf/chrome_telemetry_build/BUILD.gn b/tools/perf/chrome_telemetry_build/BUILD.gn
index 6a1b748548567ef04d82bc1a4d888994a51bcb12..4e008934107763c87d8ae5cba09ba8937c1de7ed 100644
--- a/tools/perf/chrome_telemetry_build/BUILD.gn
+++ b/tools/perf/chrome_telemetry_build/BUILD.gn
@@ -5,19 +5,16 @@
import("//build/config/compiler/compiler.gni")
group("telemetry_chrome_test") {
- deps = [
- "//tools/telemetry:telemetry_test_support",
- ]
-
data_deps = [
# TODO(kbr): this used to be "//chrome". Had to change this to
# chrome_initial temporarily to work around crbug.com/536192.
"//chrome:chrome_initial",
- "//tools/telemetry:bitmaptools",
+ "//third_party/catapult/telemetry:bitmaptools",
]
data = [
"//tools/perf/chrome_telemetry_build/",
+ "//third_party/catapult/",
]
if (is_win) {

Powered by Google App Engine
This is Rietveld 408576698