| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index ebc1d56a84f6f046ee6d8469e71ecd3f15d17036..ca32038e63686238b7e860a86662cb8ad99d2ef3 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -93,6 +93,7 @@
|
| 'domain_reliability/uploader_unittest.cc',
|
| 'domain_reliability/util_unittest.cc',
|
| 'feedback/feedback_uploader_unittest.cc',
|
| + 'invalidation/invalidation_logger_unittest.cc',
|
| 'json_schema/json_schema_validator_unittest.cc',
|
| 'json_schema/json_schema_validator_unittest_base.cc',
|
| 'json_schema/json_schema_validator_unittest_base.h',
|
| @@ -228,6 +229,9 @@
|
| # Dependencies of feedback
|
| 'components.gyp:feedback_component',
|
|
|
| + # Dependencies of invalidation
|
| + 'components.gyp:invalidation',
|
| +
|
| # Dependencies of json_schema
|
| 'components.gyp:json_schema',
|
|
|
| @@ -336,6 +340,7 @@
|
| ['include', '^bookmarks/'],
|
| ['include', '^data_reduction_proxy/'],
|
| ['include', '^dom_distiller/'],
|
| + ['include', '^invalidation/'],
|
| ['include', '^json_schema/'],
|
| ['include', '^keyed_service/core/'],
|
| ['include', '^language_usage_metrics/'],
|
|
|