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

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

Issue 1520393002: Adding files to libjingle .gn/.gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 "source/talk/app/webrtc/localaudiosource.h", 314 "source/talk/app/webrtc/localaudiosource.h",
315 "source/talk/app/webrtc/mediaconstraintsinterface.cc", 315 "source/talk/app/webrtc/mediaconstraintsinterface.cc",
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/mediastreamobserver.cc",
325 "source/talk/app/webrtc/mediastreamobserver.h",
324 "source/talk/app/webrtc/mediastreamprovider.h", 326 "source/talk/app/webrtc/mediastreamprovider.h",
325 "source/talk/app/webrtc/mediastreamproxy.h", 327 "source/talk/app/webrtc/mediastreamproxy.h",
326 "source/talk/app/webrtc/mediastreamtrack.h", 328 "source/talk/app/webrtc/mediastreamtrack.h",
327 "source/talk/app/webrtc/mediastreamtrackproxy.h", 329 "source/talk/app/webrtc/mediastreamtrackproxy.h",
328 "source/talk/app/webrtc/notifier.h", 330 "source/talk/app/webrtc/notifier.h",
329 "source/talk/app/webrtc/peerconnection.cc", 331 "source/talk/app/webrtc/peerconnection.cc",
330 "source/talk/app/webrtc/peerconnection.h", 332 "source/talk/app/webrtc/peerconnection.h",
331 "source/talk/app/webrtc/peerconnectionfactory.cc", 333 "source/talk/app/webrtc/peerconnectionfactory.cc",
332 "source/talk/app/webrtc/peerconnectionfactory.h", 334 "source/talk/app/webrtc/peerconnectionfactory.h",
333 "source/talk/app/webrtc/peerconnectioninterface.h", 335 "source/talk/app/webrtc/peerconnectioninterface.h",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 "$p2p_dir/stunprober/stunprober.cc", 495 "$p2p_dir/stunprober/stunprober.cc",
494 ] 496 ]
495 497
496 deps = [ 498 deps = [
497 ":libjingle_webrtc_common", 499 ":libjingle_webrtc_common",
498 "//third_party/webrtc/base:rtc_base", 500 "//third_party/webrtc/base:rtc_base",
499 ] 501 ]
500 } 502 }
501 } # enable_webrtc 503 } # enable_webrtc
502 # TODO(GYP): Port libjingle.gyp's enable_webrtc condition block. 504 # 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