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

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: Removed unused code. 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
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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 'statscollector.h', 306 'statscollector.h',
307 'statstypes.cc', 307 'statstypes.cc',
308 'statstypes.h', 308 'statstypes.h',
309 'streamcollection.h', 309 'streamcollection.h',
310 'videocapturertracksource.cc', 310 'videocapturertracksource.cc',
311 'videocapturertracksource.h', 311 'videocapturertracksource.h',
312 'videosourceinterface.h', 312 'videosourceinterface.h',
313 'videosourceproxy.h', 313 'videosourceproxy.h',
314 'videotrack.cc', 314 'videotrack.cc',
315 'videotrack.h', 315 'videotrack.h',
316 'videotrackrenderers.cc',
317 'videotrackrenderers.h',
318 'videotracksource.cc', 316 'videotracksource.cc',
319 'videotracksource.h', 317 'videotracksource.h',
320 'webrtcsdp.cc', 318 'webrtcsdp.cc',
321 'webrtcsdp.h', 319 'webrtcsdp.h',
322 'webrtcsession.cc', 320 'webrtcsession.cc',
323 'webrtcsession.h', 321 'webrtcsession.h',
324 'webrtcsessiondescriptionfactory.cc', 322 'webrtcsessiondescriptionfactory.cc',
325 'webrtcsessiondescriptionfactory.h', 323 'webrtcsessiondescriptionfactory.h',
326 ], 324 ],
327 # TODO(kjellander): Make the code compile without disabling these flags. 325 # TODO(kjellander): Make the code compile without disabling these flags.
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 'AdditionalOptions': [ 358 'AdditionalOptions': [
361 '-Wno-sign-compare', 359 '-Wno-sign-compare',
362 ], 360 ],
363 }, 361 },
364 }, 362 },
365 }], 363 }],
366 ], 364 ],
367 }, # target libjingle_peerconnection 365 }, # target libjingle_peerconnection
368 ], # targets 366 ], # targets
369 } 367 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698