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

Unified Diff: components/components_tests.gyp

Issue 865483005: Creating the audio_modem component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small fixes Created 5 years, 10 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 1827f5552003a6b00fb09a8ec5aaa941c87cc8bc..1a5012fe4f9440eed55f94f9e87787c63858fafc 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -681,14 +681,14 @@
}],
['OS != "ios" and OS != "android"', {
'sources': [
+ 'audio_modem/audio_player_unittest.cc',
+ 'audio_modem/audio_recorder_unittest.cc',
+ 'audio_modem/modem_unittest.cc',
'copresence/copresence_state_unittest.cc',
'copresence/handlers/audio/audio_directive_handler_unittest.cc',
'copresence/handlers/audio/audio_directive_list_unittest.cc',
'copresence/handlers/directive_handler_unittest.cc',
'copresence/handlers/gcm_handler_unittest.cc',
- 'copresence/mediums/audio/audio_manager_unittest.cc',
- 'copresence/mediums/audio/audio_player_unittest.cc',
- 'copresence/mediums/audio/audio_recorder_unittest.cc',
'copresence/rpc/http_post_unittest.cc',
'copresence/rpc/rpc_handler_unittest.cc',
'copresence/timed_map_unittest.cc',
@@ -708,6 +708,8 @@
'../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
'../google_apis/google_apis.gyp:google_apis_test_support',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
+ 'components.gyp:audio_modem',
+ 'components.gyp:audio_modem_test_support',
'components.gyp:copresence',
'components.gyp:copresence_test_support',
'components.gyp:cryptauth',

Powered by Google App Engine
This is Rietveld 408576698