| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "formats/mp2t/es_adapter_video.h", | 359 "formats/mp2t/es_adapter_video.h", |
| 360 "formats/mp2t/es_parser.cc", | 360 "formats/mp2t/es_parser.cc", |
| 361 "formats/mp2t/es_parser.h", | 361 "formats/mp2t/es_parser.h", |
| 362 "formats/mp2t/es_parser_adts.cc", | 362 "formats/mp2t/es_parser_adts.cc", |
| 363 "formats/mp2t/es_parser_adts.h", | 363 "formats/mp2t/es_parser_adts.h", |
| 364 "formats/mp2t/es_parser_h264.cc", | 364 "formats/mp2t/es_parser_h264.cc", |
| 365 "formats/mp2t/es_parser_h264.h", | 365 "formats/mp2t/es_parser_h264.h", |
| 366 "formats/mp2t/mp2t_common.h", | 366 "formats/mp2t/mp2t_common.h", |
| 367 "formats/mp2t/mp2t_stream_parser.cc", | 367 "formats/mp2t/mp2t_stream_parser.cc", |
| 368 "formats/mp2t/mp2t_stream_parser.h", | 368 "formats/mp2t/mp2t_stream_parser.h", |
| 369 "formats/mp2t/timestamp_unroller.cc", |
| 370 "formats/mp2t/timestamp_unroller.h", |
| 369 "formats/mp2t/ts_packet.cc", | 371 "formats/mp2t/ts_packet.cc", |
| 370 "formats/mp2t/ts_packet.h", | 372 "formats/mp2t/ts_packet.h", |
| 371 "formats/mp2t/ts_section.h", | 373 "formats/mp2t/ts_section.h", |
| 372 "formats/mp2t/ts_section_pat.cc", | 374 "formats/mp2t/ts_section_pat.cc", |
| 373 "formats/mp2t/ts_section_pat.h", | 375 "formats/mp2t/ts_section_pat.h", |
| 374 "formats/mp2t/ts_section_pes.cc", | 376 "formats/mp2t/ts_section_pes.cc", |
| 375 "formats/mp2t/ts_section_pes.h", | 377 "formats/mp2t/ts_section_pes.h", |
| 376 "formats/mp2t/ts_section_pmt.cc", | 378 "formats/mp2t/ts_section_pmt.cc", |
| 377 "formats/mp2t/ts_section_pmt.h", | 379 "formats/mp2t/ts_section_pmt.h", |
| 378 "formats/mp2t/ts_section_psi.cc", | 380 "formats/mp2t/ts_section_psi.cc", |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 507 "filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc", | 509 "filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc", |
| 508 "filters/h264_to_annex_b_bitstream_converter_unittest.cc", | 510 "filters/h264_to_annex_b_bitstream_converter_unittest.cc", |
| 509 "formats/common/stream_parser_test_base.cc", | 511 "formats/common/stream_parser_test_base.cc", |
| 510 "formats/common/stream_parser_test_base.h", | 512 "formats/common/stream_parser_test_base.h", |
| 511 "formats/mp2t/es_adapter_video_unittest.cc", | 513 "formats/mp2t/es_adapter_video_unittest.cc", |
| 512 "formats/mp2t/es_parser_adts_unittest.cc", | 514 "formats/mp2t/es_parser_adts_unittest.cc", |
| 513 "formats/mp2t/es_parser_h264_unittest.cc", | 515 "formats/mp2t/es_parser_h264_unittest.cc", |
| 514 "formats/mp2t/es_parser_test_base.cc", | 516 "formats/mp2t/es_parser_test_base.cc", |
| 515 "formats/mp2t/es_parser_test_base.h", | 517 "formats/mp2t/es_parser_test_base.h", |
| 516 "formats/mp2t/mp2t_stream_parser_unittest.cc", | 518 "formats/mp2t/mp2t_stream_parser_unittest.cc", |
| 519 "formats/mp2t/timestamp_unroller_unittest.cc", |
| 517 "formats/mp4/aac_unittest.cc", | 520 "formats/mp4/aac_unittest.cc", |
| 518 "formats/mp4/avc_unittest.cc", | 521 "formats/mp4/avc_unittest.cc", |
| 519 "formats/mp4/box_reader_unittest.cc", | 522 "formats/mp4/box_reader_unittest.cc", |
| 520 "formats/mp4/es_descriptor_unittest.cc", | 523 "formats/mp4/es_descriptor_unittest.cc", |
| 521 "formats/mp4/mp4_stream_parser_unittest.cc", | 524 "formats/mp4/mp4_stream_parser_unittest.cc", |
| 522 "formats/mp4/sample_to_group_iterator_unittest.cc", | 525 "formats/mp4/sample_to_group_iterator_unittest.cc", |
| 523 "formats/mp4/track_run_iterator_unittest.cc", | 526 "formats/mp4/track_run_iterator_unittest.cc", |
| 524 "formats/mpeg/adts_stream_parser_unittest.cc", | 527 "formats/mpeg/adts_stream_parser_unittest.cc", |
| 525 "formats/mpeg/mp3_stream_parser_unittest.cc", | 528 "formats/mpeg/mp3_stream_parser_unittest.cc", |
| 526 ] | 529 ] |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 740 java_cpp_template("media_android_imageformat_list") { | 743 java_cpp_template("media_android_imageformat_list") { |
| 741 sources = [ | 744 sources = [ |
| 742 "base/android/java/src/org/chromium/media/ImageFormat.template", | 745 "base/android/java/src/org/chromium/media/ImageFormat.template", |
| 743 ] | 746 ] |
| 744 inputs = [ | 747 inputs = [ |
| 745 "video/capture/android/imageformat_list.h" | 748 "video/capture/android/imageformat_list.h" |
| 746 ] | 749 ] |
| 747 package_name = "org/chromium/media" | 750 package_name = "org/chromium/media" |
| 748 } | 751 } |
| 749 } | 752 } |
| OLD | NEW |