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

Unified Diff: chrome/browser/BUILD.gn

Issue 2729633002: mash: Cleanly exit on SIGTERM, SIGINT, SIGHUP (Closed)
Patch Set: Created 3 years, 10 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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index bc9d0c2961f05c5af95c628a830b5e0148a7ca17..1fb449d90290a3eb10820e906a8e97aeca14c6c4 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2344,6 +2344,9 @@ split_static_library("browser") {
if (use_aura && !use_ozone && is_desktop_linux) {
deps += [ "//chrome/browser/ui/libgtkui" ]
}
+ if (is_posix) {
+ deps += [ "//chrome/app:shutdown_signal_handlers" ]
+ }
if (is_posix && !is_mac) {
sources += [
"//chrome/app/chrome_crash_reporter_client.cc",

Powered by Google App Engine
This is Rietveld 408576698