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

Unified Diff: components/bookmarks.gypi

Issue 1233673002: Fix componentization of chrome/browser/bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix "gn check" and compilation on Mac Created 5 years, 5 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 | « chrome/test/base/testing_profile.cc ('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 eabb68adaa3094a8c2750151d9188b7ed3f94833..3dc0c978e33ace3933cb2b875bf1fad487c00b3d 100644
--- a/components/bookmarks.gypi
+++ b/components/bookmarks.gypi
@@ -112,8 +112,11 @@
'dependencies': [
'bookmarks_browser',
'components_strings.gyp:components_strings',
+ 'keyed_service_core',
],
'sources': [
+ 'bookmarks/managed/managed_bookmark_service.cc',
+ 'bookmarks/managed/managed_bookmark_service.h',
'bookmarks/managed/managed_bookmarks_tracker.cc',
'bookmarks/managed/managed_bookmarks_tracker.h',
],
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/bookmarks/managed/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698