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

Unified Diff: gyp/gpu.gypi

Issue 1315353006: refactor parts of SkGr.cpp for use by SkImages (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix nits Created 5 years, 3 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/SkGr.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 a19191863627d1b7054f8bfd2d1cd5659010526e..58687a7014b35a02109d897c001b1342a9251e57 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -197,7 +197,9 @@
'<(skia_src_path)/gpu/GrVertexBuffer.h',
'<(skia_src_path)/gpu/GrVertices.h',
'<(skia_src_path)/gpu/GrXferProcessor.cpp',
-
+ '<(skia_src_path)/gpu/GrYUVProvider.cpp',
+ '<(skia_src_path)/gpu/GrYUVProvider.h',
+
# Batches
'<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp',
'<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.h',
« no previous file with comments | « no previous file | include/gpu/SkGr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698