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

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

Issue 1973863005: media: Fix gn deps on media/gpu/* targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | 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 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",
11 "gpu_video_encode_accelerator_host.cc", 11 "gpu_video_encode_accelerator_host.cc",
12 "gpu_video_encode_accelerator_host.h", 12 "gpu_video_encode_accelerator_host.h",
13 ] 13 ]
14 14
15 public_configs = [ "//media/gpu:gpu_config" ] 15 public_configs = [ "//media/gpu:gpu_config" ]
16 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 16 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
17 17
18 deps = [ 18 deps = [
19 "//base", 19 "//base",
20 "//gpu/ipc/common", 20 "//gpu/ipc/common",
21 "//ipc", 21 "//ipc",
22 "//media", 22 "//media",
23 "//media:media_features", 23 "//media:media_features",
24 "//media/gpu", 24 "//media/gpu",
25 "//media/gpu/ipc/common",
25 "//ui/gfx:memory_buffer", 26 "//ui/gfx:memory_buffer",
26 "//ui/gfx/geometry", 27 "//ui/gfx/geometry",
27 "//ui/gfx/ipc", 28 "//ui/gfx/ipc",
28 ] 29 ]
29 } 30 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698