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

Unified Diff: cc/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 | « no previous file | cc/cc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 2afc6623f74c3e8534cdbcde758ce52fcb707593..615c858c8e8cb2ed9b556e59961f1f312bc5df4a 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -265,6 +265,9 @@ component("cc") {
"output/texture_mailbox_deleter.h",
"output/viewport_selection_bound.cc",
"output/viewport_selection_bound.h",
+ "output/vulkan_context_provider.h",
+ "output/vulkan_in_process_context_provider.cc",
+ "output/vulkan_in_process_context_provider.h",
"playback/clip_display_item.cc",
"playback/clip_display_item.h",
"playback/clip_path_display_item.cc",
@@ -562,9 +565,6 @@ component("cc") {
if (enable_vulkan) {
sources += [
- "output/vulkan_context_provider.h",
- "output/vulkan_in_process_context_provider.cc",
- "output/vulkan_in_process_context_provider.h",
"output/vulkan_renderer.cc",
"output/vulkan_renderer.h",
]
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698