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

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

Issue 2054763002: Delete references to obsolete webrtc header files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « third_party/libjingle/BUILD.gn ('k') | third_party/libjingle/libjingle_nacl.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) 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 '<(DEPTH)/third_party/webrtc/api/jsepsessiondescription.cc', 232 '<(DEPTH)/third_party/webrtc/api/jsepsessiondescription.cc',
233 '<(DEPTH)/third_party/webrtc/api/jsepsessiondescription.h', 233 '<(DEPTH)/third_party/webrtc/api/jsepsessiondescription.h',
234 '<(DEPTH)/third_party/webrtc/api/localaudiosource.cc', 234 '<(DEPTH)/third_party/webrtc/api/localaudiosource.cc',
235 '<(DEPTH)/third_party/webrtc/api/localaudiosource.h', 235 '<(DEPTH)/third_party/webrtc/api/localaudiosource.h',
236 '<(DEPTH)/third_party/webrtc/api/mediaconstraintsinterface.cc', 236 '<(DEPTH)/third_party/webrtc/api/mediaconstraintsinterface.cc',
237 '<(DEPTH)/third_party/webrtc/api/mediaconstraintsinterface.h', 237 '<(DEPTH)/third_party/webrtc/api/mediaconstraintsinterface.h',
238 '<(DEPTH)/third_party/webrtc/api/mediacontroller.cc', 238 '<(DEPTH)/third_party/webrtc/api/mediacontroller.cc',
239 '<(DEPTH)/third_party/webrtc/api/mediacontroller.h', 239 '<(DEPTH)/third_party/webrtc/api/mediacontroller.h',
240 '<(DEPTH)/third_party/webrtc/api/mediastream.cc', 240 '<(DEPTH)/third_party/webrtc/api/mediastream.cc',
241 '<(DEPTH)/third_party/webrtc/api/mediastream.h', 241 '<(DEPTH)/third_party/webrtc/api/mediastream.h',
242 '<(DEPTH)/third_party/webrtc/api/mediastreamhandler.cc',
243 '<(DEPTH)/third_party/webrtc/api/mediastreamhandler.h',
244 '<(DEPTH)/third_party/webrtc/api/mediastreaminterface.h', 242 '<(DEPTH)/third_party/webrtc/api/mediastreaminterface.h',
245 '<(DEPTH)/third_party/webrtc/api/mediastreamobserver.cc', 243 '<(DEPTH)/third_party/webrtc/api/mediastreamobserver.cc',
246 '<(DEPTH)/third_party/webrtc/api/mediastreamobserver.h', 244 '<(DEPTH)/third_party/webrtc/api/mediastreamobserver.h',
247 '<(DEPTH)/third_party/webrtc/api/mediastreamprovider.h', 245 '<(DEPTH)/third_party/webrtc/api/mediastreamprovider.h',
248 '<(DEPTH)/third_party/webrtc/api/mediastreamproxy.h', 246 '<(DEPTH)/third_party/webrtc/api/mediastreamproxy.h',
249 '<(DEPTH)/third_party/webrtc/api/mediastreamtrack.h', 247 '<(DEPTH)/third_party/webrtc/api/mediastreamtrack.h',
250 '<(DEPTH)/third_party/webrtc/api/mediastreamtrackproxy.h', 248 '<(DEPTH)/third_party/webrtc/api/mediastreamtrackproxy.h',
251 '<(DEPTH)/third_party/webrtc/api/notifier.h', 249 '<(DEPTH)/third_party/webrtc/api/notifier.h',
252 '<(DEPTH)/third_party/webrtc/api/peerconnection.cc', 250 '<(DEPTH)/third_party/webrtc/api/peerconnection.cc',
253 '<(DEPTH)/third_party/webrtc/api/peerconnection.h', 251 '<(DEPTH)/third_party/webrtc/api/peerconnection.h',
254 '<(DEPTH)/third_party/webrtc/api/peerconnectionfactory.cc', 252 '<(DEPTH)/third_party/webrtc/api/peerconnectionfactory.cc',
255 '<(DEPTH)/third_party/webrtc/api/peerconnectionfactory.h', 253 '<(DEPTH)/third_party/webrtc/api/peerconnectionfactory.h',
256 '<(DEPTH)/third_party/webrtc/api/peerconnectioninterface.h', 254 '<(DEPTH)/third_party/webrtc/api/peerconnectioninterface.h',
257 '<(DEPTH)/third_party/webrtc/api/portallocatorfactory.cc', 255 '<(DEPTH)/third_party/webrtc/api/portallocatorfactory.cc',
258 '<(DEPTH)/third_party/webrtc/api/portallocatorfactory.h', 256 '<(DEPTH)/third_party/webrtc/api/portallocatorfactory.h',
259 '<(DEPTH)/third_party/webrtc/api/remoteaudiosource.cc', 257 '<(DEPTH)/third_party/webrtc/api/remoteaudiosource.cc',
260 '<(DEPTH)/third_party/webrtc/api/remoteaudiosource.h', 258 '<(DEPTH)/third_party/webrtc/api/remoteaudiosource.h',
261 '<(DEPTH)/third_party/webrtc/api/remoteaudiotrack.cc',
262 '<(DEPTH)/third_party/webrtc/api/remoteaudiotrack.h',
263 '<(DEPTH)/third_party/webrtc/api/rtpreceiver.cc', 259 '<(DEPTH)/third_party/webrtc/api/rtpreceiver.cc',
264 '<(DEPTH)/third_party/webrtc/api/rtpreceiver.h', 260 '<(DEPTH)/third_party/webrtc/api/rtpreceiver.h',
265 '<(DEPTH)/third_party/webrtc/api/rtpreceiverinterface.h', 261 '<(DEPTH)/third_party/webrtc/api/rtpreceiverinterface.h',
266 '<(DEPTH)/third_party/webrtc/api/rtpsender.cc', 262 '<(DEPTH)/third_party/webrtc/api/rtpsender.cc',
267 '<(DEPTH)/third_party/webrtc/api/rtpsender.h', 263 '<(DEPTH)/third_party/webrtc/api/rtpsender.h',
268 '<(DEPTH)/third_party/webrtc/api/rtpsenderinterface.h', 264 '<(DEPTH)/third_party/webrtc/api/rtpsenderinterface.h',
269 '<(DEPTH)/third_party/webrtc/api/sctputils.cc', 265 '<(DEPTH)/third_party/webrtc/api/sctputils.cc',
270 '<(DEPTH)/third_party/webrtc/api/sctputils.h', 266 '<(DEPTH)/third_party/webrtc/api/sctputils.h',
271 '<(DEPTH)/third_party/webrtc/api/statscollector.cc', 267 '<(DEPTH)/third_party/webrtc/api/statscollector.cc',
272 '<(DEPTH)/third_party/webrtc/api/statscollector.h', 268 '<(DEPTH)/third_party/webrtc/api/statscollector.h',
273 '<(DEPTH)/third_party/webrtc/api/statstypes.cc', 269 '<(DEPTH)/third_party/webrtc/api/statstypes.cc',
274 '<(DEPTH)/third_party/webrtc/api/statstypes.h', 270 '<(DEPTH)/third_party/webrtc/api/statstypes.h',
275 '<(DEPTH)/third_party/webrtc/api/streamcollection.h', 271 '<(DEPTH)/third_party/webrtc/api/streamcollection.h',
276 '<(DEPTH)/third_party/webrtc/api/umametrics.h', 272 '<(DEPTH)/third_party/webrtc/api/umametrics.h',
277 '<(DEPTH)/third_party/webrtc/api/videocapturertracksource.cc', 273 '<(DEPTH)/third_party/webrtc/api/videocapturertracksource.cc',
278 '<(DEPTH)/third_party/webrtc/api/videocapturertracksource.h', 274 '<(DEPTH)/third_party/webrtc/api/videocapturertracksource.h',
279 '<(DEPTH)/third_party/webrtc/api/videosourceproxy.h', 275 '<(DEPTH)/third_party/webrtc/api/videosourceproxy.h',
280 '<(DEPTH)/third_party/webrtc/api/videotrack.cc', 276 '<(DEPTH)/third_party/webrtc/api/videotrack.cc',
281 '<(DEPTH)/third_party/webrtc/api/videotrack.h', 277 '<(DEPTH)/third_party/webrtc/api/videotrack.h',
282 '<(DEPTH)/third_party/webrtc/api/videotracksource.cc', 278 '<(DEPTH)/third_party/webrtc/api/videotracksource.cc',
283 '<(DEPTH)/third_party/webrtc/api/videotracksource.h', 279 '<(DEPTH)/third_party/webrtc/api/videotracksource.h',
284 '<(DEPTH)/third_party/webrtc/api/webrtcsdp.cc', 280 '<(DEPTH)/third_party/webrtc/api/webrtcsdp.cc',
285 '<(DEPTH)/third_party/webrtc/api/webrtcsdp.h', 281 '<(DEPTH)/third_party/webrtc/api/webrtcsdp.h',
286 '<(DEPTH)/third_party/webrtc/api/webrtcsession.cc', 282 '<(DEPTH)/third_party/webrtc/api/webrtcsession.cc',
287 '<(DEPTH)/third_party/webrtc/api/webrtcsession.h', 283 '<(DEPTH)/third_party/webrtc/api/webrtcsession.h',
288 '<(DEPTH)/third_party/webrtc/api/webrtcsessiondescriptionfactory.cc' , 284 '<(DEPTH)/third_party/webrtc/api/webrtcsessiondescriptionfactory.cc' ,
289 '<(DEPTH)/third_party/webrtc/api/webrtcsessiondescriptionfactory.h', 285 '<(DEPTH)/third_party/webrtc/api/webrtcsessiondescriptionfactory.h',
290 '<(DEPTH)/third_party/webrtc/media/base/audiorenderer.h',
291 '<(DEPTH)/third_party/webrtc/media/base/codec.cc', 286 '<(DEPTH)/third_party/webrtc/media/base/codec.cc',
292 '<(DEPTH)/third_party/webrtc/media/base/codec.h', 287 '<(DEPTH)/third_party/webrtc/media/base/codec.h',
293 '<(DEPTH)/third_party/webrtc/media/base/cryptoparams.h', 288 '<(DEPTH)/third_party/webrtc/media/base/cryptoparams.h',
294 '<(DEPTH)/third_party/webrtc/media/base/hybriddataengine.h', 289 '<(DEPTH)/third_party/webrtc/media/base/hybriddataengine.h',
295 '<(DEPTH)/third_party/webrtc/media/base/mediachannel.h', 290 '<(DEPTH)/third_party/webrtc/media/base/mediachannel.h',
296 '<(DEPTH)/third_party/webrtc/media/base/mediaconstants.cc', 291 '<(DEPTH)/third_party/webrtc/media/base/mediaconstants.cc',
297 '<(DEPTH)/third_party/webrtc/media/base/mediaconstants.h', 292 '<(DEPTH)/third_party/webrtc/media/base/mediaconstants.h',
298 '<(DEPTH)/third_party/webrtc/media/base/mediaengine.cc', 293 '<(DEPTH)/third_party/webrtc/media/base/mediaengine.cc',
299 '<(DEPTH)/third_party/webrtc/media/base/mediaengine.h', 294 '<(DEPTH)/third_party/webrtc/media/base/mediaengine.h',
300 '<(DEPTH)/third_party/webrtc/media/base/rtpdataengine.cc', 295 '<(DEPTH)/third_party/webrtc/media/base/rtpdataengine.cc',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 ], 375 ],
381 'dependencies': [ 376 'dependencies': [
382 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:audio_processing', 377 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:audio_processing',
383 'libjingle_webrtc_common', 378 'libjingle_webrtc_common',
384 ], 379 ],
385 }, 380 },
386 ], 381 ],
387 }], 382 }],
388 ], 383 ],
389 } 384 }
OLDNEW
« no previous file with comments | « third_party/libjingle/BUILD.gn ('k') | third_party/libjingle/libjingle_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698