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

Unified Diff: gyp/tools.gyp

Issue 1332053002: Fill incomplete images in SkCodec parent class (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 1c443229eefaac09e431faf513abf8e5cf159d9c..c0be9f4e350116ad52dfd614032038727007b068 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -59,7 +59,8 @@
'../tools/SkBitmapRegionSampler.cpp',
],
'include_dirs': [
- '../include/private'
+ '../include/private',
+ '../src/codec',
],
'dependencies': [
'skia_lib.gyp:skia_lib',

Powered by Google App Engine
This is Rietveld 408576698