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

Side by Side Diff: webrtc/BUILD.gn

Issue 3011043002: Add VideoProcessorIntegrationTest for MediaCodec implementations. (Closed)
Patch Set: asapersson comments 1. Created 3 years, 3 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 | webrtc/modules/BUILD.gn » ('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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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 # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330. 9 # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330.
10 10
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "common_audio:common_audio_unittests", 300 "common_audio:common_audio_unittests",
301 "common_video:common_video_unittests", 301 "common_video:common_video_unittests",
302 "media:rtc_media_unittests", 302 "media:rtc_media_unittests",
303 "modules:modules_tests", 303 "modules:modules_tests",
304 "modules:modules_unittests", 304 "modules:modules_unittests",
305 "modules/audio_coding:audio_coding_tests", 305 "modules/audio_coding:audio_coding_tests",
306 "modules/audio_processing:audio_processing_tests", 306 "modules/audio_processing:audio_processing_tests",
307 "modules/remote_bitrate_estimator:bwe_simulations_tests", 307 "modules/remote_bitrate_estimator:bwe_simulations_tests",
308 "modules/rtp_rtcp:test_packet_masks_metrics", 308 "modules/rtp_rtcp:test_packet_masks_metrics",
309 "modules/video_capture:video_capture_internal_impl", 309 "modules/video_capture:video_capture_internal_impl",
310 "modules/video_coding:plot_videoprocessor_integrationtest",
311 "ortc:ortc_unittests", 310 "ortc:ortc_unittests",
312 "pc:peerconnection_unittests", 311 "pc:peerconnection_unittests",
313 "pc:rtc_pc_unittests", 312 "pc:rtc_pc_unittests",
314 "rtc_base:rtc_base_tests_utils", 313 "rtc_base:rtc_base_tests_utils",
315 "stats:rtc_stats_unittests", 314 "stats:rtc_stats_unittests",
316 "system_wrappers:system_wrappers_unittests", 315 "system_wrappers:system_wrappers_unittests",
317 "test", 316 "test",
318 "video:screenshare_loopback", 317 "video:screenshare_loopback",
319 "video:video_loopback", 318 "video:video_loopback",
320 "voice_engine:voice_engine_unittests", 319 "voice_engine:voice_engine_unittests",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 ] 534 ]
536 535
537 deps = [ 536 deps = [
538 "examples:AppRTCMobile_javalib", 537 "examples:AppRTCMobile_javalib",
539 "sdk/android:libjingle_peerconnection_java", 538 "sdk/android:libjingle_peerconnection_java",
540 "//base:base_java_test_support", 539 "//base:base_java_test_support",
541 ] 540 ]
542 } 541 }
543 } 542 }
544 } 543 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698