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

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

Issue 2149793003: Move media/capture/content/feedback_signal_accumulator{.h,_unittest.cc} to media/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/feedback_signal_accumulator.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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "demuxer.h", 122 "demuxer.h",
123 "demuxer_stream.cc", 123 "demuxer_stream.cc",
124 "demuxer_stream.h", 124 "demuxer_stream.h",
125 "demuxer_stream_provider.cc", 125 "demuxer_stream_provider.cc",
126 "demuxer_stream_provider.h", 126 "demuxer_stream_provider.h",
127 "djb2.cc", 127 "djb2.cc",
128 "djb2.h", 128 "djb2.h",
129 "eme_constants.h", 129 "eme_constants.h",
130 "encryption_scheme.cc", 130 "encryption_scheme.cc",
131 "encryption_scheme.h", 131 "encryption_scheme.h",
132 "feedback_signal_accumulator.h",
132 "key_system_names.cc", 133 "key_system_names.cc",
133 "key_system_names.h", 134 "key_system_names.h",
134 "key_system_properties.cc", 135 "key_system_properties.cc",
135 "key_system_properties.h", 136 "key_system_properties.h",
136 "key_systems.cc", 137 "key_systems.cc",
137 "key_systems.h", 138 "key_systems.h",
138 "loopback_audio_converter.cc", 139 "loopback_audio_converter.cc",
139 "loopback_audio_converter.h", 140 "loopback_audio_converter.h",
140 "media.cc", 141 "media.cc",
141 "media.h", 142 "media.h",
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 "callback_holder.h", 443 "callback_holder.h",
443 "callback_holder_unittest.cc", 444 "callback_holder_unittest.cc",
444 "channel_mixer_unittest.cc", 445 "channel_mixer_unittest.cc",
445 "channel_mixing_matrix_unittest.cc", 446 "channel_mixing_matrix_unittest.cc",
446 "container_names_unittest.cc", 447 "container_names_unittest.cc",
447 "data_buffer_unittest.cc", 448 "data_buffer_unittest.cc",
448 "decoder_buffer_queue_unittest.cc", 449 "decoder_buffer_queue_unittest.cc",
449 "decoder_buffer_unittest.cc", 450 "decoder_buffer_unittest.cc",
450 "djb2_unittest.cc", 451 "djb2_unittest.cc",
451 "fake_demuxer_stream_unittest.cc", 452 "fake_demuxer_stream_unittest.cc",
453 "feedback_signal_accumulator_unittest.cc",
452 "gmock_callback_support_unittest.cc", 454 "gmock_callback_support_unittest.cc",
453 "key_systems_unittest.cc", 455 "key_systems_unittest.cc",
454 "mime_util_unittest.cc", 456 "mime_util_unittest.cc",
455 "moving_average_unittest.cc", 457 "moving_average_unittest.cc",
456 "multi_channel_resampler_unittest.cc", 458 "multi_channel_resampler_unittest.cc",
457 "null_video_sink_unittest.cc", 459 "null_video_sink_unittest.cc",
458 "pipeline_impl_unittest.cc", 460 "pipeline_impl_unittest.cc",
459 "ranges_unittest.cc", 461 "ranges_unittest.cc",
460 "run_all_unittests.cc", 462 "run_all_unittests.cc",
461 "seekable_buffer_unittest.cc", 463 "seekable_buffer_unittest.cc",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 612
611 fuzzer_test("media_container_names_fuzzer") { 613 fuzzer_test("media_container_names_fuzzer") {
612 sources = [ 614 sources = [
613 "container_names_fuzzertest.cc", 615 "container_names_fuzzertest.cc",
614 ] 616 ]
615 deps = [ 617 deps = [
616 "//base", 618 "//base",
617 "//media", 619 "//media",
618 ] 620 ]
619 } 621 }
OLDNEW
« no previous file with comments | « no previous file | media/base/feedback_signal_accumulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698