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

Unified Diff: components/enhanced_bookmarks.gypi

Issue 336263003: Bring up of the metadata accessors for enhanced bookmarks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 6 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 | « components/components_tests.gyp ('k') | components/enhanced_bookmarks/metadata_accessor.h » ('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 102160b8e69400d10a98e1142a148cda4e8f03ae..f5e41ecd4aa27d9a2ce6846711e3574369b54708 100644
--- a/components/enhanced_bookmarks.gypi
+++ b/components/enhanced_bookmarks.gypi
@@ -15,6 +15,7 @@
'../sql/sql.gyp:sql',
'../ui/gfx/gfx.gyp:gfx',
'../url/url.gyp:url_lib',
+ 'enhanced_bookmarks_proto',
],
'sources': [
'enhanced_bookmarks/image_store.cc',
@@ -22,6 +23,8 @@
'enhanced_bookmarks/image_store_util.cc',
'enhanced_bookmarks/image_store_util.h',
'enhanced_bookmarks/image_store_util_ios.mm',
+ 'enhanced_bookmarks/metadata_accessor.cc',
+ 'enhanced_bookmarks/metadata_accessor.h',
'enhanced_bookmarks/persistent_image_store.cc',
'enhanced_bookmarks/persistent_image_store.h',
],
@@ -48,5 +51,17 @@
'enhanced_bookmarks/test_image_store.h',
],
},
+ {
+ 'target_name': 'enhanced_bookmarks_proto',
+ 'type': 'static_library',
+ 'sources': [
+ 'enhanced_bookmarks/proto/metadata.proto',
+ ],
+ 'variables': {
+ 'proto_in_dir': './enhanced_bookmarks/proto',
+ 'proto_out_dir': 'components/enhanced_bookmarks/proto',
+ },
+ 'includes': [ '../build/protoc.gypi' ],
+ },
],
}
« no previous file with comments | « components/components_tests.gyp ('k') | components/enhanced_bookmarks/metadata_accessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698