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

Side by Side Diff: build/config/features.gni

Issue 2558043004: Remove enable_configuration_policy build define. (Closed)
Patch Set: 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 unified diff | Download patch
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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 83
84 # Whether we are using the rlz library or not. Platforms like Android send 84 # Whether we are using the rlz library or not. Platforms like Android send
85 # rlz codes for searches but do not use the library. 85 # rlz codes for searches but do not use the library.
86 enable_rlz_support = is_win || is_mac || is_ios || is_chromeos 86 enable_rlz_support = is_win || is_mac || is_ios || is_chromeos
87 enable_rlz = is_chrome_branded && enable_rlz_support 87 enable_rlz = is_chrome_branded && enable_rlz_support
88 88
89 # Chrome OS: whether to also build the upcoming version of 89 # Chrome OS: whether to also build the upcoming version of
90 # ChromeVox, which can then be enabled via a command-line switch. 90 # ChromeVox, which can then be enabled via a command-line switch.
91 enable_chromevox_next = false 91 enable_chromevox_next = false
92 92
93 enable_configuration_policy = !is_ios
94
95 enable_mac_keystone = is_mac && is_chrome_branded && is_official_build 93 enable_mac_keystone = is_mac && is_chrome_branded && is_official_build
96 # 94 #
97 # ============================================= 95 # =============================================
98 # PLEASE DO NOT ADD MORE FLAGS TO THIS FILE 96 # PLEASE DO NOT ADD MORE FLAGS TO THIS FILE
99 # ============================================= 97 # =============================================
100 # 98 #
101 # See comment at the top. 99 # See comment at the top.
OLDNEW
« no previous file with comments | « android_webview/BUILD.gn ('k') | chrome/browser/BUILD.gn » ('j') | components/policy/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698