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

Unified Diff: build/config/features.gni

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
« no previous file with comments | « build/config/BUILD.gn ('k') | chrome/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index d1e61ee269dfc4be2c3c2f14a4268a8defad7954..f873bc8c5eedccb6dca3a43edbdcffdbee3dac5d 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -160,8 +160,6 @@ enable_themes = !is_android && !is_ios
enable_rlz_support = is_win || is_mac || is_ios || is_chromeos
enable_rlz = is_chrome_branded && enable_rlz_support
-enable_service_discovery = enable_mdns || is_mac
-
# Image loader extension is enabled on ChromeOS only.
enable_image_loader_extension = is_chromeos
« no previous file with comments | « build/config/BUILD.gn ('k') | chrome/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698