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

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: 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
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/surfaces/surface_display_output_surface.h » ('J')
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 bd8cf6b9e1d7ab0d76e5eb91acf8ad658771f37f..1cbb8b35275352e5cf102131ee1eb1f50a5575b3 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -266,6 +266,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",
@@ -563,9 +566,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') | cc/surfaces/surface_display_output_surface.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698