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

Unified Diff: chrome/common/BUILD.gn

Issue 2407483002: Make enable_service_discovery a chrome/ feature. (Closed)
Patch Set: Created 4 years, 2 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/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index b96fccca1ecefc60c8c3a87f00d43ee2b3662d62..5de2cf1a5d0f6af0a72fbe66a1c458a61e15524b 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -29,9 +29,10 @@ buildflag_header("features") {
"ENABLE_GOOGLE_NOW=$enable_google_now",
"ENABLE_ONE_CLICK_SIGNIN=$enable_one_click_signin",
"ENABLE_PACKAGE_MASH_SERVICES=$enable_package_mash_services",
+ "ENABLE_SERVICE_DISCOVERY=$enable_service_discovery",
"ENABLE_XPC_NOTIFICATIONS=$enable_xpc_notifications",
- "USE_VULCANIZE=$use_vulcanize",
"PGO_BUILD=$pgo_build",
+ "USE_VULCANIZE=$use_vulcanize",
]
}
« no previous file with comments | « chrome/browser/ui/webui/print_preview/print_preview_handler.cc ('k') | chrome/common/extensions/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698