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

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: Address comments by tfarina and fix compilation 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
Index: components/bookmarks.gypi
diff --git a/components/bookmarks.gypi b/components/bookmarks.gypi
index eabb68adaa3094a8c2750151d9188b7ed3f94833..3f7e94349851e37964e5a9461f10842753cea514 100644
--- a/components/bookmarks.gypi
+++ b/components/bookmarks.gypi
@@ -114,6 +114,8 @@
'components_strings.gyp:components_strings',
],
'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',
],

Powered by Google App Engine
This is Rietveld 408576698