Chromium Code Reviews

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

Issue 1459083007: Open backdoor in VoiceEngineImpl to get at the actual voe::Channel objects from an ID. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: presubmit complaints Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « webrtc/test/mock_voice_engine.h ('k') | webrtc/voice_engine/BUILD.gn » ('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 19 matching lines...)
30 'fake_decoder.h', 30 'fake_decoder.h',
31 'fake_encoder.cc', 31 'fake_encoder.cc',
32 'fake_encoder.h', 32 'fake_encoder.h',
33 'fake_network_pipe.cc', 33 'fake_network_pipe.cc',
34 'fake_network_pipe.h', 34 'fake_network_pipe.h',
35 'frame_generator_capturer.cc', 35 'frame_generator_capturer.cc',
36 'frame_generator_capturer.h', 36 'frame_generator_capturer.h',
37 'layer_filtering_transport.cc', 37 'layer_filtering_transport.cc',
38 'layer_filtering_transport.h', 38 'layer_filtering_transport.h',
39 'mock_transport.h', 39 'mock_transport.h',
40 'mock_voe_channel_proxy.h',
40 'mock_voice_engine.h', 41 'mock_voice_engine.h',
41 'null_transport.cc', 42 'null_transport.cc',
42 'null_transport.h', 43 'null_transport.h',
43 'random.cc', 44 'random.cc',
44 'random.h', 45 'random.h',
45 'rtp_rtcp_observer.h', 46 'rtp_rtcp_observer.h',
46 'run_loop.cc', 47 'run_loop.cc',
47 'run_loop.h', 48 'run_loop.h',
48 'statistics.cc', 49 'statistics.cc',
49 'statistics.h', 50 'statistics.h',
(...skipping 117 matching lines...)
167 'fake_network_pipe_unittest.cc', 168 'fake_network_pipe_unittest.cc',
168 'frame_generator_unittest.cc', 169 'frame_generator_unittest.cc',
169 'rtp_file_reader_unittest.cc', 170 'rtp_file_reader_unittest.cc',
170 'rtp_file_writer_unittest.cc', 171 'rtp_file_writer_unittest.cc',
171 ], 172 ],
172 }, 173 },
173 ], #targets 174 ], #targets
174 }], # include_tests 175 }], # include_tests
175 ], # conditions 176 ], # conditions
176 } 177 }
OLDNEW
« no previous file with comments | « webrtc/test/mock_voice_engine.h ('k') | webrtc/voice_engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine