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

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

Issue 2746363002: Reland of move enable_vulkan from build/config, and move it to the buildflag_header system. (Closed)
Patch Set: Created 3 years, 9 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/browser/renderer_host/compositor_impl_android.cc ('k') | gpu/vulkan/BUILD.gn » ('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("//media/media_options.gni") 7 import("//media/media_options.gni")
7 import("//ui/ozone/ozone.gni") 8 import("//ui/ozone/ozone.gni")
8 9
9 # See //content/BUILD.gn for how this works. 10 # See //content/BUILD.gn for how this works.
10 group("gpu") { 11 group("gpu") {
11 visibility = [ "//content/*" ] # This is an internal content API. 12 visibility = [ "//content/*" ] # This is an internal content API.
12 13
13 if (is_component_build) { 14 if (is_component_build) {
14 public_deps = [ 15 public_deps = [
15 "//content", 16 "//content",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 } 102 }
102 103
103 if (use_ozone) { 104 if (use_ozone) {
104 deps += [ "//ui/ozone" ] 105 deps += [ "//ui/ozone" ]
105 } 106 }
106 107
107 if (enable_vulkan) { 108 if (enable_vulkan) {
108 deps += [ "//gpu/vulkan" ] 109 deps += [ "//gpu/vulkan" ]
109 } 110 }
110 } 111 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.cc ('k') | gpu/vulkan/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698