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

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: Use aligned memory in swizzler test Created 5 years, 2 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 | « gyp/codec.gyp ('k') | include/codec/SkCodec.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 52d7e4527374b93ed3ac9a970b97a80acc56a9bb..accdd616815cf486997fd10b466d7b5e52d5409f 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -60,7 +60,8 @@
'../tools/SkBitmapRegionSampler.cpp',
],
'include_dirs': [
- '../include/private'
+ '../include/private',
+ '../src/codec',
],
'dependencies': [
'skia_lib.gyp:skia_lib',
« no previous file with comments | « gyp/codec.gyp ('k') | include/codec/SkCodec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698