| OLD | NEW |
| 1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
| 4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
| 5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
| 6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
| 7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
| 8 | 8 |
| 9 import("../build/webrtc.gni") | 9 import("../build/webrtc.gni") |
| 10 if (is_android) { | 10 if (is_android) { |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 "peerconnection.cc", | 77 "peerconnection.cc", |
| 78 "peerconnection.h", | 78 "peerconnection.h", |
| 79 "peerconnectionfactory.cc", | 79 "peerconnectionfactory.cc", |
| 80 "peerconnectionfactory.h", | 80 "peerconnectionfactory.h", |
| 81 "peerconnectionfactoryproxy.h", | 81 "peerconnectionfactoryproxy.h", |
| 82 "peerconnectioninterface.h", | 82 "peerconnectioninterface.h", |
| 83 "peerconnectionproxy.h", | 83 "peerconnectionproxy.h", |
| 84 "proxy.h", | 84 "proxy.h", |
| 85 "remoteaudiosource.cc", | 85 "remoteaudiosource.cc", |
| 86 "remoteaudiosource.h", | 86 "remoteaudiosource.h", |
| 87 "rtcstats.cc", |
| 87 "rtcstats.h", | 88 "rtcstats.h", |
| 89 "rtcstats_objects.cc", |
| 88 "rtcstats_objects.h", | 90 "rtcstats_objects.h", |
| 91 "rtcstatscollector.cc", |
| 92 "rtcstatscollector.h", |
| 93 "rtcstatsreport.cc", |
| 89 "rtcstatsreport.h", | 94 "rtcstatsreport.h", |
| 90 "rtpparameters.h", | 95 "rtpparameters.h", |
| 91 "rtpreceiver.cc", | 96 "rtpreceiver.cc", |
| 92 "rtpreceiver.h", | 97 "rtpreceiver.h", |
| 93 "rtpreceiverinterface.h", | 98 "rtpreceiverinterface.h", |
| 94 "rtpsender.cc", | 99 "rtpsender.cc", |
| 95 "rtpsender.h", | 100 "rtpsender.h", |
| 96 "rtpsenderinterface.h", | 101 "rtpsenderinterface.h", |
| 97 "sctputils.cc", | 102 "sctputils.cc", |
| 98 "sctputils.h", | 103 "sctputils.h", |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 "fakemetricsobserver.h", | 334 "fakemetricsobserver.h", |
| 330 "jsepsessiondescription_unittest.cc", | 335 "jsepsessiondescription_unittest.cc", |
| 331 "localaudiosource_unittest.cc", | 336 "localaudiosource_unittest.cc", |
| 332 "mediaconstraintsinterface_unittest.cc", | 337 "mediaconstraintsinterface_unittest.cc", |
| 333 "mediastream_unittest.cc", | 338 "mediastream_unittest.cc", |
| 334 "peerconnection_unittest.cc", | 339 "peerconnection_unittest.cc", |
| 335 "peerconnectionendtoend_unittest.cc", | 340 "peerconnectionendtoend_unittest.cc", |
| 336 "peerconnectionfactory_unittest.cc", | 341 "peerconnectionfactory_unittest.cc", |
| 337 "peerconnectioninterface_unittest.cc", | 342 "peerconnectioninterface_unittest.cc", |
| 338 "proxy_unittest.cc", | 343 "proxy_unittest.cc", |
| 344 "rtcstats_unittest.cc", |
| 345 "rtcstatscollector_unittest.cc", |
| 346 "rtcstatsreport_unittest.cc", |
| 339 "rtpsenderreceiver_unittest.cc", | 347 "rtpsenderreceiver_unittest.cc", |
| 340 "statscollector_unittest.cc", | 348 "statscollector_unittest.cc", |
| 341 "test/fakeaudiocapturemodule.cc", | 349 "test/fakeaudiocapturemodule.cc", |
| 342 "test/fakeaudiocapturemodule.h", | 350 "test/fakeaudiocapturemodule.h", |
| 343 "test/fakeaudiocapturemodule_unittest.cc", | 351 "test/fakeaudiocapturemodule_unittest.cc", |
| 344 "test/fakeconstraints.h", | 352 "test/fakeconstraints.h", |
| 345 "test/fakedatachannelprovider.h", | 353 "test/fakedatachannelprovider.h", |
| 346 "test/fakeperiodicvideocapturer.h", | 354 "test/fakeperiodicvideocapturer.h", |
| 347 "test/fakertccertificategenerator.h", | 355 "test/fakertccertificategenerator.h", |
| 348 "test/fakevideotrackrenderer.h", | 356 "test/fakevideotrackrenderer.h", |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 | 454 |
| 447 shared_libraries = [ ":libjingle_peerconnection_so" ] | 455 shared_libraries = [ ":libjingle_peerconnection_so" ] |
| 448 } | 456 } |
| 449 | 457 |
| 450 android_resources("libjingle_peerconnection_android_unittest_resources") { | 458 android_resources("libjingle_peerconnection_android_unittest_resources") { |
| 451 resource_dirs = [ "androidtests/res" ] | 459 resource_dirs = [ "androidtests/res" ] |
| 452 custom_package = "org.webrtc" | 460 custom_package = "org.webrtc" |
| 453 } | 461 } |
| 454 } | 462 } |
| 455 } | 463 } |
| OLD | NEW |