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

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 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'mock_transport.h', 270 'mock_transport.h',
271 'mock_voe_channel_proxy.h', 271 'mock_voe_channel_proxy.h',
272 'mock_voice_engine.h', 272 'mock_voice_engine.h',
273 'null_transport.cc', 273 'null_transport.cc',
274 'null_transport.h', 274 'null_transport.h',
275 'rtp_rtcp_observer.h', 275 'rtp_rtcp_observer.h',
276 'statistics.cc', 276 'statistics.cc',
277 'statistics.h', 277 'statistics.h',
278 'vcm_capturer.cc', 278 'vcm_capturer.cc',
279 'vcm_capturer.h', 279 'vcm_capturer.h',
280 'video_capturer.cc',
281 'video_capturer.h', 280 'video_capturer.h',
282 'win/run_loop_win.cc', 281 'win/run_loop_win.cc',
283 ], 282 ],
284 'conditions': [ 283 'conditions': [
285 ['OS!="win"', { 284 ['OS!="win"', {
286 'sources': [ 285 'sources': [
287 'run_loop.h', 286 'run_loop.h',
288 'run_loop.cc', 287 'run_loop.cc',
289 ], 288 ],
290 }], 289 }],
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 '../build/isolate.gypi', 424 '../build/isolate.gypi',
426 ], 425 ],
427 'sources': [ 426 'sources': [
428 'test_support_unittests.isolate', 427 'test_support_unittests.isolate',
429 ], 428 ],
430 }, 429 },
431 ], 430 ],
432 }], 431 }],
433 ], 432 ],
434 } 433 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698