Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: components/components_tests.gyp

Issue 419073002: Add the copresence DirectiveHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index e11d730ea3fdc08cd61b5ed15409d7868e7b7eff..0c9a821e1d06b89e4b08c218c407226da296a32b 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -77,6 +77,10 @@
'captive_portal/captive_portal_detector_unittest.cc',
'cloud_devices/common/cloud_devices_urls_unittest.cc',
'cloud_devices/common/printer_description_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',
@@ -271,6 +275,9 @@
# Dependencies of cloud_devices
'components.gyp:cloud_devices_common',
+ # Dependencies for copresence.
+ 'components.gyp:copresence',
+
# Dependencies of data_reduction_proxy
'components.gyp:data_reduction_proxy_browser',
'components.gyp:data_reduction_proxy_common',

Powered by Google App Engine
This is Rietveld 408576698