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

Side by Side Diff: webrtc/BUILD.gn

Issue 2529293006: Rename full_stack.cc to full_stack_tests.cc. (Closed)
Patch Set: 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/video/full_stack.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) 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 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 sources = [ 625 sources = [
626 "call/call_perf_tests.cc", 626 "call/call_perf_tests.cc",
627 "call/rampup_tests.cc", 627 "call/rampup_tests.cc",
628 "call/rampup_tests.h", 628 "call/rampup_tests.h",
629 "modules/audio_coding/codecs/opus/opus_complexity_unittest.cc", 629 "modules/audio_coding/codecs/opus/opus_complexity_unittest.cc",
630 "modules/audio_coding/neteq/test/neteq_performance_unittest.cc", 630 "modules/audio_coding/neteq/test/neteq_performance_unittest.cc",
631 "modules/audio_processing/audio_processing_performance_unittest.cc", 631 "modules/audio_processing/audio_processing_performance_unittest.cc",
632 "modules/audio_processing/level_controller/level_controller_complexity_uni ttest.cc", 632 "modules/audio_processing/level_controller/level_controller_complexity_uni ttest.cc",
633 "modules/audio_processing/residual_echo_detector_complexity_unittest.cc", 633 "modules/audio_processing/residual_echo_detector_complexity_unittest.cc",
634 "modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc", 634 "modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc",
635 "video/full_stack.cc", 635 "video/full_stack_tests.cc",
636 ] 636 ]
637 deps = [ 637 deps = [
638 "modules/audio_coding:neteq_test_support", 638 "modules/audio_coding:neteq_test_support",
639 "modules/audio_processing", 639 "modules/audio_processing",
640 "modules/audio_processing:audioproc_test_utils", 640 "modules/audio_processing:audioproc_test_utils",
641 "modules/remote_bitrate_estimator:bwe_simulator_lib", 641 "modules/remote_bitrate_estimator:bwe_simulator_lib",
642 "modules/rtp_rtcp", 642 "modules/rtp_rtcp",
643 "test:test_common", 643 "test:test_common",
644 "test:test_main", 644 "test:test_main",
645 "test:test_renderer", 645 "test:test_renderer",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 ] 711 ]
712 712
713 deps = [ 713 deps = [
714 "//base:base_java_test_support", 714 "//base:base_java_test_support",
715 "//webrtc/api:libjingle_peerconnection_java", 715 "//webrtc/api:libjingle_peerconnection_java",
716 "//webrtc/examples:AppRTCMobile_javalib", 716 "//webrtc/examples:AppRTCMobile_javalib",
717 ] 717 ]
718 } 718 }
719 } 719 }
720 } 720 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/video/full_stack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698