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

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

Issue 2424173003: Move functionality out from AudioFrame and into AudioFrameOperations. (Closed)
Patch Set: Include order & DCHECKs. 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
OLDNEW
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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 import("audio_coding/audio_coding.gni") 10 import("audio_coding/audio_coding.gni")
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 "rtp_rtcp/source/time_util_unittest.cc", 476 "rtp_rtcp/source/time_util_unittest.cc",
477 "rtp_rtcp/source/ulpfec_generator_unittest.cc", 477 "rtp_rtcp/source/ulpfec_generator_unittest.cc",
478 "rtp_rtcp/source/ulpfec_header_reader_writer_unittest.cc", 478 "rtp_rtcp/source/ulpfec_header_reader_writer_unittest.cc",
479 "rtp_rtcp/source/ulpfec_receiver_unittest.cc", 479 "rtp_rtcp/source/ulpfec_receiver_unittest.cc",
480 "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc", 480 "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc",
481 "rtp_rtcp/test/testAPI/test_api.cc", 481 "rtp_rtcp/test/testAPI/test_api.cc",
482 "rtp_rtcp/test/testAPI/test_api.h", 482 "rtp_rtcp/test/testAPI/test_api.h",
483 "rtp_rtcp/test/testAPI/test_api_audio.cc", 483 "rtp_rtcp/test/testAPI/test_api_audio.cc",
484 "rtp_rtcp/test/testAPI/test_api_rtcp.cc", 484 "rtp_rtcp/test/testAPI/test_api_rtcp.cc",
485 "rtp_rtcp/test/testAPI/test_api_video.cc", 485 "rtp_rtcp/test/testAPI/test_api_video.cc",
486 "utility/source/audio_frame_operations_unittest.cc",
487 "utility/source/file_player_unittests.cc", 486 "utility/source/file_player_unittests.cc",
488 "utility/source/process_thread_impl_unittest.cc", 487 "utility/source/process_thread_impl_unittest.cc",
489 "video_coding/codecs/test/packet_manipulator_unittest.cc", 488 "video_coding/codecs/test/packet_manipulator_unittest.cc",
490 "video_coding/codecs/test/stats_unittest.cc", 489 "video_coding/codecs/test/stats_unittest.cc",
491 "video_coding/codecs/test/videoprocessor_unittest.cc", 490 "video_coding/codecs/test/videoprocessor_unittest.cc",
492 "video_coding/codecs/vp8/default_temporal_layers_unittest.cc", 491 "video_coding/codecs/vp8/default_temporal_layers_unittest.cc",
493 "video_coding/codecs/vp8/reference_picture_selection_unittest.cc", 492 "video_coding/codecs/vp8/reference_picture_selection_unittest.cc",
494 "video_coding/codecs/vp8/screenshare_layers_unittest.cc", 493 "video_coding/codecs/vp8/screenshare_layers_unittest.cc",
495 "video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc", 494 "video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc",
496 "video_coding/codecs/vp8/simulcast_unittest.cc", 495 "video_coding/codecs/vp8/simulcast_unittest.cc",
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 "../test:test_common", 748 "../test:test_common",
750 "../test:test_main", 749 "../test:test_main",
751 "remote_bitrate_estimator:bwe_simulator_lib", 750 "remote_bitrate_estimator:bwe_simulator_lib",
752 "video_capture", 751 "video_capture",
753 "//testing/gmock", 752 "//testing/gmock",
754 "//testing/gtest", 753 "//testing/gtest",
755 "//third_party/gflags", 754 "//third_party/gflags",
756 ] 755 ]
757 } 756 }
758 } 757 }
OLDNEW
« no previous file with comments | « webrtc/audio/utility/audio_frame_operations_unittest.cc ('k') | webrtc/modules/audio_conference_mixer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698