| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index cd07b05333f67b3be8e9955f6453185ea0173f83..2cd500a206d58bc49f821a69e77a8fcdf1cb1b2e 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -87,6 +87,7 @@
|
| 'domain_reliability/test_util.h',
|
| 'domain_reliability/uploader_unittest.cc',
|
| 'domain_reliability/util_unittest.cc',
|
| + 'feedback/feedback_uploader_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',
|
| @@ -205,6 +206,9 @@
|
| # Dependencies of domain_reliability
|
| 'components.gyp:domain_reliability',
|
|
|
| + # Dependencies of feedback
|
| + 'components.gyp:feedback_component',
|
| +
|
| # Dependencies of json_schema
|
| 'components.gyp:json_schema',
|
|
|
| @@ -584,7 +588,6 @@
|
| '../skia/skia.gyp:skia',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| - '../testing/gmock.gyp:gmock',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|