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

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, 4 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') | no next file with comments »
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..5becb906899ced45b7adbfa31e1f8bb8eb47baba 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -583,6 +583,20 @@
'invalidation/unacked_invalidation_set_unittest.cc',
],
}],
+ ['OS != "ios" and OS != "android"', {
+ 'sources': [
+ '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',
+ 'copresence/timed_map_unittest.cc',
+ ],
+ 'dependencies': [
+ # Dependencies for copresence.
+ 'components.gyp:copresence',
+ 'components.gyp:copresence_test_support',
+ ],
+ }],
['chromeos==1', {
'sources!': [
'storage_monitor/storage_monitor_linux_unittest.cc',
« no previous file with comments | « no previous file | components/copresence.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698