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

Unified Diff: chrome/test/BUILD.gn

Issue 2625813003: MacViews: Allow the toolkit-views Enterprise Signin Confirmation Dialog to be used (Closed)
Patch Set: Rebase (DID NOT LAND) 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
« no previous file with comments | « chrome/browser/ui/views/tab_dialogs_views.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index df42aa6bc0ac573c52587c2dec6e79aec4f7ca81..bd9f2091ace9983ab25101047456cee93d3fdcaa 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2142,6 +2142,7 @@ test("browser_tests") {
"../browser/ui/views/frame/browser_non_client_frame_view_browsertest_win.cc",
"../browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc",
"../browser/ui/views/select_file_dialog_extension_browsertest.cc",
+ "../browser/ui/views/sync/profile_signin_confirmation_dialog_views_browsertest.cc",
]
deps += [ "//ui/views" ]
if (!is_chromeos && (!is_mac || mac_views_browser)) {
@@ -2370,6 +2371,7 @@ test("browser_tests") {
"../browser/ui/views/external_protocol_dialog_browsertest.cc",
# inline login UI is disabled on chromeos
+ "../browser/ui/views/sync/profile_signin_confirmation_dialog_views_browsertest.cc",
"../browser/ui/webui/signin/inline_login_ui_browsertest.cc",
# chromeos does not use the desktop user manager
« no previous file with comments | « chrome/browser/ui/views/tab_dialogs_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698