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

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

Issue 2485603002: Reinstated sctputils_unittest.cc (Closed)
Patch Set: Created 4 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 | webrtc/api/sctputils_unittest.cc » ('j') | webrtc/api/sctputils_unittest.cc » ('J')
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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 "localaudiosource_unittest.cc", 374 "localaudiosource_unittest.cc",
375 "mediaconstraintsinterface_unittest.cc", 375 "mediaconstraintsinterface_unittest.cc",
376 "mediastream_unittest.cc", 376 "mediastream_unittest.cc",
377 "peerconnection_unittest.cc", 377 "peerconnection_unittest.cc",
378 "peerconnectionendtoend_unittest.cc", 378 "peerconnectionendtoend_unittest.cc",
379 "peerconnectionfactory_unittest.cc", 379 "peerconnectionfactory_unittest.cc",
380 "peerconnectioninterface_unittest.cc", 380 "peerconnectioninterface_unittest.cc",
381 "proxy_unittest.cc", 381 "proxy_unittest.cc",
382 "rtcstatscollector_unittest.cc", 382 "rtcstatscollector_unittest.cc",
383 "rtpsenderreceiver_unittest.cc", 383 "rtpsenderreceiver_unittest.cc",
384 "sctputils_unittest.cc",
384 "statscollector_unittest.cc", 385 "statscollector_unittest.cc",
385 "test/fakeaudiocapturemodule.cc", 386 "test/fakeaudiocapturemodule.cc",
386 "test/fakeaudiocapturemodule.h", 387 "test/fakeaudiocapturemodule.h",
387 "test/fakeaudiocapturemodule_unittest.cc", 388 "test/fakeaudiocapturemodule_unittest.cc",
388 "test/fakeconstraints.h", 389 "test/fakeconstraints.h",
389 "test/fakedatachannelprovider.h", 390 "test/fakedatachannelprovider.h",
390 "test/fakeperiodicvideocapturer.h", 391 "test/fakeperiodicvideocapturer.h",
391 "test/fakertccertificategenerator.h", 392 "test/fakertccertificategenerator.h",
392 "test/fakevideotrackrenderer.h", 393 "test/fakevideotrackrenderer.h",
393 "test/mock_datachannel.h", 394 "test/mock_datachannel.h",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 492
492 shared_libraries = [ ":libjingle_peerconnection_so" ] 493 shared_libraries = [ ":libjingle_peerconnection_so" ]
493 } 494 }
494 495
495 android_resources("libjingle_peerconnection_android_unittest_resources") { 496 android_resources("libjingle_peerconnection_android_unittest_resources") {
496 resource_dirs = [ "androidtests/res" ] 497 resource_dirs = [ "androidtests/res" ]
497 custom_package = "org.webrtc" 498 custom_package = "org.webrtc"
498 } 499 }
499 } 500 }
500 } 501 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/api/sctputils_unittest.cc » ('j') | webrtc/api/sctputils_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698