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

Unified Diff: components/policy.gypi

Issue 102973005: Move URLBlacklistManager to components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, fixed linkage of policy_component Created 7 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 | « chrome/chrome_browser.gypi ('k') | components/policy/core/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy.gypi
diff --git a/components/policy.gypi b/components/policy.gypi
index 5d3148729c4bf6df46f8e63d7df5f75604f21f75..4d899849635b12bdca554da800bfd31f4524d544 100644
--- a/components/policy.gypi
+++ b/components/policy.gypi
@@ -55,6 +55,8 @@
'cloud_policy_proto',
'json_schema',
'policy',
+ 'url_matcher',
+ 'user_prefs',
],
'sources': [
'policy/core/browser/cloud/message_util.cc',
@@ -171,6 +173,8 @@
'policy/core/common/schema_map.h',
'policy/core/common/schema_registry.cc',
'policy/core/common/schema_registry.h',
+ 'policy/core/common/url_blacklist_manager.cc',
+ 'policy/core/common/url_blacklist_manager.h',
'policy/policy_export.h',
],
'conditions': [
@@ -227,6 +231,8 @@
'policy/core/common/policy_service.h',
'policy/core/common/policy_service_stub.cc',
'policy/core/common/policy_service_stub.h',
+ 'policy/core/common/url_blacklist_manager.cc',
+ 'policy/core/common/url_blacklist_manager.h',
],
}],
],
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/policy/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698