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

Unified Diff: gyp/gpu.gypi

Issue 2150693002: move GrPixelRef headers to private (as we work to eliminate them) (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 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/SkGrPixelRef.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 243ea7328161d5d7aa29209310c51e9fc7ff086b..d28034f9f098bf66ba6dc353c242af30872c1829 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -434,16 +434,16 @@
# Sk files
'<(skia_include_path)/gpu/SkGr.h',
- '<(skia_include_path)/gpu/SkGrPixelRef.h',
- '<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
'<(skia_src_path)/gpu/SkGpuDevice.cpp',
'<(skia_src_path)/gpu/SkGpuDevice.h',
'<(skia_src_path)/gpu/SkGpuDevice_drawTexture.cpp',
'<(skia_src_path)/gpu/SkGr.cpp',
'<(skia_src_path)/gpu/SkGrPixelRef.cpp',
+ '<(skia_src_path)/gpu/SkGrPixelRef.h',
'<(skia_src_path)/gpu/SkGrPriv.h',
'<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp',
+ '<(skia_src_path)/gpu/SkGrTexturePixelRef.h',
'<(skia_src_path)/image/SkImage_Gpu.h',
'<(skia_src_path)/image/SkImage_Gpu.cpp',
« no previous file with comments | « no previous file | include/gpu/SkGrPixelRef.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698