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

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

Issue 2111353002: Move content's shell connections to the IO thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « content/content_common.gypi ('k') | content/gpu/gpu_child_thread.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 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "//content/child", 50 "//content/child",
51 "//content/common", 51 "//content/common",
52 "//content/public/child:child_sources", 52 "//content/public/child:child_sources",
53 "//content/public/common:common_sources", 53 "//content/public/common:common_sources",
54 "//gpu:gpu", 54 "//gpu:gpu",
55 "//gpu/ipc/common:command_buffer_traits", 55 "//gpu/ipc/common:command_buffer_traits",
56 "//gpu/ipc/service", 56 "//gpu/ipc/service",
57 "//ipc", 57 "//ipc",
58 "//media/gpu", 58 "//media/gpu",
59 "//media/gpu/ipc/service", 59 "//media/gpu/ipc/service",
60 "//services/shell/public/cpp",
60 "//services/shell/public/interfaces", 61 "//services/shell/public/interfaces",
61 "//skia", 62 "//skia",
62 "//ui/events/ipc", 63 "//ui/events/ipc",
63 "//ui/gfx/ipc", 64 "//ui/gfx/ipc",
64 "//ui/gl", 65 "//ui/gl",
65 "//ui/gl/init", 66 "//ui/gl/init",
66 ] 67 ]
67 68
68 if (is_android) { 69 if (is_android) {
69 deps += [ "//media/base/android" ] 70 deps += [ "//media/base/android" ]
(...skipping 25 matching lines...) Expand all
95 } 96 }
96 97
97 if (use_ozone) { 98 if (use_ozone) {
98 deps += [ "//ui/ozone" ] 99 deps += [ "//ui/ozone" ]
99 } 100 }
100 101
101 if (enable_vulkan) { 102 if (enable_vulkan) {
102 deps += [ "//gpu/vulkan" ] 103 deps += [ "//gpu/vulkan" ]
103 } 104 }
104 } 105 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698