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

Side by Side Diff: content/content_tests.gypi

Issue 199063002: Added unittest to WebRtcAudioRenderer. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: added content_export to AudioDeviceFactory, so bots pass the compile. Created 6 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | content/renderer/media/audio_device_factory.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 'renderer/media/media_stream_dependency_factory_unittest.cc', 714 'renderer/media/media_stream_dependency_factory_unittest.cc',
715 'renderer/media/media_stream_dispatcher_unittest.cc', 715 'renderer/media/media_stream_dispatcher_unittest.cc',
716 'renderer/media/media_stream_impl_unittest.cc', 716 'renderer/media/media_stream_impl_unittest.cc',
717 'renderer/media/mock_media_constraint_factory.cc', 717 'renderer/media/mock_media_constraint_factory.cc',
718 'renderer/media/rtc_peer_connection_handler_unittest.cc', 718 'renderer/media/rtc_peer_connection_handler_unittest.cc',
719 'renderer/media/rtc_video_decoder_unittest.cc', 719 'renderer/media/rtc_video_decoder_unittest.cc',
720 'renderer/media/video_source_handler_unittest.cc', 720 'renderer/media/video_source_handler_unittest.cc',
721 'renderer/media/webrtc/webrtc_local_audio_track_adapter_unittest.cc' , 721 'renderer/media/webrtc/webrtc_local_audio_track_adapter_unittest.cc' ,
722 'renderer/media/webrtc/webrtc_video_capturer_adapter_unittest.cc', 722 'renderer/media/webrtc/webrtc_video_capturer_adapter_unittest.cc',
723 'renderer/media/webrtc_audio_capturer_unittest.cc', 723 'renderer/media/webrtc_audio_capturer_unittest.cc',
724 'renderer/media/webrtc_audio_renderer_unittest.cc',
724 'renderer/media/webrtc_identity_service_unittest.cc', 725 'renderer/media/webrtc_identity_service_unittest.cc',
725 'renderer/media/webrtc_local_audio_source_provider_unittest.cc', 726 'renderer/media/webrtc_local_audio_source_provider_unittest.cc',
726 'renderer/media/webrtc_local_audio_track_unittest.cc', 727 'renderer/media/webrtc_local_audio_track_unittest.cc',
727 ], 728 ],
728 'dependencies': [ 729 'dependencies': [
729 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 730 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
730 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 731 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
731 '../third_party/webrtc/modules/modules.gyp:video_capture_module', 732 '../third_party/webrtc/modules/modules.gyp:video_capture_module',
732 ] 733 ]
733 }, { 734 }, {
(...skipping 981 matching lines...) Expand 10 before | Expand all | Expand 10 after
1715 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1716 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1716 }, 1717 },
1717 ], 1718 ],
1718 }], 1719 }],
1719 ], 1720 ],
1720 }, 1721 },
1721 ], 1722 ],
1722 }], 1723 }],
1723 ], 1724 ],
1724 } 1725 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/audio_device_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698