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

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

Issue 1955843002: Move Renderer permanent callbacks into RendererClient interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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_renderer.h » ('j') | media/base/audio_renderer.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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "pipeline_impl.cc", 165 "pipeline_impl.cc",
166 "pipeline_impl.h", 166 "pipeline_impl.h",
167 "pipeline_metadata.h", 167 "pipeline_metadata.h",
168 "pipeline_status.h", 168 "pipeline_status.h",
169 "player_tracker.cc", 169 "player_tracker.cc",
170 "player_tracker.h", 170 "player_tracker.h",
171 "ranges.cc", 171 "ranges.cc",
172 "ranges.h", 172 "ranges.h",
173 "renderer.cc", 173 "renderer.cc",
174 "renderer.h", 174 "renderer.h",
175 "renderer_client.h",
175 "renderer_factory.cc", 176 "renderer_factory.cc",
176 "renderer_factory.h", 177 "renderer_factory.h",
177 "sample_format.cc", 178 "sample_format.cc",
178 "sample_format.h", 179 "sample_format.h",
179 "seekable_buffer.cc", 180 "seekable_buffer.cc",
180 "seekable_buffer.h", 181 "seekable_buffer.h",
181 "serial_runner.cc", 182 "serial_runner.cc",
182 "serial_runner.h", 183 "serial_runner.h",
183 "simd/convert_rgb_to_yuv.h", 184 "simd/convert_rgb_to_yuv.h",
184 "simd/convert_rgb_to_yuv_c.cc", 185 "simd/convert_rgb_to_yuv_c.cc",
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 599
599 fuzzer_test("media_container_names_fuzzer") { 600 fuzzer_test("media_container_names_fuzzer") {
600 sources = [ 601 sources = [
601 "container_names_fuzzertest.cc", 602 "container_names_fuzzertest.cc",
602 ] 603 ]
603 deps = [ 604 deps = [
604 "//base", 605 "//base",
605 "//media", 606 "//media",
606 ] 607 ]
607 } 608 }
OLDNEW
« no previous file with comments | « no previous file | media/base/audio_renderer.h » ('j') | media/base/audio_renderer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698