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

Unified Diff: chrome/common/BUILD.gn

Issue 2468723003: Move session service and supervised users to buildflags. (Closed)
Patch Set: Created 4 years, 1 month 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/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index ade63d63391487485960a27c40488ae23c0c9114..022a0202abc2a91c249546d53b2f914f7bfd4fcd 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -35,6 +35,8 @@ buildflag_header("features") {
"ENABLE_PACKAGE_MASH_SERVICES=$enable_package_mash_services",
"ENABLE_PLUGIN_INSTALLATION=$enable_plugin_installation",
"ENABLE_SERVICE_DISCOVERY=$enable_service_discovery",
+ "ENABLE_SESSION_SERVICE=$enable_session_service",
+ "ENABLE_SUPERVISED_USERS=$enable_supervised_users",
"ENABLE_XPC_NOTIFICATIONS=$enable_xpc_notifications",
"PGO_BUILD=$pgo_build",
"USE_VULCANIZE=$use_vulcanize",
« no previous file with comments | « chrome/browser/ui/webui/signin/signin_create_profile_handler_unittest.cc ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698