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

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: Removing empty DEPS file, fixing a nit. 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 e5ac262ae64ddcd73f8895efc0c424344f2c1f03..1be0ad728491b45692d6e770d4dff8b0f4db3e87 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',
@@ -79,6 +81,7 @@
'target_name': 'enhanced_bookmarks_proto',
Yaron 2014/09/05 05:18:00 update gn build as well
noyau (Ping after 24h) 2014/09/10 08:53:57 Done.
'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