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

Unified Diff: gyp/utils.gyp

Issue 302333002: Initial KTX file decoder (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix includes and SkTArray Created 6 years, 7 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/utils.gyp
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index 9009ad95714c012c0e9c33cbc5642209eae7edcc..5ba53100969bad6f58f597c7b8c418509cbcbbd3 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -20,6 +20,7 @@
'../include/utils/win',
'../include/xml',
'../src/core',
+ '../src/gpu',
'../src/utils',
],
'sources': [
@@ -79,6 +80,8 @@
'../src/utils/SkGatherPixelRefsAndRects.cpp',
'../src/utils/SkGatherPixelRefsAndRects.h',
'../src/utils/SkInterpolator.cpp',
+ '../src/utils/SkKTXFile.h',
+ '../src/utils/SkKTXFile.cpp',
'../src/utils/SkLayer.cpp',
'../src/utils/SkMatrix22.cpp',
'../src/utils/SkMatrix22.h',
« no previous file with comments | « gyp/images.gyp ('k') | include/core/SkImageDecoder.h » ('j') | src/utils/SkKTXFile.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698