diff options
author | noyau@chromium.org <noyau@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-20 09:47:37 +0000 |
---|---|---|
committer | noyau@chromium.org <noyau@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-20 09:47:37 +0000 |
commit | e244e1ae3b065cbe8d9f568a3230d122ce33613e (patch) | |
tree | f00aa1fc4389c6a8636f0ecacf1d46d511eb4abb /components/enhanced_bookmarks.gypi | |
parent | cd0ebe9f170dc4997c6fb76d78a217a2de755094 (diff) | |
download | chromium_src-e244e1ae3b065cbe8d9f568a3230d122ce33613e.zip chromium_src-e244e1ae3b065cbe8d9f568a3230d122ce33613e.tar.gz chromium_src-e244e1ae3b065cbe8d9f568a3230d122ce33613e.tar.bz2 |
Bring up of the metadata accessors for enhanced bookmarks.
BUG=None
Review URL: https://codereview.chromium.org/336263003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278656 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/enhanced_bookmarks.gypi')
-rw-r--r-- | components/enhanced_bookmarks.gypi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/components/enhanced_bookmarks.gypi b/components/enhanced_bookmarks.gypi index 102160b..f5e41ec 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' ], + }, ], } |