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

Unified Diff: gyp/gpu.gypi

Issue 1825593002: GrVkGpu initialization cleanup. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address comments (and rebase to ToT) Created 4 years, 9 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 | include/gpu/vk/GrVkBackendContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gpu.gypi
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index e85b292abe1ed0c2007499ac31eda06d2a1f0766..ecabde8a3e1a6d208c87720f6d650110cd9b91e7 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -435,8 +435,10 @@
'<(skia_src_path)/gpu/gl/SkGLContext.cpp'
],
'skgpu_vk_sources': [
+ '<(skia_include_path)/gpu/vk/GrVkBackendContext.h',
'<(skia_include_path)/gpu/vk/GrVkInterface.h',
- '<(skia_include_path)/gpu/vk/GrVkTypes.h',
+ '<(skia_include_path)/gpu/vk/GrVkTypes.h',
+ '<(skia_src_path)/gpu/vk/GrVkBackendContext.cpp',
'<(skia_src_path)/gpu/vk/GrVkBuffer.cpp',
'<(skia_src_path)/gpu/vk/GrVkBuffer.h',
'<(skia_src_path)/gpu/vk/GrVkCaps.cpp',
« no previous file with comments | « no previous file | include/gpu/vk/GrVkBackendContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698