| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index ebc1d56a84f6f046ee6d8469e71ecd3f15d17036..ce9beee0f985d80471ed8ba3f3c46efe6b57ec3b 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',
|
|
|
|
|