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

Unified Diff: components/policy/policy_browser.gypi

Issue 140803003: Move the Autofill and URLBlacklist policy handlers to the component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trying again... Created 6 years, 11 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 | « components/policy/core/browser/url_blacklist_policy_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/policy_browser.gypi
diff --git a/components/policy/policy_browser.gypi b/components/policy/policy_browser.gypi
index 38a8d747f4acc4244d62ed2e8ce28ed25da99772..090b5bad4cd1d5ffc9b3ba3194f16a8728546ad1 100644
--- a/components/policy/policy_browser.gypi
+++ b/components/policy/policy_browser.gypi
@@ -30,12 +30,17 @@
'conditions': [
['configuration_policy==1', {
'dependencies': [
+ 'autofill_core_browser',
+ 'autofill_core_common',
'cloud_policy_proto',
+ 'policy',
'url_matcher',
],
'sources': [
'core/browser/cloud/message_util.cc',
'core/browser/cloud/message_util.h',
+ 'core/browser/autofill_policy_handler.cc',
+ 'core/browser/autofill_policy_handler.h',
'core/browser/configuration_policy_handler.cc',
'core/browser/configuration_policy_handler.h',
'core/browser/configuration_policy_handler_list.cc',
@@ -44,6 +49,8 @@
'core/browser/configuration_policy_pref_store.h',
'core/browser/policy_error_map.cc',
'core/browser/policy_error_map.h',
+ 'core/browser/url_blacklist_policy_handler.cc',
+ 'core/browser/url_blacklist_policy_handler.h',
],
}],
],
« no previous file with comments | « components/policy/core/browser/url_blacklist_policy_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698