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

Unified Diff: content/browser/BUILD.gn

Issue 1892303003: Added the Vulkan Context Provider implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Export VulkanContextProvider Created 4 years, 8 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 | « cc/surfaces/surface_display_output_surface.cc ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 7a02d79f269228ba753fd27ed41e993a1b9ffc00..72078b82deb468abb41df53f57492c0f89769ccf 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -477,6 +477,13 @@ source_set("browser") {
deps += [ "//ui/compositor" ]
}
+ if (enable_vulkan) {
+ sources += [
+ "compositor/vulkan_browser_compositor_output_surface.cc",
+ "compositor/vulkan_browser_compositor_output_surface.h",
+ ]
+ }
+
if (enable_web_speech) {
deps += [ "//third_party/flac" ]
}
« no previous file with comments | « cc/surfaces/surface_display_output_surface.cc ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698