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

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: Removing use of 'auto'. 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
Index: components/enhanced_bookmarks.gypi
diff --git a/components/enhanced_bookmarks.gypi b/components/enhanced_bookmarks.gypi
index f34aa535f62e98621c8679a811e2b840445f4a14..fdf850e5dd4f3292aa0abf856a6257dfcff5db60 100644
--- a/components/enhanced_bookmarks.gypi
+++ b/components/enhanced_bookmarks.gypi
@@ -15,8 +15,11 @@
'../sql/sql.gyp:sql',
'../ui/gfx/gfx.gyp:gfx',
'../url/url.gyp:url_lib',
+ 'enhanced_bookmarks_proto',
],
'sources': [
+ 'enhanced_bookmarks/metadata_accessor.cc',
+ 'enhanced_bookmarks/metadata_accessor.h',
Kibeom Kim (inactive) 2014/06/18 17:44:57 both lines below image_store_util.h?
noyau (Ping after 24h) 2014/06/19 09:07:00 Done.
'enhanced_bookmarks/image_store.cc',
'enhanced_bookmarks/image_store.h',
'enhanced_bookmarks/image_store_util.cc',
@@ -47,5 +50,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' ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698