| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 23de5ed412c2ab07ac85e295a4de5c4a6722c38e..c58179d509c41125f154df3999be08f94a14a0fd 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -104,6 +104,7 @@
|
| 'gcm_driver/gcm_client_impl_unittest.cc',
|
| 'gcm_driver/gcm_driver_desktop_unittest.cc',
|
| 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
|
| + 'history/core/common/thumbnail_score_unittest.cc',
|
| 'invalidation/invalidation_logger_unittest.cc',
|
| 'json_schema/json_schema_validator_unittest.cc',
|
| 'json_schema/json_schema_validator_unittest_base.cc',
|
| @@ -259,6 +260,9 @@
|
| 'components.gyp:gcm_driver',
|
| 'components.gyp:gcm_driver_test_support',
|
|
|
| + # Dependencies of history
|
| + 'components.gyp:history_core_common',
|
| +
|
| # Dependencies of invalidation
|
| 'components.gyp:invalidation',
|
| 'components.gyp:invalidation_test_support',
|
| @@ -385,6 +389,7 @@
|
| ['include', '^data_reduction_proxy/'],
|
| ['include', '^dom_distiller/'],
|
| ['include', '^gcm_driver/'],
|
| + ['include', '^history/'],
|
| ['include', '^invalidation/'],
|
| ['include', '^json_schema/'],
|
| ['include', '^keyed_service/core/'],
|
|
|