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/BUILD.gn

Issue 2035473004: RTCPeerConnectionInterface.mm createNativeConfiguration and other clean-up. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed presubmit warnings (lines longer than) Created 4 years, 6 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/objc/RTCPeerConnectionInterface+Internal.h ('k') | webrtc/api/api.gyp » ('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 import("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 10
(...skipping 16 matching lines...) Expand all
27 } 27 }
28 28
29 source_set("libjingle_peerconnection") { 29 source_set("libjingle_peerconnection") {
30 cflags = [] 30 cflags = []
31 sources = [ 31 sources = [
32 "audiotrack.cc", 32 "audiotrack.cc",
33 "audiotrack.h", 33 "audiotrack.h",
34 "datachannel.cc", 34 "datachannel.cc",
35 "datachannel.h", 35 "datachannel.h",
36 "datachannelinterface.h", 36 "datachannelinterface.h",
37 "dtlsidentitystore.cc",
38 "dtlsidentitystore.h", 37 "dtlsidentitystore.h",
39 "dtmfsender.cc", 38 "dtmfsender.cc",
40 "dtmfsender.h", 39 "dtmfsender.h",
41 "dtmfsenderinterface.h", 40 "dtmfsenderinterface.h",
42 "jsep.h", 41 "jsep.h",
43 "jsepicecandidate.cc", 42 "jsepicecandidate.cc",
44 "jsepicecandidate.h", 43 "jsepicecandidate.h",
45 "jsepsessiondescription.cc", 44 "jsepsessiondescription.cc",
46 "jsepsessiondescription.h", 45 "jsepsessiondescription.h",
47 "localaudiosource.cc", 46 "localaudiosource.cc",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "quicdatachannel.h", 127 "quicdatachannel.h",
129 "quicdatatransport.cc", 128 "quicdatatransport.cc",
130 "quicdatatransport.h", 129 "quicdatatransport.h",
131 ] 130 ]
132 deps += [ "//third_party/libquic" ] 131 deps += [ "//third_party/libquic" ]
133 public_deps = [ 132 public_deps = [
134 "//third_party/libquic", 133 "//third_party/libquic",
135 ] 134 ]
136 } 135 }
137 } 136 }
OLDNEW
« no previous file with comments | « talk/app/webrtc/objc/RTCPeerConnectionInterface+Internal.h ('k') | webrtc/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698