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

Unified Diff: chrome/test/BUILD.gn

Issue 2551373002: Disable supervised user creation when force sign in is enabled. (Closed)
Patch Set: merge from master Created 4 years 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/supervised_user/supervised_user_creation_policy_handler_unittest.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 5d45087dc743e6e4da7468571c36044c8451b3de..3e479c267825ca29876bce942cec91d5d822b95e 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4853,7 +4853,10 @@ test("unit_tests") {
]
}
if (enable_supervised_users && !is_android && !is_chromeos) {
- sources += [ "../browser/ui/webui/signin/signin_supervised_user_import_handler_unittest.cc" ]
+ sources += [
+ "../browser/supervised_user/supervised_user_creation_policy_handler_unittest.cc",
+ "../browser/ui/webui/signin/signin_supervised_user_import_handler_unittest.cc",
+ ]
}
if (safe_browsing_mode == 1 && enable_extensions) {
sources += [ "../browser/extensions/blacklist_unittest.cc" ]
« no previous file with comments | « chrome/browser/supervised_user/supervised_user_creation_policy_handler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698