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

Side by Side Diff: media/BUILD.gn

Issue 2171133002: Implement opus seek preroll for MediaSourceExtensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback 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 | media/filters/source_buffer_range.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/arm.gni") 7 import("//build/config/arm.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 # native counterparts to the test apk. 745 # native counterparts to the test apk.
746 "//media/base/android:media_java", 746 "//media/base/android:media_java",
747 "//media/gpu:android_video_decode_accelerator_unittests", 747 "//media/gpu:android_video_decode_accelerator_unittests",
748 "//ui/android:ui_java", 748 "//ui/android:ui_java",
749 ] 749 ]
750 } 750 }
751 751
752 if (enable_media_remoting) { 752 if (enable_media_remoting) {
753 deps += [ "//media/remoting:media_remoting_tests" ] 753 deps += [ "//media/remoting:media_remoting_tests" ]
754 } 754 }
755
756 if (proprietary_codecs) {
757 configs += [ "//third_party/opus:opus_config" ]
758 }
755 } 759 }
756 760
757 test("media_perftests") { 761 test("media_perftests") {
758 configs += [ ":media_config" ] 762 configs += [ ":media_config" ]
759 deps = [ 763 deps = [
760 ":media", 764 ":media",
761 ":shared_memory_support", 765 ":shared_memory_support",
762 ":test_support", 766 ":test_support",
763 "//base/test:test_support", 767 "//base/test:test_support",
764 "//media/audio:test_support", 768 "//media/audio:test_support",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 fuzzer_test("media_mp4_avcc_parser_fuzzer") { 952 fuzzer_test("media_mp4_avcc_parser_fuzzer") {
949 sources = [ 953 sources = [
950 "formats/mp4/mp4_avcc_parser_fuzzer.cc", 954 "formats/mp4/mp4_avcc_parser_fuzzer.cc",
951 ] 955 ]
952 deps = [ 956 deps = [
953 ":media", 957 ":media",
954 "//base", 958 "//base",
955 ] 959 ]
956 } 960 }
957 } 961 }
OLDNEW
« no previous file with comments | « no previous file | media/filters/source_buffer_range.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698