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

Side by Side Diff: media/BUILD.gn

Issue 1954633002: MEDIA_LOG for large encoded timestamp gaps in decoder stream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 months 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/base/audio_discard_helper.cc » ('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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "cdm/json_web_key.cc", 110 "cdm/json_web_key.cc",
111 "cdm/json_web_key.h", 111 "cdm/json_web_key.h",
112 "cdm/player_tracker_impl.cc", 112 "cdm/player_tracker_impl.cc",
113 "cdm/player_tracker_impl.h", 113 "cdm/player_tracker_impl.h",
114 "cdm/supported_cdm_versions.cc", 114 "cdm/supported_cdm_versions.cc",
115 "cdm/supported_cdm_versions.h", 115 "cdm/supported_cdm_versions.h",
116 "filters/audio_clock.cc", 116 "filters/audio_clock.cc",
117 "filters/audio_clock.h", 117 "filters/audio_clock.h",
118 "filters/audio_renderer_algorithm.cc", 118 "filters/audio_renderer_algorithm.cc",
119 "filters/audio_renderer_algorithm.h", 119 "filters/audio_renderer_algorithm.h",
120 "filters/audio_timestamp_validator.cc",
121 "filters/audio_timestamp_validator.h",
120 "filters/chunk_demuxer.cc", 122 "filters/chunk_demuxer.cc",
121 "filters/chunk_demuxer.h", 123 "filters/chunk_demuxer.h",
122 "filters/context_3d.h", 124 "filters/context_3d.h",
123 "filters/decoder_selector.cc", 125 "filters/decoder_selector.cc",
124 "filters/decoder_selector.h", 126 "filters/decoder_selector.h",
125 "filters/decoder_stream.cc", 127 "filters/decoder_stream.cc",
126 "filters/decoder_stream.h", 128 "filters/decoder_stream.h",
127 "filters/decoder_stream_traits.cc", 129 "filters/decoder_stream_traits.cc",
128 "filters/decoder_stream_traits.h", 130 "filters/decoder_stream_traits.h",
129 "filters/decrypting_audio_decoder.cc", 131 "filters/decrypting_audio_decoder.cc",
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 "cdm/external_clear_key_test_helper.h", 523 "cdm/external_clear_key_test_helper.h",
522 "cdm/json_web_key_unittest.cc", 524 "cdm/json_web_key_unittest.cc",
523 "cdm/simple_cdm_allocator.cc", 525 "cdm/simple_cdm_allocator.cc",
524 "cdm/simple_cdm_allocator.h", 526 "cdm/simple_cdm_allocator.h",
525 "cdm/simple_cdm_allocator_unittest.cc", 527 "cdm/simple_cdm_allocator_unittest.cc",
526 "cdm/simple_cdm_buffer.cc", 528 "cdm/simple_cdm_buffer.cc",
527 "cdm/simple_cdm_buffer.h", 529 "cdm/simple_cdm_buffer.h",
528 "filters/audio_clock_unittest.cc", 530 "filters/audio_clock_unittest.cc",
529 "filters/audio_decoder_selector_unittest.cc", 531 "filters/audio_decoder_selector_unittest.cc",
530 "filters/audio_renderer_algorithm_unittest.cc", 532 "filters/audio_renderer_algorithm_unittest.cc",
533 "filters/audio_timestamp_validator_unittest.cc",
531 "filters/chunk_demuxer_unittest.cc", 534 "filters/chunk_demuxer_unittest.cc",
532 "filters/decrypting_audio_decoder_unittest.cc", 535 "filters/decrypting_audio_decoder_unittest.cc",
533 "filters/decrypting_demuxer_stream_unittest.cc", 536 "filters/decrypting_demuxer_stream_unittest.cc",
534 "filters/decrypting_video_decoder_unittest.cc", 537 "filters/decrypting_video_decoder_unittest.cc",
535 "filters/fake_video_decoder.cc", 538 "filters/fake_video_decoder.cc",
536 "filters/fake_video_decoder.h", 539 "filters/fake_video_decoder.h",
537 "filters/fake_video_decoder_unittest.cc", 540 "filters/fake_video_decoder_unittest.cc",
538 "filters/file_data_source_unittest.cc", 541 "filters/file_data_source_unittest.cc",
539 "filters/frame_processor_unittest.cc", 542 "filters/frame_processor_unittest.cc",
540 "filters/h264_bit_reader_unittest.cc", 543 "filters/h264_bit_reader_unittest.cc",
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 sources = [ 884 sources = [
882 "filters/vpx_video_decoder_fuzzertest.cc", 885 "filters/vpx_video_decoder_fuzzertest.cc",
883 ] 886 ]
884 deps = [ 887 deps = [
885 ":media", 888 ":media",
886 "//base", 889 "//base",
887 ] 890 ]
888 libfuzzer_options = [ "max_len = 400000" ] 891 libfuzzer_options = [ "max_len = 400000" ]
889 seed_corpus = "//media/test/data" 892 seed_corpus = "//media/test/data"
890 } 893 }
OLDNEW
« no previous file with comments | « no previous file | media/base/audio_discard_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698