Chromium Code Reviews| Index: components/components_tests.gyp |
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
| index 43fbbefd350d818872aa96f3f1470307d2bf65bf..db4f7f568a0ce8dc5d039ab2bfeffb8308b0bf20 100644 |
| --- a/components/components_tests.gyp |
| +++ b/components/components_tests.gyp |
| @@ -415,6 +415,16 @@ |
| '../third_party/libusb/libusb.gyp:libusb', |
| ], |
| }], |
| + ['OS == "android"', { |
| + 'sources': [ |
| + 'bookmarks_enhanced/image_store_unittest.cc', |
|
tfarina
2014/05/08 15:41:08
I think we keep tests grouped in the main sources
Kibeom Kim (inactive)
2014/05/08 17:56:33
Done. (I wasn't sure that running tests on other p
|
| + 'bookmarks_enhanced/memory_image_store.cc', |
|
tfarina
2014/05/08 15:41:08
is memory_image_store.* test code only?
Kibeom Kim (inactive)
2014/05/08 17:56:33
Yes, just renamed to TestImageStore.
|
| + 'bookmarks_enhanced/memory_image_store.h', |
| + ], |
| + 'dependencies': [ |
| + 'components.gyp:bookmarks_enhanced', |
| + ], |
| + }], |
| ['OS == "android" and gtest_target_type == "shared_library"', { |
| 'dependencies': [ |
| '../testing/android/native_test.gyp:native_test_native_code', |