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

Unified Diff: content/common/BUILD.gn

Issue 1776453003: Added initial implementation of Vulkan Render Passes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn_vulkan
Patch Set: Ensure vulkan handles all initialized to null, check destruction in destructor 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/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 3dbb130674cf8e2bb594baeb02edbf0a722615dc..9ea7c114fc7afee65d9d87ac929a6187a66f06bd 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -518,6 +518,10 @@ source_set("common") {
]
}
}
+
+ if (enable_vulkan) {
+ deps += [ "//gpu/vulkan" ]
+ }
}
mojom("mojo_bindings") {
« no previous file with comments | « no previous file | content/common/gpu/gpu_command_buffer_stub.h » ('j') | content/common/gpu/gpu_command_buffer_stub.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698