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

Unified Diff: content/gpu/BUILD.gn

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: Added queue and global accessors Created 4 years, 10 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
Index: content/gpu/BUILD.gn
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
index 3bc1845a82ee9a5685e7f1a7b7cd83f810bcfe6c..9dee60b8950c63f6b4ab66fc432276a1082a71d2 100644
--- a/content/gpu/BUILD.gn
+++ b/content/gpu/BUILD.gn
@@ -76,4 +76,8 @@ source_set("gpu_sources") {
if (use_x11) {
deps += [ "//ui/events/platform/x11" ]
}
+
+ if (enable_vulkan) {
+ deps += [ "//gpu/vulkan" ]
+ }
}
« no previous file with comments | « build/config/ui.gni ('k') | content/gpu/gpu_child_thread.cc » ('j') | gpu/vulkan/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698