| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index b9178f0330b2ad2c72e88782eeee889c02ef4e16..a417dfd73f2d9c3b45c35ca534be808834f06688 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -75,6 +75,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',
|
| @@ -275,6 +276,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',
|
|
|