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

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

Issue 1875613004: Remove stray references to crash_service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « chrome/tools/build/win/FILES.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c0bb96b98677aa65219c60fa4536e91cf2e2c1e3..3597e54bfcc8c0a66a2e6e7d30e3fb6696295192 100644
--- a/tools/perf/chrome_telemetry_build/BUILD.gn
+++ b/tools/perf/chrome_telemetry_build/BUILD.gn
@@ -18,10 +18,7 @@ group("telemetry_chrome_test") {
]
if (is_win) {
- data_deps += [
- "//chrome:reorder_imports",
- "//chrome/tools/crash_service",
- ]
+ data_deps += [ "//chrome:reorder_imports" ]
data += [ "//components/crash/content/tools/generate_breakpad_symbols.py" ]
}
« no previous file with comments | « chrome/tools/build/win/FILES.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698