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

Side by Side Diff: third_party/libjingle/libjingle.gyp

Issue 2120493002: Remove dtlsidentitystore.h from libjingle GYP/GN files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with master Created 4 years, 5 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 | « third_party/libjingle/BUILD.gn ('k') | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../../build/win_precompile.gypi', 7 '../../build/win_precompile.gypi',
8 ], 8 ],
9 # Most of these settings have been split according to their scope into 9 # Most of these settings have been split according to their scope into
10 # :jingle_unexported_configs and :jingle_public_config in the GN build. 10 # :jingle_unexported_configs and :jingle_public_config in the GN build.
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'targets': [ 211 'targets': [
212 { 212 {
213 # GN version: //third_party/libjingle:libjingle_webrtc_common 213 # GN version: //third_party/libjingle:libjingle_webrtc_common
214 'target_name': 'libjingle_webrtc_common', 214 'target_name': 'libjingle_webrtc_common',
215 'type': 'static_library', 215 'type': 'static_library',
216 'sources': [ 216 'sources': [
217 '<(DEPTH)/third_party/webrtc/api/audiotrack.cc', 217 '<(DEPTH)/third_party/webrtc/api/audiotrack.cc',
218 '<(DEPTH)/third_party/webrtc/api/audiotrack.h', 218 '<(DEPTH)/third_party/webrtc/api/audiotrack.h',
219 '<(DEPTH)/third_party/webrtc/api/datachannel.cc', 219 '<(DEPTH)/third_party/webrtc/api/datachannel.cc',
220 '<(DEPTH)/third_party/webrtc/api/datachannel.h', 220 '<(DEPTH)/third_party/webrtc/api/datachannel.h',
221 '<(DEPTH)/third_party/webrtc/api/dtlsidentitystore.h',
222 '<(DEPTH)/third_party/webrtc/api/dtmfsender.cc', 221 '<(DEPTH)/third_party/webrtc/api/dtmfsender.cc',
223 '<(DEPTH)/third_party/webrtc/api/dtmfsender.h', 222 '<(DEPTH)/third_party/webrtc/api/dtmfsender.h',
224 '<(DEPTH)/third_party/webrtc/api/jsep.h', 223 '<(DEPTH)/third_party/webrtc/api/jsep.h',
225 '<(DEPTH)/third_party/webrtc/api/jsepicecandidate.cc', 224 '<(DEPTH)/third_party/webrtc/api/jsepicecandidate.cc',
226 '<(DEPTH)/third_party/webrtc/api/jsepicecandidate.h', 225 '<(DEPTH)/third_party/webrtc/api/jsepicecandidate.h',
227 '<(DEPTH)/third_party/webrtc/api/jsepsessiondescription.cc', 226 '<(DEPTH)/third_party/webrtc/api/jsepsessiondescription.cc',
228 '<(DEPTH)/third_party/webrtc/api/jsepsessiondescription.h', 227 '<(DEPTH)/third_party/webrtc/api/jsepsessiondescription.h',
229 '<(DEPTH)/third_party/webrtc/api/localaudiosource.cc', 228 '<(DEPTH)/third_party/webrtc/api/localaudiosource.cc',
230 '<(DEPTH)/third_party/webrtc/api/localaudiosource.h', 229 '<(DEPTH)/third_party/webrtc/api/localaudiosource.h',
231 '<(DEPTH)/third_party/webrtc/api/mediaconstraintsinterface.cc', 230 '<(DEPTH)/third_party/webrtc/api/mediaconstraintsinterface.cc',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 ], 371 ],
373 'dependencies': [ 372 'dependencies': [
374 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:audio_processing', 373 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:audio_processing',
375 'libjingle_webrtc_common', 374 'libjingle_webrtc_common',
376 ], 375 ],
377 }, 376 },
378 ], 377 ],
379 }], 378 }],
380 ], 379 ],
381 } 380 }
OLDNEW
« no previous file with comments | « third_party/libjingle/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698