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

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: 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
Index: content/gpu/BUILD.gn
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
index 8033dc1a312efb69184a972bf135e986c33a3cb2..7274e73717618bc0b800cccecca926d5acb26b7e 100644
--- a/content/gpu/BUILD.gn
+++ b/content/gpu/BUILD.gn
@@ -77,4 +77,8 @@ source_set("gpu_sources") {
if (use_x11) {
deps += [ "//ui/events/platform/x11" ]
}
+
+ if (enable_vulkan) {
+ deps += [ "//gpu/vulkan" ]
+ }
}

Powered by Google App Engine
This is Rietveld 408576698