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

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: Fix SwapBuffers() present layout, test in unittests instead of injections 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/gpu_child_thread.cc » ('j') | gpu/vulkan/vulkan_command_buffer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index e5e1929fa06696a1a79e67a8816a584eb7a78265..26279cf259f74a45b297336f07342596a5eeabae 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -517,6 +517,10 @@ source_set("common") {
]
}
}
+
+ if (enable_vulkan) {
+ deps += [ "//gpu/vulkan" ]
+ }
}
mojom("mojo_bindings") {
« no previous file with comments | « no previous file | content/gpu/gpu_child_thread.cc » ('j') | gpu/vulkan/vulkan_command_buffer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698