Chromium Code Reviews| Index: components/components_tests.gyp |
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
| index ebc1d56a84f6f046ee6d8469e71ecd3f15d17036..4d0c01e328c1c2e0e7dce5469b886c47042d87d9 100644 |
| --- a/components/components_tests.gyp |
| +++ b/components/components_tests.gyp |
| @@ -92,6 +92,7 @@ |
| 'domain_reliability/test_util.h', |
| 'domain_reliability/uploader_unittest.cc', |
| 'domain_reliability/util_unittest.cc', |
| + 'enhanced_bookmarks/image_store_unittest.cc', |
| 'feedback/feedback_uploader_unittest.cc', |
| 'json_schema/json_schema_validator_unittest.cc', |
| 'json_schema/json_schema_validator_unittest_base.cc', |
| @@ -204,7 +205,7 @@ |
| # Dependencies of bookmarks |
| 'components.gyp:bookmarks_core_browser', |
| 'components.gyp:bookmarks_core_test_support', |
| - |
| + |
| # Dependencies of captive_portal |
| 'components.gyp:captive_portal_test_support', |
| '../net/net.gyp:net_test_support', |
| @@ -225,6 +226,10 @@ |
| # Dependencies of domain_reliability |
| 'components.gyp:domain_reliability', |
| + # Dependencies of enhanced_bookmarks |
| + 'components.gyp:enhanced_bookmarks', |
| + 'components.gyp:enhanced_bookmarks_test_support', |
| + |
| # Dependencies of feedback |
| 'components.gyp:feedback_component', |
| @@ -347,6 +352,10 @@ |
| ['include', '^translate/'], |
| ['include', '^variations/'], |
| ], |
| + # TODO(kkimlabs): Run this unit test also on ios when image_store_util.mm is added. |
| + 'sources!': [ |
| + 'enhanced_bookmarks/image_store_unittest.cc', |
|
blundell
2014/05/09 09:49:33
You don't actually need the exclusion here if you'
Kibeom Kim (inactive)
2014/05/09 09:51:50
Done.
|
| + ], |
| 'dependencies': [ |
| # Dependencies of signin |
| 'components.gyp:signin_ios_browser', |