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

Unified Diff: components/enhanced_bookmarks.gypi

Issue 539173004: Bring up of the enhanced bookmarks cluster service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@intermediary2
Patch Set: Rebase. Created 6 years, 3 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/enhanced_bookmarks.gypi
diff --git a/components/enhanced_bookmarks.gypi b/components/enhanced_bookmarks.gypi
index 36e065aee255bba7e06ef4a5abe90c842a3fa01a..bea10ed4aab9d945d832dc09dd78cee5a92fc4f0 100644
--- a/components/enhanced_bookmarks.gypi
+++ b/components/enhanced_bookmarks.gypi
@@ -25,6 +25,8 @@
'sources': [
'enhanced_bookmarks/bookmark_image_service.cc',
'enhanced_bookmarks/bookmark_image_service.h',
+ 'enhanced_bookmarks/bookmark_server_cluster_service.cc',
+ 'enhanced_bookmarks/bookmark_server_cluster_service.h',
'enhanced_bookmarks/bookmark_server_search_service.cc',
'enhanced_bookmarks/bookmark_server_search_service.h',
'enhanced_bookmarks/bookmark_server_service.cc',
@@ -83,6 +85,7 @@
'target_name': 'enhanced_bookmarks_proto',
'type': 'static_library',
'sources': [
+ 'enhanced_bookmarks/proto/cluster.proto',
'enhanced_bookmarks/proto/metadata.proto',
'enhanced_bookmarks/proto/search.proto',
],

Powered by Google App Engine
This is Rietveld 408576698