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

Side by Side Diff: webrtc/test/webrtc_test_common.gyp

Issue 1390753002: Implement AudioReceiveStream::GetStats(). (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: merge master Created 5 years, 2 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 | « webrtc/test/fake_voice_engine.h ('k') | webrtc/voice_engine/voice_engine_impl.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 WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 { 8 {
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 12 matching lines...) Expand all
23 'encoder_settings.cc', 23 'encoder_settings.cc',
24 'encoder_settings.h', 24 'encoder_settings.h',
25 'fake_audio_device.cc', 25 'fake_audio_device.cc',
26 'fake_audio_device.h', 26 'fake_audio_device.h',
27 'fake_decoder.cc', 27 'fake_decoder.cc',
28 'fake_decoder.h', 28 'fake_decoder.h',
29 'fake_encoder.cc', 29 'fake_encoder.cc',
30 'fake_encoder.h', 30 'fake_encoder.h',
31 'fake_network_pipe.cc', 31 'fake_network_pipe.cc',
32 'fake_network_pipe.h', 32 'fake_network_pipe.h',
33 'fake_voice_engine.h',
33 'frame_generator_capturer.cc', 34 'frame_generator_capturer.cc',
34 'frame_generator_capturer.h', 35 'frame_generator_capturer.h',
35 'layer_filtering_transport.cc', 36 'layer_filtering_transport.cc',
36 'layer_filtering_transport.h', 37 'layer_filtering_transport.h',
37 'mock_transport.h', 38 'mock_transport.h',
38 'null_transport.cc', 39 'null_transport.cc',
39 'null_transport.h', 40 'null_transport.h',
40 'random.cc', 41 'random.cc',
41 'random.h', 42 'random.h',
42 'rtp_rtcp_observer.h', 43 'rtp_rtcp_observer.h',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'fake_network_pipe_unittest.cc', 164 'fake_network_pipe_unittest.cc',
164 'frame_generator_unittest.cc', 165 'frame_generator_unittest.cc',
165 'rtp_file_reader_unittest.cc', 166 'rtp_file_reader_unittest.cc',
166 'rtp_file_writer_unittest.cc', 167 'rtp_file_writer_unittest.cc',
167 ], 168 ],
168 }, 169 },
169 ], #targets 170 ], #targets
170 }], # include_tests 171 }], # include_tests
171 ], # conditions 172 ], # conditions
172 } 173 }
OLDNEW
« no previous file with comments | « webrtc/test/fake_voice_engine.h ('k') | webrtc/voice_engine/voice_engine_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698