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/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/linux/pkg_config.gni") | 8 import("//build/config/linux/pkg_config.gni") |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
453 "formats/mp2t/ts_section_pes.cc", | 453 "formats/mp2t/ts_section_pes.cc", |
454 "formats/mp2t/ts_section_pes.h", | 454 "formats/mp2t/ts_section_pes.h", |
455 "formats/mp2t/ts_section_pmt.cc", | 455 "formats/mp2t/ts_section_pmt.cc", |
456 "formats/mp2t/ts_section_pmt.h", | 456 "formats/mp2t/ts_section_pmt.h", |
457 "formats/mp2t/ts_section_psi.cc", | 457 "formats/mp2t/ts_section_psi.cc", |
458 "formats/mp2t/ts_section_psi.h", | 458 "formats/mp2t/ts_section_psi.h", |
459 "formats/mp4/aac.cc", | 459 "formats/mp4/aac.cc", |
460 "formats/mp4/aac.h", | 460 "formats/mp4/aac.h", |
461 "formats/mp4/avc.cc", | 461 "formats/mp4/avc.cc", |
462 "formats/mp4/avc.h", | 462 "formats/mp4/avc.h", |
| 463 "formats/mp4/bitstream_converter.cc", |
| 464 "formats/mp4/bitstream_converter.h", |
463 "formats/mp4/box_definitions.cc", | 465 "formats/mp4/box_definitions.cc", |
464 "formats/mp4/box_definitions.h", | 466 "formats/mp4/box_definitions.h", |
465 "formats/mp4/box_reader.cc", | 467 "formats/mp4/box_reader.cc", |
466 "formats/mp4/box_reader.h", | 468 "formats/mp4/box_reader.h", |
467 "formats/mp4/cenc.cc", | 469 "formats/mp4/cenc.cc", |
468 "formats/mp4/cenc.h", | 470 "formats/mp4/cenc.h", |
469 "formats/mp4/es_descriptor.cc", | 471 "formats/mp4/es_descriptor.cc", |
470 "formats/mp4/es_descriptor.h", | 472 "formats/mp4/es_descriptor.h", |
471 "formats/mp4/mp4_stream_parser.cc", | 473 "formats/mp4/mp4_stream_parser.cc", |
472 "formats/mp4/mp4_stream_parser.h", | 474 "formats/mp4/mp4_stream_parser.h", |
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
797 "//media/base:test_support", | 799 "//media/base:test_support", |
798 "//media/test:pipeline_integration_tests", | 800 "//media/test:pipeline_integration_tests", |
799 "//testing/gmock", | 801 "//testing/gmock", |
800 "//testing/gtest", | 802 "//testing/gtest", |
801 "//third_party/ffmpeg", | 803 "//third_party/ffmpeg", |
802 "//ui/gfx/geometry", | 804 "//ui/gfx/geometry", |
803 "//ui/gfx:test_support", | 805 "//ui/gfx:test_support", |
804 ] | 806 ] |
805 } | 807 } |
806 } | 808 } |
OLD | NEW |