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

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

Issue 2171473003: Remove content::GpuVideoDecodeAcceleratorFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gpu_init_order
Patch Set: rebase Created 4 years, 5 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/gpu/args.gni") 7 import("//media/gpu/args.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 defines += [ "USE_V4L2_CODEC" ] 135 defines += [ "USE_V4L2_CODEC" ]
136 } 136 }
137 } 137 }
138 138
139 component("gpu") { 139 component("gpu") {
140 output_name = "media_gpu" 140 output_name = "media_gpu"
141 141
142 # Only local test code, GPU-related IPC code in the media layer, and 142 # Only local test code, GPU-related IPC code in the media layer, and
143 # media-related content code should access //media/gpu. 143 # media-related content code should access //media/gpu.
144 visibility = [ 144 visibility = [
145 "//chrome/gpu:*",
145 "//content/gpu:*", 146 "//content/gpu:*",
146 "//content/public/gpu:*",
147 "//content/renderer:*", 147 "//content/renderer:*",
148 "//media/gpu/ipc/*", 148 "//media/gpu/ipc/*",
149 ":*", 149 ":*",
150 ] 150 ]
151 151
152 if (is_mac) { 152 if (is_mac) {
153 # On Mac, content/common reaches into here to do some pre-sandbox 153 # On Mac, content/common reaches into here to do some pre-sandbox
154 # initialization. 154 # initialization.
155 visibility += [ "//content/common" ] 155 visibility += [ "//content/common" ]
156 } 156 }
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 "video_encode_accelerator_unittest.cc", 459 "video_encode_accelerator_unittest.cc",
460 ] 460 ]
461 if (use_x11) { 461 if (use_x11) {
462 deps += [ "//ui/gfx/x" ] 462 deps += [ "//ui/gfx/x" ]
463 } 463 }
464 if (use_ozone) { 464 if (use_ozone) {
465 deps += [ "//ui/ozone" ] 465 deps += [ "//ui/ozone" ]
466 } 466 }
467 } 467 }
468 } 468 }
OLDNEW
« no previous file with comments | « content/public/gpu/gpu_video_decode_accelerator_factory.cc ('k') | media/gpu/gpu_video_decode_accelerator_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698