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

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

Issue 1882373004: Migrate content/common/gpu/media code to media/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Squash and rebase 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
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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//media/media_options.gni") 6 import("//media/media_options.gni")
7 7
8 # See //content/BUILD.gn for how this works. 8 # See //content/BUILD.gn for how this works.
9 group("gpu") { 9 group("gpu") {
10 visibility = [ "//content/*" ] # This is an internal content API. 10 visibility = [ "//content/*" ] # This is an internal content API.
(...skipping 28 matching lines...) Expand all
39 "in_process_gpu_thread.h", 39 "in_process_gpu_thread.h",
40 ] 40 ]
41 41
42 configs += [ "//content:content_implementation" ] 42 configs += [ "//content:content_implementation" ]
43 43
44 deps = [ 44 deps = [
45 "//base", 45 "//base",
46 "//base/third_party/dynamic_annotations", 46 "//base/third_party/dynamic_annotations",
47 "//components/tracing", 47 "//components/tracing",
48 "//content:export", 48 "//content:export",
49 "//content:export",
49 "//content/child", 50 "//content/child",
50 "//content/common", 51 "//content/common",
51 "//content/public/child:child_sources", 52 "//content/public/child:child_sources",
52 "//content/public/common:common_sources", 53 "//content/public/common:common_sources",
53 "//gpu:gpu", 54 "//gpu:gpu",
54 "//gpu/ipc/common:command_buffer_traits", 55 "//gpu/ipc/common:command_buffer_traits",
55 "//gpu/ipc/service", 56 "//gpu/ipc/service",
56 "//ipc", 57 "//ipc",
58 "//media/gpu/ipc/service",
57 "//media/mojo/services:application_factory", 59 "//media/mojo/services:application_factory",
58 "//services/shell/public/interfaces", 60 "//services/shell/public/interfaces",
59 "//skia", 61 "//skia",
60 "//ui/events/ipc", 62 "//ui/events/ipc",
61 "//ui/gfx/ipc", 63 "//ui/gfx/ipc",
62 "//ui/gl", 64 "//ui/gl",
63 ] 65 ]
64 66
65 if (mojo_media_host == "gpu") { 67 if (mojo_media_host == "gpu") {
66 deps += [ "//media/mojo/services:application_factory" ] 68 deps += [ "//media/mojo/services:application_factory" ]
(...skipping 21 matching lines...) Expand all
88 } 90 }
89 91
90 if (use_ozone) { 92 if (use_ozone) {
91 deps += [ "//ui/ozone" ] 93 deps += [ "//ui/ozone" ]
92 } 94 }
93 95
94 if (enable_vulkan) { 96 if (enable_vulkan) {
95 deps += [ "//gpu/vulkan" ] 97 deps += [ "//gpu/vulkan" ]
96 } 98 }
97 } 99 }
OLDNEW
« content/DEPS ('K') | « content/content_tests.gypi ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698