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

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

Issue 1809053002: Delete empty API files and cleaned up includes. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: IOS build 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'peerconnection.cc', 292 'peerconnection.cc',
293 'peerconnection.h', 293 'peerconnection.h',
294 'peerconnectionfactory.cc', 294 'peerconnectionfactory.cc',
295 'peerconnectionfactory.h', 295 'peerconnectionfactory.h',
296 'peerconnectionfactoryproxy.h', 296 'peerconnectionfactoryproxy.h',
297 'peerconnectioninterface.h', 297 'peerconnectioninterface.h',
298 'peerconnectionproxy.h', 298 'peerconnectionproxy.h',
299 'proxy.h', 299 'proxy.h',
300 'remoteaudiosource.cc', 300 'remoteaudiosource.cc',
301 'remoteaudiosource.h', 301 'remoteaudiosource.h',
302 'remotevideocapturer.cc',
303 'remotevideocapturer.h',
304 'rtpparameters.h', 302 'rtpparameters.h',
305 'rtpreceiver.cc', 303 'rtpreceiver.cc',
306 'rtpreceiver.h', 304 'rtpreceiver.h',
307 'rtpreceiverinterface.h', 305 'rtpreceiverinterface.h',
308 'rtpsender.cc', 306 'rtpsender.cc',
309 'rtpsender.h', 307 'rtpsender.h',
310 'rtpsenderinterface.h', 308 'rtpsenderinterface.h',
311 'sctputils.cc', 309 'sctputils.cc',
312 'sctputils.h', 310 'sctputils.h',
313 'statscollector.cc', 311 'statscollector.cc',
314 'statscollector.h', 312 'statscollector.h',
315 'statstypes.cc', 313 'statstypes.cc',
316 'statstypes.h', 314 'statstypes.h',
317 'streamcollection.h', 315 'streamcollection.h',
318 'videocapturertracksource.cc', 316 'videocapturertracksource.cc',
319 'videocapturertracksource.h', 317 'videocapturertracksource.h',
320 'videosourceinterface.h',
321 'videosourceproxy.h', 318 'videosourceproxy.h',
322 'videotrack.cc', 319 'videotrack.cc',
323 'videotrack.h', 320 'videotrack.h',
324 'videotracksource.cc', 321 'videotracksource.cc',
325 'videotracksource.h', 322 'videotracksource.h',
326 'webrtcsdp.cc', 323 'webrtcsdp.cc',
327 'webrtcsdp.h', 324 'webrtcsdp.h',
328 'webrtcsession.cc', 325 'webrtcsession.cc',
329 'webrtcsession.h', 326 'webrtcsession.h',
330 'webrtcsessiondescriptionfactory.cc', 327 'webrtcsessiondescriptionfactory.cc',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 'AdditionalOptions': [ 363 'AdditionalOptions': [
367 '-Wno-sign-compare', 364 '-Wno-sign-compare',
368 ], 365 ],
369 }, 366 },
370 }, 367 },
371 }], 368 }],
372 ], 369 ],
373 }, # target libjingle_peerconnection 370 }, # target libjingle_peerconnection
374 ], # targets 371 ], # targets
375 } 372 }
OLDNEW
« no previous file with comments | « talk/app/webrtc/objc/RTCVideoSource+Internal.h ('k') | webrtc/api/java/jni/peerconnection_jni.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698