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

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

Issue 1460933003: Remove mediastreamsignaling from libjingle build files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/OWNERS » ('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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 "source/talk/app/webrtc/mediaconstraintsinterface.h", 316 "source/talk/app/webrtc/mediaconstraintsinterface.h",
317 "source/talk/app/webrtc/mediacontroller.cc", 317 "source/talk/app/webrtc/mediacontroller.cc",
318 "source/talk/app/webrtc/mediacontroller.h", 318 "source/talk/app/webrtc/mediacontroller.h",
319 "source/talk/app/webrtc/mediastream.cc", 319 "source/talk/app/webrtc/mediastream.cc",
320 "source/talk/app/webrtc/mediastream.h", 320 "source/talk/app/webrtc/mediastream.h",
321 "source/talk/app/webrtc/mediastreamhandler.cc", 321 "source/talk/app/webrtc/mediastreamhandler.cc",
322 "source/talk/app/webrtc/mediastreamhandler.h", 322 "source/talk/app/webrtc/mediastreamhandler.h",
323 "source/talk/app/webrtc/mediastreaminterface.h", 323 "source/talk/app/webrtc/mediastreaminterface.h",
324 "source/talk/app/webrtc/mediastreamprovider.h", 324 "source/talk/app/webrtc/mediastreamprovider.h",
325 "source/talk/app/webrtc/mediastreamproxy.h", 325 "source/talk/app/webrtc/mediastreamproxy.h",
326 "source/talk/app/webrtc/mediastreamsignaling.cc",
327 "source/talk/app/webrtc/mediastreamsignaling.h",
328 "source/talk/app/webrtc/mediastreamtrack.h", 326 "source/talk/app/webrtc/mediastreamtrack.h",
329 "source/talk/app/webrtc/mediastreamtrackproxy.h", 327 "source/talk/app/webrtc/mediastreamtrackproxy.h",
330 "source/talk/app/webrtc/notifier.h", 328 "source/talk/app/webrtc/notifier.h",
331 "source/talk/app/webrtc/peerconnection.cc", 329 "source/talk/app/webrtc/peerconnection.cc",
332 "source/talk/app/webrtc/peerconnection.h", 330 "source/talk/app/webrtc/peerconnection.h",
333 "source/talk/app/webrtc/peerconnectionfactory.cc", 331 "source/talk/app/webrtc/peerconnectionfactory.cc",
334 "source/talk/app/webrtc/peerconnectionfactory.h", 332 "source/talk/app/webrtc/peerconnectionfactory.h",
335 "source/talk/app/webrtc/peerconnectioninterface.h", 333 "source/talk/app/webrtc/peerconnectioninterface.h",
336 "source/talk/app/webrtc/portallocatorfactory.cc", 334 "source/talk/app/webrtc/portallocatorfactory.cc",
337 "source/talk/app/webrtc/portallocatorfactory.h", 335 "source/talk/app/webrtc/portallocatorfactory.h",
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 "$p2p_dir/stunprober/stunprober.cc", 491 "$p2p_dir/stunprober/stunprober.cc",
494 ] 492 ]
495 493
496 deps = [ 494 deps = [
497 "//third_party/webrtc/base:rtc_base", 495 "//third_party/webrtc/base:rtc_base",
498 ":libjingle_webrtc_common", 496 ":libjingle_webrtc_common",
499 ] 497 ]
500 } 498 }
501 } # enable_webrtc 499 } # enable_webrtc
502 # TODO(GYP): Port libjingle.gyp's enable_webrtc condition block. 500 # TODO(GYP): Port libjingle.gyp's enable_webrtc condition block.
OLDNEW
« no previous file with comments | « no previous file | third_party/libjingle/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698