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

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

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 | « webrtc/api/BUILD.gn ('k') | webrtc/api/dtlsidentitystore.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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'dependencies': [ 128 'dependencies': [
129 '<(webrtc_root)/media/media.gyp:rtc_media', 129 '<(webrtc_root)/media/media.gyp:rtc_media',
130 '<(webrtc_root)/pc/pc.gyp:rtc_pc', 130 '<(webrtc_root)/pc/pc.gyp:rtc_pc',
131 ], 131 ],
132 'sources': [ 132 'sources': [
133 'audiotrack.cc', 133 'audiotrack.cc',
134 'audiotrack.h', 134 'audiotrack.h',
135 'datachannel.cc', 135 'datachannel.cc',
136 'datachannel.h', 136 'datachannel.h',
137 'datachannelinterface.h', 137 'datachannelinterface.h',
138 'dtlsidentitystore.cc',
139 'dtlsidentitystore.h', 138 'dtlsidentitystore.h',
140 'dtmfsender.cc', 139 'dtmfsender.cc',
141 'dtmfsender.h', 140 'dtmfsender.h',
142 'dtmfsenderinterface.h', 141 'dtmfsenderinterface.h',
143 'jsep.h', 142 'jsep.h',
144 'jsepicecandidate.cc', 143 'jsepicecandidate.cc',
145 'jsepicecandidate.h', 144 'jsepicecandidate.h',
146 'jsepsessiondescription.cc', 145 'jsepsessiondescription.cc',
147 'jsepsessiondescription.h', 146 'jsepsessiondescription.h',
148 'localaudiosource.cc', 147 'localaudiosource.cc',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'quicdatatransport.h', 244 'quicdatatransport.h',
246 ], 245 ],
247 'export_dependent_settings': [ 246 'export_dependent_settings': [
248 '<(DEPTH)/third_party/libquic/libquic.gyp:libquic', 247 '<(DEPTH)/third_party/libquic/libquic.gyp:libquic',
249 ], 248 ],
250 }], 249 }],
251 ], 250 ],
252 }, # target libjingle_peerconnection 251 }, # target libjingle_peerconnection
253 ], # targets 252 ], # targets
254 } 253 }
OLDNEW
« no previous file with comments | « webrtc/api/BUILD.gn ('k') | webrtc/api/dtlsidentitystore.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698