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

Unified Diff: components/bookmarks/managed/BUILD.gn

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 | « components/bookmarks.gypi ('k') | components/bookmarks/managed/managed_bookmark_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/managed/BUILD.gn
diff --git a/components/bookmarks/managed/BUILD.gn b/components/bookmarks/managed/BUILD.gn
index 77a9f9eb19e2fcdc8001c6a7a6f97ac415bc0545..441ee67092865981af6ca3f7221c392956cde719 100644
--- a/components/bookmarks/managed/BUILD.gn
+++ b/components/bookmarks/managed/BUILD.gn
@@ -4,6 +4,8 @@
source_set("managed") {
sources = [
+ "managed_bookmark_service.cc",
+ "managed_bookmark_service.h",
"managed_bookmarks_tracker.cc",
"managed_bookmarks_tracker.h",
]
@@ -13,6 +15,7 @@ source_set("managed") {
"//base:prefs",
"//components/bookmarks/browser",
"//components/bookmarks/common",
+ "//components/keyed_service/core",
"//components/strings",
"//ui/base",
"//url",
« no previous file with comments | « components/bookmarks.gypi ('k') | components/bookmarks/managed/managed_bookmark_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698