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

Unified Diff: components/bookmarks.gypi

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/BUILD.gn ('k') | components/bookmarks/managed/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks.gypi
diff --git a/components/bookmarks.gypi b/components/bookmarks.gypi
index c697e02ffafd24407ae056ca421bd3776bfc4e95..5b6b73f501e85a8459d9b84f3c98155b7f405981 100644
--- a/components/bookmarks.gypi
+++ b/components/bookmarks.gypi
@@ -96,6 +96,22 @@
],
},
{
+ # GN version: //components/bookmarks/managed
+ 'target_name': 'bookmarks_managed',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ 'bookmarks_browser',
+ 'components_strings.gyp:components_strings',
+ ],
+ 'sources': [
+ 'bookmarks/managed/managed_bookmarks_tracker.cc',
+ 'bookmarks/managed/managed_bookmarks_tracker.h',
+ ],
+ },
+ {
# GN version: //components/bookmarks/test
'target_name': 'bookmarks_test_support',
'type': 'static_library',
« no previous file with comments | « components/BUILD.gn ('k') | components/bookmarks/managed/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698