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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « build/config/BUILD.gn ('k') | chrome/app/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # ============================================= 5 # =============================================
6 # PLEASE DO NOT ADD MORE FLAGS TO THIS FILE 6 # PLEASE DO NOT ADD MORE FLAGS TO THIS FILE
7 # ============================================= 7 # =============================================
8 # 8 #
9 # These flags are effectively global. Your feature flag should go near the 9 # These flags are effectively global. Your feature flag should go near the
10 # code it controls. Most of these items are here now because they control 10 # code it controls. Most of these items are here now because they control
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 153
154 enable_task_manager = !is_ios && !is_android 154 enable_task_manager = !is_ios && !is_android
155 155
156 enable_themes = !is_android && !is_ios 156 enable_themes = !is_android && !is_ios
157 157
158 # Whether we are using the rlz library or not. Platforms like Android send 158 # Whether we are using the rlz library or not. Platforms like Android send
159 # rlz codes for searches but do not use the library. 159 # rlz codes for searches but do not use the library.
160 enable_rlz_support = is_win || is_mac || is_ios || is_chromeos 160 enable_rlz_support = is_win || is_mac || is_ios || is_chromeos
161 enable_rlz = is_chrome_branded && enable_rlz_support 161 enable_rlz = is_chrome_branded && enable_rlz_support
162 162
163 enable_service_discovery = enable_mdns || is_mac
164
165 # Image loader extension is enabled on ChromeOS only. 163 # Image loader extension is enabled on ChromeOS only.
166 enable_image_loader_extension = is_chromeos 164 enable_image_loader_extension = is_chromeos
167 165
168 # Chrome OS: whether to also build the upcoming version of 166 # Chrome OS: whether to also build the upcoming version of
169 # ChromeVox, which can then be enabled via a command-line switch. 167 # ChromeVox, which can then be enabled via a command-line switch.
170 enable_chromevox_next = false 168 enable_chromevox_next = false
171 169
172 # Use brlapi from brltty for braille display support. 170 # Use brlapi from brltty for braille display support.
173 use_brlapi = is_chromeos 171 use_brlapi = is_chromeos
174 172
175 enable_configuration_policy = !is_ios 173 enable_configuration_policy = !is_ios
176 174
177 enable_mac_keystone = is_mac && is_chrome_branded && is_official_build 175 enable_mac_keystone = is_mac && is_chrome_branded && is_official_build
178 # 176 #
179 # ============================================= 177 # =============================================
180 # PLEASE DO NOT ADD MORE FLAGS TO THIS FILE 178 # PLEASE DO NOT ADD MORE FLAGS TO THIS FILE
181 # ============================================= 179 # =============================================
182 # 180 #
183 # See comment at the top. 181 # See comment at the top.
OLDNEW
« 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