| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 1a4229ee6cd141936de60e2136197d10e37a4a66..b2cac67ba5cd5208b9c37d96ee647c9e07cbecfe 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -412,6 +412,15 @@
|
| '../third_party/libusb/libusb.gyp:libusb',
|
| ],
|
| }],
|
| + ['OS == "android"', {
|
| + 'sources': [
|
| + 'bookmarks/core/browser/enhanced/image_store_unittest.cc',
|
| + ],
|
| + 'dependencies': [
|
| + 'components.gyp:bookmarks_core_browser',
|
| + 'components.gyp:bookmarks_core_common',
|
| + ],
|
| + }],
|
| ['OS == "android" and gtest_target_type == "shared_library"', {
|
| 'dependencies': [
|
| '../testing/android/native_test.gyp:native_test_native_code',
|
|
|