| OLD | NEW |
| 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/config/android/config.gni") | 5 import("//build/config/android/config.gni") |
| 6 import("//build/config/arm.gni") | 6 import("//build/config/arm.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/config/linux/pkg_config.gni") | 8 import("//build/config/linux/pkg_config.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 | 10 |
| (...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 764 sources += [ "base/simd/convert_rgb_to_yuv_unittest.cc" ] | 764 sources += [ "base/simd/convert_rgb_to_yuv_unittest.cc" ] |
| 765 } | 765 } |
| 766 | 766 |
| 767 if (proprietary_codecs) { | 767 if (proprietary_codecs) { |
| 768 sources += [ | 768 sources += [ |
| 769 "filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc", | 769 "filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc", |
| 770 "filters/h264_to_annex_b_bitstream_converter_unittest.cc", | 770 "filters/h264_to_annex_b_bitstream_converter_unittest.cc", |
| 771 "formats/common/stream_parser_test_base.cc", | 771 "formats/common/stream_parser_test_base.cc", |
| 772 "formats/common/stream_parser_test_base.h", | 772 "formats/common/stream_parser_test_base.h", |
| 773 "formats/mp2t/es_adapter_video_unittest.cc", | 773 "formats/mp2t/es_adapter_video_unittest.cc", |
| 774 "formats/mp2t/es_parser_adts_unittest.cc", |
| 774 "formats/mp2t/es_parser_h264_unittest.cc", | 775 "formats/mp2t/es_parser_h264_unittest.cc", |
| 776 "formats/mp2t/es_parser_test_base.cc", |
| 777 "formats/mp2t/es_parser_test_base.h", |
| 775 "formats/mp2t/mp2t_stream_parser_unittest.cc", | 778 "formats/mp2t/mp2t_stream_parser_unittest.cc", |
| 776 "formats/mp4/aac_unittest.cc", | 779 "formats/mp4/aac_unittest.cc", |
| 777 "formats/mp4/avc_unittest.cc", | 780 "formats/mp4/avc_unittest.cc", |
| 778 "formats/mp4/box_reader_unittest.cc", | 781 "formats/mp4/box_reader_unittest.cc", |
| 779 "formats/mp4/es_descriptor_unittest.cc", | 782 "formats/mp4/es_descriptor_unittest.cc", |
| 780 "formats/mp4/mp4_stream_parser_unittest.cc", | 783 "formats/mp4/mp4_stream_parser_unittest.cc", |
| 781 "formats/mp4/sample_to_group_iterator_unittest.cc", | 784 "formats/mp4/sample_to_group_iterator_unittest.cc", |
| 782 "formats/mp4/track_run_iterator_unittest.cc", | 785 "formats/mp4/track_run_iterator_unittest.cc", |
| 783 "formats/mpeg/adts_stream_parser_unittest.cc", | 786 "formats/mpeg/adts_stream_parser_unittest.cc", |
| 784 "formats/mpeg/mp3_stream_parser_unittest.cc", | 787 "formats/mpeg/mp3_stream_parser_unittest.cc", |
| (...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1158 "base/android/java/src/org/chromium/media/ImageFormat.template", | 1161 "base/android/java/src/org/chromium/media/ImageFormat.template", |
| 1159 ] | 1162 ] |
| 1160 inputs = [ | 1163 inputs = [ |
| 1161 "video/capture/android/imageformat_list.h" | 1164 "video/capture/android/imageformat_list.h" |
| 1162 ] | 1165 ] |
| 1163 package_name = "org/chromium/media" | 1166 package_name = "org/chromium/media" |
| 1164 } | 1167 } |
| 1165 | 1168 |
| 1166 # TODO(dalecurtis): Finish media_unittests_apk and media_perftests_apk. | 1169 # TODO(dalecurtis): Finish media_unittests_apk and media_perftests_apk. |
| 1167 } | 1170 } |
| OLD | NEW |