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

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

Issue 2923933004: [NotForReview] Move GJDAH and GJDA to media/gpu/mojo
Patch Set: . Created 3 years, 6 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/gpu/mojo/OWNERS ('k') | media/gpu/mojo/client/gpu_jpeg_decode_accelerator_host.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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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",
10 "gpu_video_decode_accelerator_host.h",
11 "gpu_video_encode_accelerator_host.cc",
12 "gpu_video_encode_accelerator_host.h",
13 ] 9 ]
14 10
15 configs += [ 11 configs += [
16 "//build/config/compiler:no_size_t_to_int_warning", 12 "//build/config/compiler:no_size_t_to_int_warning",
17 "//media/gpu:gpu_config", 13 "//media/gpu:gpu_config",
18 ] 14 ]
19 15
20 deps = [ 16 deps = [
21 "//base", 17 "//base",
22 "//gpu/ipc/common",
23 "//ipc",
24 "//media", 18 "//media",
25 "//media:media_features", 19 "//media:media_features",
26 "//media/gpu", 20 "//media/gpu",
27 "//media/gpu/ipc/common", 21 "//media/gpu/mojo/common:jpeg_decoder",
28 "//media/gpu/mojo:jpeg_decoder",
29 "//ui/gfx:memory_buffer", 22 "//ui/gfx:memory_buffer",
30 "//ui/gfx/geometry", 23 "//ui/gfx/geometry",
31 "//ui/gfx/ipc",
32 "//ui/gfx/ipc/color",
33 ] 24 ]
34 } 25 }
OLDNEW
« no previous file with comments | « media/gpu/mojo/OWNERS ('k') | media/gpu/mojo/client/gpu_jpeg_decode_accelerator_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698