| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index f4fbc08953b9e5c2b2c2d67cd4d00f0f865f24e1..b8b8b3d6e0c9ae358d694def1507e2343adf1cb8 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -78,6 +78,11 @@
|
| 'captive_portal/captive_portal_detector_unittest.cc',
|
| 'cloud_devices/common/cloud_devices_urls_unittest.cc',
|
| 'cloud_devices/common/printer_description_unittest.cc',
|
| + 'copresence/timed_map_unittest.cc',
|
| + 'copresence/handlers/audio/audio_directive_handler_unittest.cc',
|
| + 'copresence/handlers/audio/audio_directive_list_unittest.cc',
|
| + 'copresence/mediums/audio/audio_player_unittest.cc',
|
| + 'copresence/mediums/audio/audio_recorder_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',
|
| @@ -276,6 +281,10 @@
|
| # Dependencies of cloud_devices
|
| 'components.gyp:cloud_devices_common',
|
|
|
| + # Dependencies for copresence.
|
| + 'components.gyp:copresence',
|
| + 'components.gyp:copresence_test_support',
|
| +
|
| # Dependencies of data_reduction_proxy
|
| 'components.gyp:data_reduction_proxy_browser',
|
| 'components.gyp:data_reduction_proxy_common',
|
|
|