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

Unified Diff: components/enhanced_bookmarks.gypi

Issue 452913002: First implementation of enhanced_bookmark_utils. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 f5e41ecd4aa27d9a2ce6846711e3574369b54708..8f0be9e706c8b759d302f8dd2eab46ade395a918 100644
--- a/components/enhanced_bookmarks.gypi
+++ b/components/enhanced_bookmarks.gypi
@@ -15,9 +15,12 @@
'../sql/sql.gyp:sql',
'../ui/gfx/gfx.gyp:gfx',
'../url/url.gyp:url_lib',
+ 'bookmarks_browser',
'enhanced_bookmarks_proto',
],
'sources': [
+ 'enhanced_bookmarks/enhanced_bookmark_utils.cc',
+ 'enhanced_bookmarks/enhanced_bookmark_utils.h',
'enhanced_bookmarks/image_store.cc',
'enhanced_bookmarks/image_store.h',
'enhanced_bookmarks/image_store_util.cc',

Powered by Google App Engine
This is Rietveld 408576698