| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 | 6 |
| 7 # From third_party/libjingle/libjingle.gyp's target_defaults. | 7 # From third_party/libjingle/libjingle.gyp's target_defaults. |
| 8 config("jingle_unexported_configs") { | 8 config("jingle_unexported_configs") { |
| 9 defines = [ | 9 defines = [ |
| 10 "EXPAT_RELATIVE_PATH", | 10 "EXPAT_RELATIVE_PATH", |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 "../webrtc/api/peerconnection.h", | 301 "../webrtc/api/peerconnection.h", |
| 302 "../webrtc/api/peerconnectionfactory.cc", | 302 "../webrtc/api/peerconnectionfactory.cc", |
| 303 "../webrtc/api/peerconnectionfactory.h", | 303 "../webrtc/api/peerconnectionfactory.h", |
| 304 "../webrtc/api/peerconnectioninterface.h", | 304 "../webrtc/api/peerconnectioninterface.h", |
| 305 "../webrtc/api/portallocatorfactory.cc", | 305 "../webrtc/api/portallocatorfactory.cc", |
| 306 "../webrtc/api/portallocatorfactory.h", | 306 "../webrtc/api/portallocatorfactory.h", |
| 307 "../webrtc/api/remoteaudiosource.cc", | 307 "../webrtc/api/remoteaudiosource.cc", |
| 308 "../webrtc/api/remoteaudiosource.h", | 308 "../webrtc/api/remoteaudiosource.h", |
| 309 "../webrtc/api/remoteaudiotrack.cc", | 309 "../webrtc/api/remoteaudiotrack.cc", |
| 310 "../webrtc/api/remoteaudiotrack.h", | 310 "../webrtc/api/remoteaudiotrack.h", |
| 311 "../webrtc/api/remotevideocapturer.cc", | |
| 312 "../webrtc/api/remotevideocapturer.h", | |
| 313 "../webrtc/api/rtpreceiver.cc", | 311 "../webrtc/api/rtpreceiver.cc", |
| 314 "../webrtc/api/rtpreceiver.h", | 312 "../webrtc/api/rtpreceiver.h", |
| 315 "../webrtc/api/rtpreceiverinterface.h", | 313 "../webrtc/api/rtpreceiverinterface.h", |
| 316 "../webrtc/api/rtpsender.cc", | 314 "../webrtc/api/rtpsender.cc", |
| 317 "../webrtc/api/rtpsender.h", | 315 "../webrtc/api/rtpsender.h", |
| 318 "../webrtc/api/rtpsenderinterface.h", | 316 "../webrtc/api/rtpsenderinterface.h", |
| 319 "../webrtc/api/sctputils.cc", | 317 "../webrtc/api/sctputils.cc", |
| 320 "../webrtc/api/sctputils.h", | 318 "../webrtc/api/sctputils.h", |
| 321 "../webrtc/api/statscollector.cc", | 319 "../webrtc/api/statscollector.cc", |
| 322 "../webrtc/api/statscollector.h", | 320 "../webrtc/api/statscollector.h", |
| 323 "../webrtc/api/statstypes.cc", | 321 "../webrtc/api/statstypes.cc", |
| 324 "../webrtc/api/statstypes.h", | 322 "../webrtc/api/statstypes.h", |
| 325 "../webrtc/api/streamcollection.h", | 323 "../webrtc/api/streamcollection.h", |
| 326 "../webrtc/api/umametrics.h", | 324 "../webrtc/api/umametrics.h", |
| 327 "../webrtc/api/videocapturertracksource.cc", | 325 "../webrtc/api/videocapturertracksource.cc", |
| 328 "../webrtc/api/videocapturertracksource.h", | 326 "../webrtc/api/videocapturertracksource.h", |
| 329 "../webrtc/api/videosource.cc", | |
| 330 "../webrtc/api/videosource.h", | |
| 331 "../webrtc/api/videosourceinterface.h", | |
| 332 "../webrtc/api/videosourceproxy.h", | 327 "../webrtc/api/videosourceproxy.h", |
| 333 "../webrtc/api/videotrack.cc", | 328 "../webrtc/api/videotrack.cc", |
| 334 "../webrtc/api/videotrack.h", | 329 "../webrtc/api/videotrack.h", |
| 335 "../webrtc/api/videotrackrenderers.cc", | |
| 336 "../webrtc/api/videotrackrenderers.h", | |
| 337 "../webrtc/api/videotracksource.cc", | 330 "../webrtc/api/videotracksource.cc", |
| 338 "../webrtc/api/videotracksource.h", | 331 "../webrtc/api/videotracksource.h", |
| 339 "../webrtc/api/webrtcsdp.cc", | 332 "../webrtc/api/webrtcsdp.cc", |
| 340 "../webrtc/api/webrtcsdp.h", | 333 "../webrtc/api/webrtcsdp.h", |
| 341 "../webrtc/api/webrtcsession.cc", | 334 "../webrtc/api/webrtcsession.cc", |
| 342 "../webrtc/api/webrtcsession.h", | 335 "../webrtc/api/webrtcsession.h", |
| 343 "../webrtc/api/webrtcsessiondescriptionfactory.cc", | 336 "../webrtc/api/webrtcsessiondescriptionfactory.cc", |
| 344 "../webrtc/api/webrtcsessiondescriptionfactory.h", | 337 "../webrtc/api/webrtcsessiondescriptionfactory.h", |
| 345 "../webrtc/media/base/audiorenderer.h", | 338 "../webrtc/media/base/audiorenderer.h", |
| 346 "../webrtc/media/base/codec.cc", | 339 "../webrtc/media/base/codec.cc", |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 "$p2p_dir/stunprober/stunprober.cc", | 457 "$p2p_dir/stunprober/stunprober.cc", |
| 465 ] | 458 ] |
| 466 | 459 |
| 467 deps = [ | 460 deps = [ |
| 468 ":libjingle_webrtc_common", | 461 ":libjingle_webrtc_common", |
| 469 "//third_party/webrtc/base:rtc_base", | 462 "//third_party/webrtc/base:rtc_base", |
| 470 ] | 463 ] |
| 471 } | 464 } |
| 472 } # enable_webrtc | 465 } # enable_webrtc |
| 473 # TODO(GYP): Port libjingle.gyp's enable_webrtc condition block. | 466 # TODO(GYP): Port libjingle.gyp's enable_webrtc condition block. |
| OLD | NEW |