| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 09534175566e8bec511d2901ce282839cb320a71..6e528fc4b9efd0d79b94f763a9836a84dcf614bb 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -81,6 +81,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',
|
| @@ -188,6 +189,10 @@
|
| # Dependencies of domain_reliability
|
| 'components.gyp:domain_reliability',
|
|
|
| + # Dependencies of feedback
|
| + 'components.gyp:feedback_internal',
|
| + '../chrome/chrome.gyp:test_support_common',
|
| +
|
| # Dependencies of json_schema
|
| 'components.gyp:json_schema',
|
|
|
| @@ -548,7 +553,6 @@
|
| '../skia/skia.gyp:skia',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| - '../testing/gmock.gyp:gmock',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|