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

Side by Side Diff: webrtc/api/BUILD.gn

Issue 2521663002: RTCStatsIntegrationTest added. (Closed)
Patch Set: Rebase /w master and taking RTCCodecStats into account Created 4 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 | webrtc/api/rtcstats_integrationtest.cc » ('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 (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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 "fakemetricsobserver.h", 398 "fakemetricsobserver.h",
399 "jsepsessiondescription_unittest.cc", 399 "jsepsessiondescription_unittest.cc",
400 "localaudiosource_unittest.cc", 400 "localaudiosource_unittest.cc",
401 "mediaconstraintsinterface_unittest.cc", 401 "mediaconstraintsinterface_unittest.cc",
402 "mediastream_unittest.cc", 402 "mediastream_unittest.cc",
403 "peerconnection_unittest.cc", 403 "peerconnection_unittest.cc",
404 "peerconnectionendtoend_unittest.cc", 404 "peerconnectionendtoend_unittest.cc",
405 "peerconnectionfactory_unittest.cc", 405 "peerconnectionfactory_unittest.cc",
406 "peerconnectioninterface_unittest.cc", 406 "peerconnectioninterface_unittest.cc",
407 "proxy_unittest.cc", 407 "proxy_unittest.cc",
408 "rtcstats_integrationtest.cc",
408 "rtcstatscollector_unittest.cc", 409 "rtcstatscollector_unittest.cc",
409 "rtpsenderreceiver_unittest.cc", 410 "rtpsenderreceiver_unittest.cc",
410 "sctputils_unittest.cc", 411 "sctputils_unittest.cc",
411 "statscollector_unittest.cc", 412 "statscollector_unittest.cc",
412 "test/fakeaudiocapturemodule.cc", 413 "test/fakeaudiocapturemodule.cc",
413 "test/fakeaudiocapturemodule.h", 414 "test/fakeaudiocapturemodule.h",
414 "test/fakeaudiocapturemodule_unittest.cc", 415 "test/fakeaudiocapturemodule_unittest.cc",
415 "test/fakeconstraints.h", 416 "test/fakeconstraints.h",
416 "test/fakedatachannelprovider.h", 417 "test/fakedatachannelprovider.h",
417 "test/fakeperiodicvideocapturer.h", 418 "test/fakeperiodicvideocapturer.h",
418 "test/fakertccertificategenerator.h", 419 "test/fakertccertificategenerator.h",
419 "test/fakevideotrackrenderer.h", 420 "test/fakevideotrackrenderer.h",
420 "test/mock_datachannel.h", 421 "test/mock_datachannel.h",
421 "test/mock_peerconnection.h", 422 "test/mock_peerconnection.h",
422 "test/mock_webrtcsession.h", 423 "test/mock_webrtcsession.h",
423 "test/mockpeerconnectionobservers.h", 424 "test/mockpeerconnectionobservers.h",
424 "test/peerconnectiontestwrapper.cc", 425 "test/peerconnectiontestwrapper.cc",
425 "test/peerconnectiontestwrapper.h", 426 "test/peerconnectiontestwrapper.h",
427 "test/rtcstatsobtainer.h",
426 "test/testsdpstrings.h", 428 "test/testsdpstrings.h",
427 "videocapturertracksource_unittest.cc", 429 "videocapturertracksource_unittest.cc",
428 "videotrack_unittest.cc", 430 "videotrack_unittest.cc",
429 "webrtcsdp_unittest.cc", 431 "webrtcsdp_unittest.cc",
430 "webrtcsession_unittest.cc", 432 "webrtcsession_unittest.cc",
431 ] 433 ]
432 434
433 defines = [ "HAVE_SCTP" ] 435 defines = [ "HAVE_SCTP" ]
434 436
435 configs += [ ":peerconnection_unittests_config" ] 437 configs += [ ":peerconnection_unittests_config" ]
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 ":libjingle_peerconnection_java", 531 ":libjingle_peerconnection_java",
530 ":libjingle_peerconnection_metrics_default_java", 532 ":libjingle_peerconnection_metrics_default_java",
531 "../base:base_java", 533 "../base:base_java",
532 "//base:base_java", 534 "//base:base_java",
533 ] 535 ]
534 536
535 shared_libraries = [ ":libjingle_peerconnection_so" ] 537 shared_libraries = [ ":libjingle_peerconnection_so" ]
536 } 538 }
537 } 539 }
538 } 540 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/api/rtcstats_integrationtest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698