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

Unified Diff: chrome/test/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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 6419c2c6a8b7c690aca517c32dc6be2cd13f41c6..b794525151f7a7afa2789d6c186bc30e80cfee56 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2011,6 +2011,9 @@ test("browser_tests") {
"../browser/ui/views/web_dialog_view_browsertest.cc",
]
}
+ if (!is_chromeos) {
+ sources += [ "../browser/ui/views/profiles/force_signout_dialog_browsertest.cc" ]
sky 2017/05/04 03:45:12 Are you sure you want this for mac too?
zmin 2017/05/04 23:13:53 I thought toolkit_view modal dialog has been suppo
+ }
}
if (is_linux && !is_component_build) {

Powered by Google App Engine
This is Rietveld 408576698