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

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
« no previous file with comments | « no previous file | components/copresence.gypi » ('j') | components/copresence.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
Daniel Erat 2014/07/31 22:31:14 fix alphabetization
rkc 2014/08/01 21:08:55 Done.
+ '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',
« no previous file with comments | « no previous file | components/copresence.gypi » ('j') | components/copresence.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698