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

Side by Side Diff: third_party/libjingle/BUILD.gn

Issue 980393005: Roll WebRTC 8622:8643, Libjingle 8616:8639 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update build files Created 5 years, 9 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 | « DEPS ('k') | third_party/libjingle/README.chromium » ('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 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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 7
8 # From third_party/libjingle/libjingle.gyp's target_defaults. 8 # From third_party/libjingle/libjingle.gyp's target_defaults.
9 config("jingle_unexported_configs") { 9 config("jingle_unexported_configs") {
10 defines = [ 10 defines = [
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 "source/talk/media/base/videoframe.h", 448 "source/talk/media/base/videoframe.h",
449 "source/talk/media/base/videoframefactory.cc", 449 "source/talk/media/base/videoframefactory.cc",
450 "source/talk/media/base/videoframefactory.h", 450 "source/talk/media/base/videoframefactory.h",
451 "source/talk/media/devices/dummydevicemanager.cc", 451 "source/talk/media/devices/dummydevicemanager.cc",
452 "source/talk/media/devices/dummydevicemanager.h", 452 "source/talk/media/devices/dummydevicemanager.h",
453 "source/talk/media/devices/filevideocapturer.cc", 453 "source/talk/media/devices/filevideocapturer.cc",
454 "source/talk/media/devices/filevideocapturer.h", 454 "source/talk/media/devices/filevideocapturer.h",
455 "source/talk/media/webrtc/webrtccommon.h", 455 "source/talk/media/webrtc/webrtccommon.h",
456 "source/talk/media/webrtc/webrtcpassthroughrender.cc", 456 "source/talk/media/webrtc/webrtcpassthroughrender.cc",
457 "source/talk/media/webrtc/webrtcpassthroughrender.h", 457 "source/talk/media/webrtc/webrtcpassthroughrender.h",
458 "source/talk/media/webrtc/webrtctexturevideoframe.cc",
459 "source/talk/media/webrtc/webrtctexturevideoframe.h",
460 "source/talk/media/webrtc/webrtcvideocapturer.cc", 458 "source/talk/media/webrtc/webrtcvideocapturer.cc",
461 "source/talk/media/webrtc/webrtcvideocapturer.h", 459 "source/talk/media/webrtc/webrtcvideocapturer.h",
462 "source/talk/media/webrtc/webrtcvideoframe.cc", 460 "source/talk/media/webrtc/webrtcvideoframe.cc",
463 "source/talk/media/webrtc/webrtcvideoframe.h", 461 "source/talk/media/webrtc/webrtcvideoframe.h",
464 "source/talk/media/webrtc/webrtcvideoframefactory.cc", 462 "source/talk/media/webrtc/webrtcvideoframefactory.cc",
465 "source/talk/media/webrtc/webrtcvideoframefactory.h", 463 "source/talk/media/webrtc/webrtcvideoframefactory.h",
466 "source/talk/media/webrtc/webrtcvie.h", 464 "source/talk/media/webrtc/webrtcvie.h",
467 "source/talk/media/webrtc/webrtcvoe.h", 465 "source/talk/media/webrtc/webrtcvoe.h",
468 "source/talk/session/media/audiomonitor.cc", 466 "source/talk/session/media/audiomonitor.cc",
469 "source/talk/session/media/audiomonitor.h", 467 "source/talk/session/media/audiomonitor.h",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 538
541 deps = [ 539 deps = [
542 ":libjingle_webrtc_common", 540 ":libjingle_webrtc_common",
543 "//third_party/webrtc", 541 "//third_party/webrtc",
544 "//third_party/webrtc/system_wrappers", 542 "//third_party/webrtc/system_wrappers",
545 "//third_party/webrtc/voice_engine", 543 "//third_party/webrtc/voice_engine",
546 ] 544 ]
547 } 545 }
548 } # enable_webrtc 546 } # enable_webrtc
549 # TODO(GYP): Port libjingle.gyp's enable_webrtc condition block. 547 # TODO(GYP): Port libjingle.gyp's enable_webrtc condition block.
OLDNEW
« no previous file with comments | « DEPS ('k') | third_party/libjingle/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698