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

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: git cl format Created 4 years, 4 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'mock_transport.h', 265 'mock_transport.h',
266 'mock_voe_channel_proxy.h', 266 'mock_voe_channel_proxy.h',
267 'mock_voice_engine.h', 267 'mock_voice_engine.h',
268 'null_transport.cc', 268 'null_transport.cc',
269 'null_transport.h', 269 'null_transport.h',
270 'rtp_rtcp_observer.h', 270 'rtp_rtcp_observer.h',
271 'statistics.cc', 271 'statistics.cc',
272 'statistics.h', 272 'statistics.h',
273 'vcm_capturer.cc', 273 'vcm_capturer.cc',
274 'vcm_capturer.h', 274 'vcm_capturer.h',
275 'video_capturer.cc',
276 'video_capturer.h', 275 'video_capturer.h',
277 'win/run_loop_win.cc', 276 'win/run_loop_win.cc',
278 ], 277 ],
279 'conditions': [ 278 'conditions': [
280 ['OS!="win"', { 279 ['OS!="win"', {
281 'sources': [ 280 'sources': [
282 'run_loop.h', 281 'run_loop.h',
283 'run_loop.cc', 282 'run_loop.cc',
284 ], 283 ],
285 }], 284 }],
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 '../build/isolate.gypi', 419 '../build/isolate.gypi',
421 ], 420 ],
422 'sources': [ 421 'sources': [
423 'test_support_unittests.isolate', 422 'test_support_unittests.isolate',
424 ], 423 ],
425 }, 424 },
426 ], 425 ],
427 }], 426 }],
428 ], 427 ],
429 } 428 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698