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

Unified Diff: 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 | « no previous file | build/all.gyp » ('j') | 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 fa733081da6f930317f6bcf694ebdd1b8b8fd483..b017c947eb5bd33f379dc35cc8db7c966cf0b5fd 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -873,13 +873,8 @@ group("chromium_builder_perf") {
if (is_win) {
deps += [
- "//chrome/tools/crash_service",
# "//gpu:angle_perftests", TODO(GYP): crbug.com/537008
]
-
- if (target_cpu == "x86") {
- deps += [ "//chrome/tools/crash_service:crash_service_win64" ]
- }
} else {
deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ]
}
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698