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

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

Issue 1904793002: Move Pipeline permanent callbacks into Pipeline::Client interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed permanent callbacks Created 4 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/mock_filters.h » ('j') | media/base/pipeline.h » ('J')
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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "mime_util_internal.h", 151 "mime_util_internal.h",
152 "moving_average.cc", 152 "moving_average.cc",
153 "moving_average.h", 153 "moving_average.h",
154 "multi_channel_resampler.cc", 154 "multi_channel_resampler.cc",
155 "multi_channel_resampler.h", 155 "multi_channel_resampler.h",
156 "null_video_sink.cc", 156 "null_video_sink.cc",
157 "null_video_sink.h", 157 "null_video_sink.h",
158 "output_device_info.cc", 158 "output_device_info.cc",
159 "output_device_info.h", 159 "output_device_info.h",
160 "pipeline.h", 160 "pipeline.h",
161 "pipeline_client.h",
161 "pipeline_impl.cc", 162 "pipeline_impl.cc",
162 "pipeline_impl.h", 163 "pipeline_impl.h",
163 "pipeline_status.h", 164 "pipeline_status.h",
164 "player_tracker.cc", 165 "player_tracker.cc",
165 "player_tracker.h", 166 "player_tracker.h",
166 "ranges.cc", 167 "ranges.cc",
167 "ranges.h", 168 "ranges.h",
168 "renderer.cc", 169 "renderer.cc",
169 "renderer.h", 170 "renderer.h",
170 "renderer_factory.cc", 171 "renderer_factory.cc",
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 577
577 fuzzer_test("media_container_names_fuzzer") { 578 fuzzer_test("media_container_names_fuzzer") {
578 sources = [ 579 sources = [
579 "container_names_fuzzertest.cc", 580 "container_names_fuzzertest.cc",
580 ] 581 ]
581 deps = [ 582 deps = [
582 "//base", 583 "//base",
583 "//media", 584 "//media",
584 ] 585 ]
585 } 586 }
OLDNEW
« no previous file with comments | « no previous file | media/base/mock_filters.h » ('j') | media/base/pipeline.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698