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

Unified Diff: components/search_engines.gypi

Issue 396303002: Allow building search_engines component with configuration_policy==0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 5 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 | « no previous file | components/search_engines/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines.gypi
diff --git a/components/search_engines.gypi b/components/search_engines.gypi
index 276891860edc90901ab7fc15866125481893ed85..f3035566b6e23a34357d11a03a495bffa6215413 100644
--- a/components/search_engines.gypi
+++ b/components/search_engines.gypi
@@ -68,6 +68,17 @@
'search_engines/util.cc',
'search_engines/util.h',
],
+ 'conditions': [
+ ['configuration_policy==0', {
+ 'dependencies!': [
+ 'policy'
+ ],
+ 'sources!': [
+ 'search_engines/default_search_policy_handler.cc',
+ 'search_engines/default_search_policy_handler.h',
+ ],
+ }],
+ ],
},
{
'target_name': 'search_engines_test_support',
« no previous file with comments | « no previous file | components/search_engines/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698