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

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

Issue 1779063003: Refactor VideoTracks to forward all sinks to its source (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased Created 4 years, 9 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 | « talk/app/webrtc/objctests/RTCPeerConnectionTest.mm ('k') | webrtc/api/videotrack.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) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 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 { 9 {
10 'includes': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 'statscollector.h', 314 'statscollector.h',
315 'statstypes.cc', 315 'statstypes.cc',
316 'statstypes.h', 316 'statstypes.h',
317 'streamcollection.h', 317 'streamcollection.h',
318 'videocapturertracksource.cc', 318 'videocapturertracksource.cc',
319 'videocapturertracksource.h', 319 'videocapturertracksource.h',
320 'videosourceinterface.h', 320 'videosourceinterface.h',
321 'videosourceproxy.h', 321 'videosourceproxy.h',
322 'videotrack.cc', 322 'videotrack.cc',
323 'videotrack.h', 323 'videotrack.h',
324 'videotrackrenderers.cc',
325 'videotrackrenderers.h',
326 'videotracksource.cc', 324 'videotracksource.cc',
327 'videotracksource.h', 325 'videotracksource.h',
328 'webrtcsdp.cc', 326 'webrtcsdp.cc',
329 'webrtcsdp.h', 327 'webrtcsdp.h',
330 'webrtcsession.cc', 328 'webrtcsession.cc',
331 'webrtcsession.h', 329 'webrtcsession.h',
332 'webrtcsessiondescriptionfactory.cc', 330 'webrtcsessiondescriptionfactory.cc',
333 'webrtcsessiondescriptionfactory.h', 331 'webrtcsessiondescriptionfactory.h',
334 ], 332 ],
335 # TODO(kjellander): Make the code compile without disabling these flags. 333 # TODO(kjellander): Make the code compile without disabling these flags.
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'AdditionalOptions': [ 366 'AdditionalOptions': [
369 '-Wno-sign-compare', 367 '-Wno-sign-compare',
370 ], 368 ],
371 }, 369 },
372 }, 370 },
373 }], 371 }],
374 ], 372 ],
375 }, # target libjingle_peerconnection 373 }, # target libjingle_peerconnection
376 ], # targets 374 ], # targets
377 } 375 }
OLDNEW
« no previous file with comments | « talk/app/webrtc/objctests/RTCPeerConnectionTest.mm ('k') | webrtc/api/videotrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698