| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index f1e0663bb2ddbfc8d4e6a9266dc447be1b42694e..70c49482c116860dc3bb8694b7dffcaf5d30a074 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -81,6 +81,8 @@
|
| 'component_updater/test/crx_downloader_unittest.cc',
|
| 'component_updater/test/update_checker_unittest.cc',
|
| 'component_updater/test/update_response_unittest.cc',
|
| + 'content_settings/core/common/content_settings_pattern_parser_unittest.cc',
|
| + 'content_settings/core/common/content_settings_pattern_unittest.cc',
|
| 'crx_file/id_util_unittest.cc',
|
| 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler_unittest.cc',
|
| 'data_reduction_proxy/browser/data_reduction_proxy_config_service_unittest.cc',
|
| @@ -288,6 +290,9 @@
|
| # Dependencies of cloud_devices
|
| 'components.gyp:cloud_devices_common',
|
|
|
| + # Dependencies of content_settings
|
| + 'components.gyp:content_settings_core_common',
|
| +
|
| # Dependencies of crash
|
| 'components.gyp:crash_test_support',
|
|
|
|
|