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

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: nit Created 3 years, 6 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/google_chrome_strings.grd ('k') | chrome/browser/ui/views/browser_modal_dialog_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 24e5e8404a6571a2a850fb035e5eef5819066fd9..fc9270d2b213a2b2d3dec339a8f1fc21bfa9ad8f 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1636,6 +1636,8 @@ split_static_library("ui") {
"views/frame/opaque_browser_frame_view_linux.h",
"views/frame/opaque_browser_frame_view_platform_specific.cc",
"views/frame/opaque_browser_frame_view_platform_specific.h",
+ "views/profiles/forced_reauthentication_dialog.cc",
+ "views/profiles/forced_reauthentication_dialog.h",
"views/profiles/profile_chooser_view.cc",
"views/profiles/profile_chooser_view.h",
"views/screen_capture_notification_ui_views.cc",
@@ -1969,6 +1971,7 @@ split_static_library("ui") {
]
}
}
+
if (use_ash) {
sources += [
"views/frame/browser_frame_ash.cc",
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/ui/views/browser_modal_dialog_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698