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

Unified Diff: components/policy/policy_browser.gypi

Issue 305973004: BookmarkClient can add extra nodes to BookmarkModel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added support for extra nodes from the client Created 6 years, 6 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
Index: components/policy/policy_browser.gypi
diff --git a/components/policy/policy_browser.gypi b/components/policy/policy_browser.gypi
index cdd2facb4cdfa97b0c5e2626d1cbe047b43d0e98..014ffac4172e8ee0b3f3879eda4e3837af4e9003 100644
--- a/components/policy/policy_browser.gypi
+++ b/components/policy/policy_browser.gypi
@@ -10,6 +10,7 @@
'../net/net.gyp:net',
'../ui/base/ui_base.gyp:ui_base',
'../url/url.gyp:url_lib',
+ 'bookmarks_browser',
'components_strings.gyp:components_strings',
'pref_registry',
'url_matcher',
@@ -51,6 +52,8 @@
'core/browser/configuration_policy_handler_list.h',
'core/browser/configuration_policy_pref_store.cc',
'core/browser/configuration_policy_pref_store.h',
+ 'core/browser/managed_bookmarks_tracker.cc',
+ 'core/browser/managed_bookmarks_tracker.h',
'core/browser/policy_error_map.cc',
'core/browser/policy_error_map.h',
'core/browser/url_blacklist_policy_handler.cc',

Powered by Google App Engine
This is Rietveld 408576698