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

Unified Diff: components/search_engines/BUILD.gn

Issue 2558043004: Remove enable_configuration_policy build define. (Closed)
Patch Set: Merge 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/policy/core/common/BUILD.gn ('k') | components/sync/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/BUILD.gn
diff --git a/components/search_engines/BUILD.gn b/components/search_engines/BUILD.gn
index 1de926d3a72881d324e7b5958cb21c0de1f8da27..88e51a9d8b866512585c26c42ffc593d931e285f 100644
--- a/components/search_engines/BUILD.gn
+++ b/components/search_engines/BUILD.gn
@@ -83,7 +83,7 @@ static_library("search_engines") {
"//url",
]
- if (enable_configuration_policy) {
+ if (!is_ios) {
sources += [
"default_search_policy_handler.cc",
"default_search_policy_handler.h",
@@ -140,7 +140,7 @@ source_set("unit_tests") {
"//url",
]
- if (enable_configuration_policy) {
+ if (!is_ios) {
sources += [ "default_search_policy_handler_unittest.cc" ]
deps += [
« no previous file with comments | « components/policy/core/common/BUILD.gn ('k') | components/sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698