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

Unified Diff: components/enhanced_bookmarks.gypi

Issue 513793002: Bring up of ImageService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 a26cc602391fa4329b6836a415b031cfacf7ce9e..7abec454127217de90ee193f8b4bd7980d9814e5 100644
--- a/components/enhanced_bookmarks.gypi
+++ b/components/enhanced_bookmarks.gypi
@@ -12,13 +12,17 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../net/net.gyp:net',
'../sql/sql.gyp:sql',
'../ui/gfx/gfx.gyp:gfx',
'../url/url.gyp:url_lib',
'bookmarks_browser',
'enhanced_bookmarks_proto',
+ 'keyed_service_core',
],
'sources': [
+ 'enhanced_bookmarks/bookmark_image_service.cc',
+ 'enhanced_bookmarks/bookmark_image_service.h',
'enhanced_bookmarks/enhanced_bookmark_utils.cc',
'enhanced_bookmarks/enhanced_bookmark_utils.h',
'enhanced_bookmarks/image_store.cc',
« no previous file with comments | « no previous file | components/enhanced_bookmarks/DEPS » ('j') | components/enhanced_bookmarks/bookmark_image_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698