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

Unified Diff: BUILD.gn

Issue 1491363002: Add chrome crash service to GN build on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add is_win Created 5 years 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/buildflag_header.gni » ('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 1637b8037784b9d9b52dcb03ffe457ccef27ebe9..f160eb2f08528c931cb3699a02712721adb03e89 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -560,7 +560,6 @@ group("both_gn_and_gyp") {
"//chrome_elf:dll_hash_main",
"//cloud_print:cloud_print_unittests",
"//cloud_print/service/win:cloud_print_service",
- "//components/crash/content/tools:crash_service",
"//components/wifi:wifi_test",
"//net:quic_client",
"//net:quic_server",
@@ -785,7 +784,7 @@ if (!is_ios) {
if (is_win) {
deps += [
"//components/test_runner:layout_test_helper",
- "//content/shell:crash_service",
+ "//content/shell:content_shell_crash_service",
]
}
@@ -844,14 +843,12 @@ group("chromium_builder_perf") {
if (is_win) {
deps += [
- "//content/shell:crash_service",
+ "//chrome/tools/crash_service",
# "//gpu:angle_perftests", TODO(GYP): crbug.com/537008
]
if (target_cpu == "x86") {
- deps += [
- # "//content/shell:crash_service_win64", TODO(GYP): crbug.com/537009
- ]
+ deps += [ "//chrome/tools/crash_service:crash_service_win64" ]
}
} else {
deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ]
« no previous file with comments | « no previous file | build/buildflag_header.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698