| OLD | NEW |
| 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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 647 "audio_mixer", | 647 "audio_mixer", |
| 648 "audio_processing", | 648 "audio_processing", |
| 649 "audio_processing:audioproc_test_utils", | 649 "audio_processing:audioproc_test_utils", |
| 650 "bitrate_controller", | 650 "bitrate_controller", |
| 651 "media_file", | 651 "media_file", |
| 652 "pacing", | 652 "pacing", |
| 653 "remote_bitrate_estimator", | 653 "remote_bitrate_estimator", |
| 654 "remote_bitrate_estimator:bwe_simulator_lib", | 654 "remote_bitrate_estimator:bwe_simulator_lib", |
| 655 "rtp_rtcp", | 655 "rtp_rtcp", |
| 656 "utility", | 656 "utility", |
| 657 "utility:audio_frame_operations", |
| 657 "video_capture", | 658 "video_capture", |
| 658 "video_coding", | 659 "video_coding", |
| 659 "video_coding:video_codecs_test_framework", | 660 "video_coding:video_codecs_test_framework", |
| 660 "video_coding:webrtc_vp8", | 661 "video_coding:webrtc_vp8", |
| 661 "video_coding:webrtc_vp9", | 662 "video_coding:webrtc_vp9", |
| 662 "video_processing", | 663 "video_processing", |
| 663 "//testing/gmock", | 664 "//testing/gmock", |
| 664 "//testing/gtest", | 665 "//testing/gtest", |
| 665 "//third_party/gflags", | 666 "//third_party/gflags", |
| 666 ] | 667 ] |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 733 "../test:test_common", | 734 "../test:test_common", |
| 734 "../test:test_support_main", | 735 "../test:test_support_main", |
| 735 "remote_bitrate_estimator:bwe_simulator_lib", | 736 "remote_bitrate_estimator:bwe_simulator_lib", |
| 736 "video_capture", | 737 "video_capture", |
| 737 "//testing/gmock", | 738 "//testing/gmock", |
| 738 "//testing/gtest", | 739 "//testing/gtest", |
| 739 "//third_party/gflags", | 740 "//third_party/gflags", |
| 740 ] | 741 ] |
| 741 } | 742 } |
| 742 } | 743 } |
| OLD | NEW |