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

Unified Diff: build/config/ui.gni

Issue 1726303002: Added initial Vulkan build files as well as a basic implementation file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed hack to bypass loader Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/gpu/BUILD.gn » ('j') | content/gpu/gpu_child_thread.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/ui.gni
diff --git a/build/config/ui.gni b/build/config/ui.gni
index 926dabcf5bf1d954e130742de96e7013404dda55..1df101f1c850389ab03c94725cd70cee1be6e913 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -53,6 +53,9 @@ declare_args() {
# Indicates if Wayland display server support is enabled.
enable_wayland_server = is_chromeos
+
+ # Enable experimental vulkan backend.
+ enable_vulkan = false
}
# Additional dependent variables -----------------------------------------------
« no previous file with comments | « no previous file | content/gpu/BUILD.gn » ('j') | content/gpu/gpu_child_thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698