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

Unified Diff: chrome/test/BUILD.gn

Issue 2667773003: [reland] MacViews: Allow the toolkit-views Enterprise Signin Confirmation Dialog to be used (Closed)
Patch Set: clearer comment 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
« 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 986afe7961fa1fc48cd8efdc9c8dcff82e358acb..4863b21522bbde4eca494eb5c8b1d71d26a1278c 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2145,6 +2145,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)) {
@@ -2373,6 +2374,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