| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index da7ab7c75d29e2233a5eeefb8c1487d35f57ed6f..2d5a2f563a836153701dfcaca642dd7c1db359fa 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',
|
| 'invalidation/invalidation_logger_unittest.cc',
|
| 'json_schema/json_schema_validator_unittest.cc',
|
| @@ -206,7 +207,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',
|
| @@ -227,6 +228,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',
|
|
|
|
|