| Index: components/bookmarks.gypi
|
| diff --git a/components/bookmarks.gypi b/components/bookmarks.gypi
|
| index 68917367f2fcbbe50b20c52c16aaffdd34547bfe..d4953461eb2750a801ad75a0e40f3eb823a20a76 100644
|
| --- a/components/bookmarks.gypi
|
| +++ b/components/bookmarks.gypi
|
| @@ -57,6 +57,20 @@
|
| 'bookmarks/core/browser/scoped_group_bookmark_actions.cc',
|
| 'bookmarks/core/browser/scoped_group_bookmark_actions.h',
|
| ],
|
| + 'conditions': [
|
| + ['OS=="android"', {
|
| + 'sources': [
|
| + 'bookmarks/core/browser/enhanced/image_store.h',
|
| + 'bookmarks/core/browser/enhanced/image_store.cc',
|
| + 'bookmarks/core/browser/enhanced/image_store_util.h',
|
| + 'bookmarks/core/browser/enhanced/image_store_util_android.cc',
|
| + 'bookmarks/core/browser/enhanced/memory_image_store.cc',
|
| + 'bookmarks/core/browser/enhanced/memory_image_store.h',
|
| + 'bookmarks/core/browser/enhanced/persistent_image_store.cc',
|
| + 'bookmarks/core/browser/enhanced/persistent_image_store.h',
|
| + ],
|
| + }],
|
| + ]
|
| },
|
| {
|
| 'target_name': 'bookmarks_core_common',
|
|
|