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

Unified Diff: gyp/gpu.gypi

Issue 1038643002: Add support for using alternative backends (like DirectX) when creating a GrGpu. (Closed) Base URL: https://chromium.googlesource.com/skia@master
Patch Set: Created 5 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 | src/gpu/GrGpuFactory.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 2207f87817688e6cccc114a2c92cd8dd251d98d2..cb111973e864d1d992ed857fbf3b7c8a99150686 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -100,6 +100,7 @@
'<(skia_src_path)/gpu/GrGpuResourcePriv.h',
'<(skia_src_path)/gpu/GrGpuResource.cpp',
'<(skia_src_path)/gpu/GrGpuFactory.cpp',
+ '<(skia_src_path)/gpu/GrGpuFactory.h',
'<(skia_src_path)/gpu/GrIndexBuffer.h',
'<(skia_src_path)/gpu/GrInvariantOutput.cpp',
'<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp',
« no previous file with comments | « no previous file | src/gpu/GrGpuFactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698