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

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

Issue 2257413002: Replace interface VideoCapturerInput with VideoSinkInterface. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Addressed code review comments. 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
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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'mock_transport.h', 216 'mock_transport.h',
217 'mock_voe_channel_proxy.h', 217 'mock_voe_channel_proxy.h',
218 'mock_voice_engine.h', 218 'mock_voice_engine.h',
219 'null_transport.cc', 219 'null_transport.cc',
220 'null_transport.h', 220 'null_transport.h',
221 'rtp_rtcp_observer.h', 221 'rtp_rtcp_observer.h',
222 'statistics.cc', 222 'statistics.cc',
223 'statistics.h', 223 'statistics.h',
224 'vcm_capturer.cc', 224 'vcm_capturer.cc',
225 'vcm_capturer.h', 225 'vcm_capturer.h',
226 'video_capturer.cc',
227 'video_capturer.h', 226 'video_capturer.h',
228 'win/run_loop_win.cc', 227 'win/run_loop_win.cc',
229 ], 228 ],
230 'conditions': [ 229 'conditions': [
231 ['OS!="win"', { 230 ['OS!="win"', {
232 'sources': [ 231 'sources': [
233 'run_loop.h', 232 'run_loop.h',
234 'run_loop.cc', 233 'run_loop.cc',
235 ], 234 ],
236 }], 235 }],
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 '../build/isolate.gypi', 370 '../build/isolate.gypi',
372 ], 371 ],
373 'sources': [ 372 'sources': [
374 'test_support_unittests.isolate', 373 'test_support_unittests.isolate',
375 ], 374 ],
376 }, 375 },
377 ], 376 ],
378 }], 377 }],
379 ], 378 ],
380 } 379 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698