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

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

Issue 2778953003: media: Add RunOnDestruction
Patch Set: Created 3 years, 8 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/run_on_destruction.h » ('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/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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "audio_renderer_mixer.h", 75 "audio_renderer_mixer.h",
76 "audio_renderer_mixer_input.cc", 76 "audio_renderer_mixer_input.cc",
77 "audio_renderer_mixer_input.h", 77 "audio_renderer_mixer_input.h",
78 "audio_renderer_mixer_pool.h", 78 "audio_renderer_mixer_pool.h",
79 "audio_renderer_sink.h", 79 "audio_renderer_sink.h",
80 "audio_shifter.cc", 80 "audio_shifter.cc",
81 "audio_shifter.h", 81 "audio_shifter.h",
82 "audio_timestamp_helper.cc", 82 "audio_timestamp_helper.cc",
83 "audio_timestamp_helper.h", 83 "audio_timestamp_helper.h",
84 "bind_to_current_loop.h", 84 "bind_to_current_loop.h",
85 "run_on_destruction.h",
85 "bit_reader.cc", 86 "bit_reader.cc",
86 "bit_reader.h", 87 "bit_reader.h",
87 "bit_reader_core.cc", 88 "bit_reader_core.cc",
88 "bit_reader_core.h", 89 "bit_reader_core.h",
89 "bitstream_buffer.cc", 90 "bitstream_buffer.cc",
90 "bitstream_buffer.h", 91 "bitstream_buffer.h",
91 "buffering_state.h", 92 "buffering_state.h",
92 "byte_queue.cc", 93 "byte_queue.cc",
93 "byte_queue.h", 94 "byte_queue.h",
94 "cdm_callback_promise.cc", 95 "cdm_callback_promise.cc",
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "audio_parameters_unittest.cc", 426 "audio_parameters_unittest.cc",
426 "audio_point_unittest.cc", 427 "audio_point_unittest.cc",
427 "audio_pull_fifo_unittest.cc", 428 "audio_pull_fifo_unittest.cc",
428 "audio_push_fifo_unittest.cc", 429 "audio_push_fifo_unittest.cc",
429 "audio_renderer_mixer_input_unittest.cc", 430 "audio_renderer_mixer_input_unittest.cc",
430 "audio_renderer_mixer_unittest.cc", 431 "audio_renderer_mixer_unittest.cc",
431 "audio_sample_types_unittest.cc", 432 "audio_sample_types_unittest.cc",
432 "audio_shifter_unittest.cc", 433 "audio_shifter_unittest.cc",
433 "audio_timestamp_helper_unittest.cc", 434 "audio_timestamp_helper_unittest.cc",
434 "bind_to_current_loop_unittest.cc", 435 "bind_to_current_loop_unittest.cc",
436 "run_on_destruction_unittest.cc",
435 "bit_reader_unittest.cc", 437 "bit_reader_unittest.cc",
436 "callback_holder.h", 438 "callback_holder.h",
437 "callback_holder_unittest.cc", 439 "callback_holder_unittest.cc",
438 "channel_mixer_unittest.cc", 440 "channel_mixer_unittest.cc",
439 "channel_mixing_matrix_unittest.cc", 441 "channel_mixing_matrix_unittest.cc",
440 "container_names_unittest.cc", 442 "container_names_unittest.cc",
441 "data_buffer_unittest.cc", 443 "data_buffer_unittest.cc",
442 "decode_capabilities_unittest.cc", 444 "decode_capabilities_unittest.cc",
443 "decoder_buffer_queue_unittest.cc", 445 "decoder_buffer_queue_unittest.cc",
444 "decoder_buffer_unittest.cc", 446 "decoder_buffer_unittest.cc",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 563
562 fuzzer_test("media_container_names_fuzzer") { 564 fuzzer_test("media_container_names_fuzzer") {
563 sources = [ 565 sources = [
564 "container_names_fuzzertest.cc", 566 "container_names_fuzzertest.cc",
565 ] 567 ]
566 deps = [ 568 deps = [
567 "//base", 569 "//base",
568 "//media", 570 "//media",
569 ] 571 ]
570 } 572 }
OLDNEW
« no previous file with comments | « no previous file | media/base/run_on_destruction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698