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

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

Issue 2625813003: MacViews: Allow the toolkit-views Enterprise Signin Confirmation Dialog to be used (Closed)
Patch Set: Split off NWM stuff Created 3 years, 11 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 85414bef1561538c1964b4fd5ffe9bfee17b6153..b5a39e4820ec9bf0db5744c7a5cd6e5b3a5f9bd5 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1513,6 +1513,8 @@ split_static_library("ui") {
"views/subtle_notification_view.h",
"views/sync/bubble_sync_promo_view.cc",
"views/sync/bubble_sync_promo_view.h",
+ "views/sync/profile_signin_confirmation_dialog_views.cc",
+ "views/sync/profile_signin_confirmation_dialog_views.h",
"views/task_manager_view.cc",
"views/task_manager_view.h",
"views/website_settings/chosen_object_row.cc",
@@ -1564,8 +1566,6 @@ split_static_library("ui") {
"views/screen_capture_notification_ui_views.cc",
"views/sync/one_click_signin_dialog_view.cc",
"views/sync/one_click_signin_dialog_view.h",
- "views/sync/profile_signin_confirmation_dialog_views.cc",
- "views/sync/profile_signin_confirmation_dialog_views.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698