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

Unified Diff: components/enhanced_bookmarks.gypi

Issue 538903003: Bring up of the server side full text search. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « no previous file | components/enhanced_bookmarks/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/enhanced_bookmarks.gypi
diff --git a/components/enhanced_bookmarks.gypi b/components/enhanced_bookmarks.gypi
index baabe62b9374abc35e218cda014127cac56f6cdb..36e065aee255bba7e06ef4a5abe90c842a3fa01a 100644
--- a/components/enhanced_bookmarks.gypi
+++ b/components/enhanced_bookmarks.gypi
@@ -12,6 +12,7 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../google_apis/google_apis.gyp:google_apis',
'../net/net.gyp:net',
'../sql/sql.gyp:sql',
'../ui/gfx/gfx.gyp:gfx',
@@ -19,10 +20,15 @@
'bookmarks_browser',
'enhanced_bookmarks_proto',
'keyed_service_core',
+ 'signin_core_browser',
],
'sources': [
'enhanced_bookmarks/bookmark_image_service.cc',
'enhanced_bookmarks/bookmark_image_service.h',
+ 'enhanced_bookmarks/bookmark_server_search_service.cc',
+ 'enhanced_bookmarks/bookmark_server_search_service.h',
+ 'enhanced_bookmarks/bookmark_server_service.cc',
+ 'enhanced_bookmarks/bookmark_server_service.h',
'enhanced_bookmarks/enhanced_bookmark_model.cc',
'enhanced_bookmarks/enhanced_bookmark_model.h',
'enhanced_bookmarks/enhanced_bookmark_utils.cc',
@@ -78,6 +84,7 @@
'type': 'static_library',
'sources': [
'enhanced_bookmarks/proto/metadata.proto',
+ 'enhanced_bookmarks/proto/search.proto',
],
'variables': {
'proto_in_dir': './enhanced_bookmarks/proto',
« no previous file with comments | « no previous file | components/enhanced_bookmarks/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698