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 2864603002: Provide callback to create mojo AndroidOverlays to AVDA. (Closed)
Patch Set: rebased Created 3 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 | 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("//gpu/vulkan/features.gni") 6 import("//gpu/vulkan/features.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ui/ozone/ozone.gni") 8 import("//ui/ozone/ozone.gni")
9 9
10 # See //content/BUILD.gn for how this works. 10 # See //content/BUILD.gn for how this works.
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "//gpu:gpu", 59 "//gpu:gpu",
60 "//gpu/ipc/common:command_buffer_traits", 60 "//gpu/ipc/common:command_buffer_traits",
61 "//gpu/ipc/service", 61 "//gpu/ipc/service",
62 "//ipc", 62 "//ipc",
63 "//media/gpu", 63 "//media/gpu",
64 64
65 # TODO(jrummell): As //media/gpu/ipc/service is a source_set in a 65 # TODO(jrummell): As //media/gpu/ipc/service is a source_set in a
66 # component build, determine if it should not be included here. 66 # component build, determine if it should not be included here.
67 # http://crbug.com/702833. 67 # http://crbug.com/702833.
68 "//media/gpu/ipc/service", 68 "//media/gpu/ipc/service",
69 "//media/mojo/clients:clients",
69 "//services/service_manager/public/cpp", 70 "//services/service_manager/public/cpp",
70 "//services/service_manager/public/interfaces", 71 "//services/service_manager/public/interfaces",
71 "//services/shape_detection:lib", 72 "//services/shape_detection:lib",
72 "//services/shape_detection/public/interfaces", 73 "//services/shape_detection/public/interfaces",
73 "//services/ui/gpu", 74 "//services/ui/gpu",
74 "//services/ui/gpu/interfaces", 75 "//services/ui/gpu/interfaces",
75 "//skia", 76 "//skia",
76 "//ui/gfx/ipc", 77 "//ui/gfx/ipc",
77 "//ui/gl", 78 "//ui/gl",
78 "//ui/gl/init", 79 "//ui/gl/init",
(...skipping 30 matching lines...) Expand all
109 } 110 }
110 111
111 if (use_ozone) { 112 if (use_ozone) {
112 deps += [ "//ui/ozone" ] 113 deps += [ "//ui/ozone" ]
113 } 114 }
114 115
115 if (enable_vulkan) { 116 if (enable_vulkan) {
116 deps += [ "//gpu/vulkan" ] 117 deps += [ "//gpu/vulkan" ]
117 } 118 }
118 } 119 }
OLDNEW
« no previous file with comments | « no previous file | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698