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

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: More feedback 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..8d59d3e47e163e68268f6ee633619172ebe25a1f 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',
@@ -44,6 +46,8 @@
'enhanced_bookmarks/metadata_accessor.h',
'enhanced_bookmarks/persistent_image_store.cc',
'enhanced_bookmarks/persistent_image_store.h',
+ 'enhanced_bookmarks/pref_names.cc',
+ 'enhanced_bookmarks/pref_names.h',
],
'conditions': [
['OS=="android"', {
@@ -83,6 +87,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