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) { |