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

Side by Side Diff: media/base/BUILD.gn

Issue 2365723003: Break out WebAudio suspension code into new class. Add tests. (Closed)
Patch Set: Address comments. Created 4 years, 2 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
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/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/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "renderer.h", 191 "renderer.h",
192 "renderer_client.h", 192 "renderer_client.h",
193 "renderer_factory.cc", 193 "renderer_factory.cc",
194 "renderer_factory.h", 194 "renderer_factory.h",
195 "sample_format.cc", 195 "sample_format.cc",
196 "sample_format.h", 196 "sample_format.h",
197 "seekable_buffer.cc", 197 "seekable_buffer.cc",
198 "seekable_buffer.h", 198 "seekable_buffer.h",
199 "serial_runner.cc", 199 "serial_runner.cc",
200 "serial_runner.h", 200 "serial_runner.h",
201 "silent_sink_suspender.cc",
202 "silent_sink_suspender.h",
201 "simd/convert_rgb_to_yuv.h", 203 "simd/convert_rgb_to_yuv.h",
202 "simd/convert_rgb_to_yuv_c.cc", 204 "simd/convert_rgb_to_yuv_c.cc",
203 "simd/convert_yuv_to_rgb.h", 205 "simd/convert_yuv_to_rgb.h",
204 "simd/convert_yuv_to_rgb_c.cc", 206 "simd/convert_yuv_to_rgb_c.cc",
205 "simd/filter_yuv.h", 207 "simd/filter_yuv.h",
206 "simd/filter_yuv_c.cc", 208 "simd/filter_yuv_c.cc",
207 "sinc_resampler.cc", 209 "sinc_resampler.cc",
208 "sinc_resampler.h", 210 "sinc_resampler.h",
209 "stream_parser.cc", 211 "stream_parser.cc",
210 "stream_parser.h", 212 "stream_parser.h",
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 "media_url_demuxer_unittest.cc", 424 "media_url_demuxer_unittest.cc",
423 "mime_util_unittest.cc", 425 "mime_util_unittest.cc",
424 "moving_average_unittest.cc", 426 "moving_average_unittest.cc",
425 "multi_channel_resampler_unittest.cc", 427 "multi_channel_resampler_unittest.cc",
426 "null_video_sink_unittest.cc", 428 "null_video_sink_unittest.cc",
427 "pipeline_impl_unittest.cc", 429 "pipeline_impl_unittest.cc",
428 "ranges_unittest.cc", 430 "ranges_unittest.cc",
429 "run_all_unittests.cc", 431 "run_all_unittests.cc",
430 "seekable_buffer_unittest.cc", 432 "seekable_buffer_unittest.cc",
431 "serial_runner_unittest.cc", 433 "serial_runner_unittest.cc",
434 "silent_sink_suspender_unittest.cc",
432 "sinc_resampler_unittest.cc", 435 "sinc_resampler_unittest.cc",
433 "stream_parser_unittest.cc", 436 "stream_parser_unittest.cc",
434 "text_ranges_unittest.cc", 437 "text_ranges_unittest.cc",
435 "text_renderer_unittest.cc", 438 "text_renderer_unittest.cc",
436 "time_delta_interpolator_unittest.cc", 439 "time_delta_interpolator_unittest.cc",
437 "user_input_monitor_unittest.cc", 440 "user_input_monitor_unittest.cc",
438 "vector_math_unittest.cc", 441 "vector_math_unittest.cc",
439 "video_codecs_unittest.cc", 442 "video_codecs_unittest.cc",
440 "video_decoder_config_unittest.cc", 443 "video_decoder_config_unittest.cc",
441 "video_frame_pool_unittest.cc", 444 "video_frame_pool_unittest.cc",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 584
582 fuzzer_test("media_container_names_fuzzer") { 585 fuzzer_test("media_container_names_fuzzer") {
583 sources = [ 586 sources = [
584 "container_names_fuzzertest.cc", 587 "container_names_fuzzertest.cc",
585 ] 588 ]
586 deps = [ 589 deps = [
587 "//base", 590 "//base",
588 "//media", 591 "//media",
589 ] 592 ]
590 } 593 }
OLDNEW
« no previous file with comments | « content/renderer/media/renderer_webaudiodevice_impl.cc ('k') | media/base/fake_audio_render_callback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698