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

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: fixed gyp file 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 5e4b8de22ef3a3f873f1111adad2c82e7f29f873..33c68d83e1d77bf23def5485dad73e18e3336056 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -474,6 +474,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" ]
}

Powered by Google App Engine
This is Rietveld 408576698