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

Unified Diff: cc/cc.gyp

Issue 1892303003: Added the Vulkan Context Provider implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added include that was accidentally deleted 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: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 9978bdaa2431717f1b44c6e077b7e38ae596f1fe..e6fe3eddbd00df89a9ebb6b40aa76adde77eb935 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -326,6 +326,9 @@
'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.h',
+ 'output/vulkan_in_process_context_provider.cc',
'playback/clip_display_item.cc',
'playback/clip_display_item.h',
'playback/clip_path_display_item.cc',

Powered by Google App Engine
This is Rietveld 408576698