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

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

Issue 2348533002: Reland Replace interface VideoCapturerInput with VideoSinkInterface. (Closed)
Patch Set: Fix rtp timestamp in quality test. Created 4 years, 3 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/frame_generator_capturer.cc ('k') | webrtc/test/vcm_capturer.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) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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 # TODO(andrew): consider moving test_support to src/base/test. 9 # TODO(andrew): consider moving test_support to src/base/test.
10 { 10 {
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'mock_transport.h', 180 'mock_transport.h',
181 'mock_voe_channel_proxy.h', 181 'mock_voe_channel_proxy.h',
182 'mock_voice_engine.h', 182 'mock_voice_engine.h',
183 'null_transport.cc', 183 'null_transport.cc',
184 'null_transport.h', 184 'null_transport.h',
185 'rtp_rtcp_observer.h', 185 'rtp_rtcp_observer.h',
186 'statistics.cc', 186 'statistics.cc',
187 'statistics.h', 187 'statistics.h',
188 'vcm_capturer.cc', 188 'vcm_capturer.cc',
189 'vcm_capturer.h', 189 'vcm_capturer.h',
190 'video_capturer.cc',
191 'video_capturer.h', 190 'video_capturer.h',
192 'win/run_loop_win.cc', 191 'win/run_loop_win.cc',
193 ], 192 ],
194 'conditions': [ 193 'conditions': [
195 ['OS!="win"', { 194 ['OS!="win"', {
196 'sources': [ 195 'sources': [
197 'run_loop.h', 196 'run_loop.h',
198 'run_loop.cc', 197 'run_loop.cc',
199 ], 198 ],
200 }], 199 }],
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 '-framework OpenGL', 283 '-framework OpenGL',
285 '-framework CoreVideo', 284 '-framework CoreVideo',
286 ], 285 ],
287 }, 286 },
288 }], 287 }],
289 ], 288 ],
290 }, 289 },
291 }, 290 },
292 ], 291 ],
293 } 292 }
OLDNEW
« no previous file with comments | « webrtc/test/frame_generator_capturer.cc ('k') | webrtc/test/vcm_capturer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698