Chromium Code Reviews| 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' ], |
| + }, |
| ], |
| } |