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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
397 "../webrtc/media/base/videobroadcaster.cc", | 397 "../webrtc/media/base/videobroadcaster.cc", |
398 "../webrtc/media/base/videobroadcaster.h", | 398 "../webrtc/media/base/videobroadcaster.h", |
399 "../webrtc/media/base/videocapturer.cc", | 399 "../webrtc/media/base/videocapturer.cc", |
400 "../webrtc/media/base/videocapturer.h", | 400 "../webrtc/media/base/videocapturer.h", |
401 "../webrtc/media/base/videocommon.cc", | 401 "../webrtc/media/base/videocommon.cc", |
402 "../webrtc/media/base/videocommon.h", | 402 "../webrtc/media/base/videocommon.h", |
403 "../webrtc/media/base/videoframe.cc", | 403 "../webrtc/media/base/videoframe.cc", |
404 "../webrtc/media/base/videoframe.h", | 404 "../webrtc/media/base/videoframe.h", |
405 "../webrtc/media/base/videoframefactory.cc", | 405 "../webrtc/media/base/videoframefactory.cc", |
406 "../webrtc/media/base/videoframefactory.h", | 406 "../webrtc/media/base/videoframefactory.h", |
407 "../webrtc/media/devices/dummydevicemanager.cc", | |
408 "../webrtc/media/devices/dummydevicemanager.h", | |
409 "../webrtc/media/engine/webrtccommon.h", | 407 "../webrtc/media/engine/webrtccommon.h", |
410 "../webrtc/media/engine/webrtcvideoframe.cc", | 408 "../webrtc/media/engine/webrtcvideoframe.cc", |
411 "../webrtc/media/engine/webrtcvideoframe.h", | 409 "../webrtc/media/engine/webrtcvideoframe.h", |
412 "../webrtc/media/engine/webrtcvideoframefactory.cc", | 410 "../webrtc/media/engine/webrtcvideoframefactory.cc", |
413 "../webrtc/media/engine/webrtcvideoframefactory.h", | 411 "../webrtc/media/engine/webrtcvideoframefactory.h", |
414 "../webrtc/media/engine/webrtcvoe.h", | 412 "../webrtc/media/engine/webrtcvoe.h", |
415 "../webrtc/pc/audiomonitor.cc", | 413 "../webrtc/pc/audiomonitor.cc", |
416 "../webrtc/pc/audiomonitor.h", | 414 "../webrtc/pc/audiomonitor.h", |
417 "../webrtc/pc/bundlefilter.cc", | 415 "../webrtc/pc/bundlefilter.cc", |
418 "../webrtc/pc/bundlefilter.h", | 416 "../webrtc/pc/bundlefilter.h", |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
496 "$p2p_dir/stunprober/stunprober.cc", | 494 "$p2p_dir/stunprober/stunprober.cc", |
497 ] | 495 ] |
498 | 496 |
499 deps = [ | 497 deps = [ |
500 ":libjingle_webrtc_common", | 498 ":libjingle_webrtc_common", |
501 "//third_party/webrtc/base:rtc_base", | 499 "//third_party/webrtc/base:rtc_base", |
502 ] | 500 ] |
503 } | 501 } |
504 } # enable_webrtc | 502 } # enable_webrtc |
505 # TODO(GYP): Port libjingle.gyp's enable_webrtc condition block. | 503 # TODO(GYP): Port libjingle.gyp's enable_webrtc condition block. |
OLD | NEW |