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

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

Issue 1760453002: Remove DeviceManager files from third_party/libjingle build configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | third_party/libjingle/libjingle.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 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
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
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.
OLDNEW
« no previous file with comments | « no previous file | third_party/libjingle/libjingle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698