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

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

Issue 2643733002: Allow to use {FFmpeg/Vpx}VideoDecoder from a UtilityProcess (Closed)
Patch Set: Rebase Created 3 years, 10 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 | « media/BUILD.gn ('k') | media/base/video_frame_pool.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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "video_decoder.cc", 249 "video_decoder.cc",
250 "video_decoder.h", 250 "video_decoder.h",
251 "video_decoder_config.cc", 251 "video_decoder_config.cc",
252 "video_decoder_config.h", 252 "video_decoder_config.h",
253 "video_frame.cc", 253 "video_frame.cc",
254 "video_frame.h", 254 "video_frame.h",
255 "video_frame_metadata.cc", 255 "video_frame_metadata.cc",
256 "video_frame_metadata.h", 256 "video_frame_metadata.h",
257 "video_frame_pool.cc", 257 "video_frame_pool.cc",
258 "video_frame_pool.h", 258 "video_frame_pool.h",
259 "video_frame_provider.cc",
260 "video_frame_provider.h",
259 "video_renderer.cc", 261 "video_renderer.cc",
260 "video_renderer.h", 262 "video_renderer.h",
261 "video_rotation.h", 263 "video_rotation.h",
262 "video_types.cc", 264 "video_types.cc",
263 "video_types.h", 265 "video_types.h",
264 "video_util.cc", 266 "video_util.cc",
265 "video_util.h", 267 "video_util.h",
266 "wall_clock_time_source.cc", 268 "wall_clock_time_source.cc",
267 "wall_clock_time_source.h", 269 "wall_clock_time_source.h",
268 "yuv_convert.cc", 270 "yuv_convert.cc",
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 621
620 fuzzer_test("media_container_names_fuzzer") { 622 fuzzer_test("media_container_names_fuzzer") {
621 sources = [ 623 sources = [
622 "container_names_fuzzertest.cc", 624 "container_names_fuzzertest.cc",
623 ] 625 ]
624 deps = [ 626 deps = [
625 "//base", 627 "//base",
626 "//media", 628 "//media",
627 ] 629 ]
628 } 630 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | media/base/video_frame_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698