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

Unified Diff: chrome/browser/BUILD.gn

Issue 1844023002: Capture a report on failed browser rendez-vous. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GYP fixup 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/app/main_dll_loader_win.cc ('k') | chrome/browser/process_singleton_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 06c0d3b9d9132cccb2f8577d87cd00a64c909e08..f874039f64359e2a776c2d1f9cee5b186b448a82 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -8,6 +8,7 @@ import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//chrome/common/features.gni")
import("//media/media_options.gni")
+import("//third_party/kasko/kasko.gni")
import("//third_party/protobuf/proto_library.gni")
# //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
@@ -658,6 +659,13 @@ source_set("browser") {
"//components/version_info:generate_version_info",
]
}
+ if (is_win && enable_kasko_failed_rdv_reports) {
+ sources += [
+ "//chrome/app/chrome_crash_reporter_client.cc",
+ "//chrome/app/chrome_crash_reporter_client.h",
+ ]
+ deps += [ "//components/crash/content/app:lib" ]
+ }
if (use_nss_certs) {
sources +=
rebase_path(gypi_values.chrome_browser_nss_sources, ".", "//chrome")
@@ -838,6 +846,7 @@ source_set("browser") {
deps += [
":chrome_process_finder",
"//chrome/chrome_watcher:client",
+ "//chrome/chrome_watcher:kasko_util",
"//chrome/common:version_header",
"//chrome/installer/util:strings",
"//chrome_elf",
« no previous file with comments | « chrome/app/main_dll_loader_win.cc ('k') | chrome/browser/process_singleton_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698