| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index b0ad4bf9bfddc148e3140cb2d15fde0f65363a89..ca6cb2faa66daf9ec2e7d6c71e572c4e474cc855 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -76,6 +76,7 @@
|
| 'captive_portal/captive_portal_detector_unittest.cc',
|
| 'cloud_devices/common/cloud_devices_urls_unittest.cc',
|
| 'cloud_devices/common/printer_description_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',
|
| 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest.cc',
|
| @@ -277,6 +278,9 @@
|
| # Dependencies of cloud_devices
|
| 'components.gyp:cloud_devices_common',
|
|
|
| + # Dependencies of crx_file
|
| + 'components.gyp:crx_file',
|
| +
|
| # Dependencies of data_reduction_proxy
|
| 'components.gyp:data_reduction_proxy_browser',
|
| 'components.gyp:data_reduction_proxy_common',
|
|
|