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

Unified Diff: chrome/browser/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 | « no previous file | chrome/browser/policy/configuration_policy_handler_list_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index af4a66bdfaca5fe9b400dd436469055d2d1d1054..363b5eb04f66fdd8a5094ac399dd7cb7b1dc1902 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3715,6 +3715,12 @@ split_static_library("browser") {
"supervised_user/supervised_user_theme.h",
]
}
+ if (enable_supervised_users && !is_android && !is_chromeos) {
+ sources += [
+ "supervised_user/supervised_user_creation_policy_handler.cc",
+ "supervised_user/supervised_user_creation_policy_handler.h",
+ ]
+ }
if (enable_webrtc) {
sources += [
"media/audio_debug_recordings_handler.h",
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_handler_list_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698