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

Unified Diff: components/policy/core/browser/BUILD.gn

Issue 961683002: Move ManagedBookmarksTracker from policy/core/browser to bookmarks/managed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add back to policy DEPS Created 5 years, 9 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/components_tests.gyp ('k') | components/policy/core/browser/managed_bookmarks_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/browser/BUILD.gn
diff --git a/components/policy/core/browser/BUILD.gn b/components/policy/core/browser/BUILD.gn
index d9f1a630dd19d0e23326f0d9e3111925ee346336..4b74d13407cca76a1d662c084522822734030f19 100644
--- a/components/policy/core/browser/BUILD.gn
+++ b/components/policy/core/browser/BUILD.gn
@@ -20,7 +20,7 @@ source_set("browser") {
"//base",
"//base:prefs",
"//base/third_party/dynamic_annotations",
- "//components/bookmarks/browser",
+ "//components/bookmarks/managed",
"//components/keyed_service/core",
"//components/pref_registry",
"//components/strings",
@@ -45,8 +45,6 @@ source_set("browser") {
"configuration_policy_handler_list.h",
"configuration_policy_pref_store.cc",
"configuration_policy_pref_store.h",
- "managed_bookmarks_tracker.cc",
- "managed_bookmarks_tracker.h",
"policy_error_map.cc",
"policy_error_map.h",
"url_blacklist_policy_handler.cc",
« no previous file with comments | « components/components_tests.gyp ('k') | components/policy/core/browser/managed_bookmarks_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698