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

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

Issue 978683002: Add missing files to BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 # as is supported in the GYP build. It's not clear what this is used for. 347 # as is supported in the GYP build. It's not clear what this is used for.
348 source_set("libjingle_webrtc_common") { 348 source_set("libjingle_webrtc_common") {
349 sources = [ 349 sources = [
350 "overrides/talk/media/webrtc/webrtcexport.h", 350 "overrides/talk/media/webrtc/webrtcexport.h",
351 "source/talk/app/webrtc/audiotrack.cc", 351 "source/talk/app/webrtc/audiotrack.cc",
352 "source/talk/app/webrtc/audiotrack.h", 352 "source/talk/app/webrtc/audiotrack.h",
353 "source/talk/app/webrtc/audiotrackrenderer.cc", 353 "source/talk/app/webrtc/audiotrackrenderer.cc",
354 "source/talk/app/webrtc/audiotrackrenderer.h", 354 "source/talk/app/webrtc/audiotrackrenderer.h",
355 "source/talk/app/webrtc/datachannel.cc", 355 "source/talk/app/webrtc/datachannel.cc",
356 "source/talk/app/webrtc/datachannel.h", 356 "source/talk/app/webrtc/datachannel.h",
357 "source/talk/app/webrtc/dtlsidentityservice.cc",
358 "source/talk/app/webrtc/dtlsidentityservice.h",
359 "source/talk/app/webrtc/dtlsidentitystore.cc",
360 "source/talk/app/webrtc/dtlsidentitystore.h",
357 "source/talk/app/webrtc/dtmfsender.cc", 361 "source/talk/app/webrtc/dtmfsender.cc",
358 "source/talk/app/webrtc/dtmfsender.h", 362 "source/talk/app/webrtc/dtmfsender.h",
359 "source/talk/app/webrtc/jsep.h", 363 "source/talk/app/webrtc/jsep.h",
360 "source/talk/app/webrtc/jsepicecandidate.cc", 364 "source/talk/app/webrtc/jsepicecandidate.cc",
361 "source/talk/app/webrtc/jsepicecandidate.h", 365 "source/talk/app/webrtc/jsepicecandidate.h",
362 "source/talk/app/webrtc/jsepsessiondescription.cc", 366 "source/talk/app/webrtc/jsepsessiondescription.cc",
363 "source/talk/app/webrtc/jsepsessiondescription.h", 367 "source/talk/app/webrtc/jsepsessiondescription.h",
364 "source/talk/app/webrtc/localaudiosource.cc", 368 "source/talk/app/webrtc/localaudiosource.cc",
365 "source/talk/app/webrtc/localaudiosource.h", 369 "source/talk/app/webrtc/localaudiosource.h",
366 "source/talk/app/webrtc/mediaconstraintsinterface.cc", 370 "source/talk/app/webrtc/mediaconstraintsinterface.cc",
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 "source/talk/app/webrtc/java/src/org/webrtc/SessionDescription.java", 577 "source/talk/app/webrtc/java/src/org/webrtc/SessionDescription.java",
574 "source/talk/app/webrtc/java/src/org/webrtc/VideoCapturer.java", 578 "source/talk/app/webrtc/java/src/org/webrtc/VideoCapturer.java",
575 "source/talk/app/webrtc/java/src/org/webrtc/VideoRenderer.java", 579 "source/talk/app/webrtc/java/src/org/webrtc/VideoRenderer.java",
576 "source/talk/app/webrtc/java/src/org/webrtc/VideoSource.java", 580 "source/talk/app/webrtc/java/src/org/webrtc/VideoSource.java",
577 "source/talk/app/webrtc/java/src/org/webrtc/VideoTrack.java", 581 "source/talk/app/webrtc/java/src/org/webrtc/VideoTrack.java",
578 ] 582 ]
579 } 583 }
580 } 584 }
581 } # enable_webrtc 585 } # enable_webrtc
582 # TODO(GYP): Port libjingle.gyp's enable_webrtc condition block. 586 # TODO(GYP): Port libjingle.gyp's enable_webrtc condition block.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698