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

Side by Side Diff: media/gpu/ipc/client/BUILD.gn

Issue 2345123002: Attach color space information to hardware decoded NV12 video frames. (Closed)
Patch Set: minor bugfix Created 4 years, 2 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 source_set("client") { 5 source_set("client") {
6 sources = [ 6 sources = [
7 "gpu_jpeg_decode_accelerator_host.cc", 7 "gpu_jpeg_decode_accelerator_host.cc",
8 "gpu_jpeg_decode_accelerator_host.h", 8 "gpu_jpeg_decode_accelerator_host.h",
9 "gpu_video_decode_accelerator_host.cc", 9 "gpu_video_decode_accelerator_host.cc",
10 "gpu_video_decode_accelerator_host.h", 10 "gpu_video_decode_accelerator_host.h",
(...skipping 10 matching lines...) Expand all
21 "//base", 21 "//base",
22 "//gpu/ipc/common", 22 "//gpu/ipc/common",
23 "//ipc", 23 "//ipc",
24 "//media", 24 "//media",
25 "//media:media_features", 25 "//media:media_features",
26 "//media/gpu", 26 "//media/gpu",
27 "//media/gpu/ipc/common", 27 "//media/gpu/ipc/common",
28 "//ui/gfx:memory_buffer", 28 "//ui/gfx:memory_buffer",
29 "//ui/gfx/geometry", 29 "//ui/gfx/geometry",
30 "//ui/gfx/ipc", 30 "//ui/gfx/ipc",
31 "//ui/gfx/ipc/color",
31 ] 32 ]
32 } 33 }
OLDNEW
« no previous file with comments | « media/gpu/fake_video_decode_accelerator.cc ('k') | media/gpu/ipc/client/gpu_video_decode_accelerator_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698