| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index f4f7484ff902acad1cc0d8e32b033099e5fd1fb9..87097936aaa72079c56c9cd77cbdbdc01b58aeba 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -145,6 +145,7 @@
|
| 'history/core/browser/history_types_unittest.cc',
|
| 'history/core/browser/in_memory_url_index_types_unittest.cc',
|
| 'history/core/browser/top_sites_cache_unittest.cc',
|
| + 'history/core/browser/top_sites_database_unittest.cc',
|
| 'history/core/browser/url_database_unittest.cc',
|
| 'history/core/browser/url_utils_unittest.cc',
|
| 'history/core/browser/visit_database_unittest.cc',
|
| @@ -366,6 +367,9 @@
|
| 'components.gyp:google_core_browser',
|
| 'components.gyp:history_core_browser',
|
| 'components.gyp:history_core_common',
|
| + 'components.gyp:history_core_test_support',
|
| +
|
| + # Dependencies of invalidation
|
| 'components.gyp:invalidation',
|
| 'components.gyp:invalidation_test_support',
|
| 'components.gyp:json_schema',
|
|
|