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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2862653002: If force-sign-in policy is enabled, popup warning dialog before window closing if auth token becom… (Closed)
Patch Set: fixup Created 3 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 6cb06ec1a12715a1a4bf2c5b4728ed105e9169bf..848a488a89da4dbf17e14da55e4a2683b46c2582 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1957,6 +1957,16 @@ split_static_library("ui") {
]
}
}
+
+ if (!is_chromeos) {
+ sources += [
+ "views/profiles/force_signout_dialog.cc",
+ "views/profiles/force_signout_dialog.h",
+ "views/profiles/force_signout_dialog_view.cc",
+ "views/profiles/force_signout_dialog_view.h",
+ ]
+ }
+
if (use_ash) {
sources += [
"views/frame/browser_frame_ash.cc",

Powered by Google App Engine
This is Rietveld 408576698