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

Side by Side Diff: gyp/public_headers.gypi

Issue 670453002: Remove image decoder and encoder autoregistration (Closed) Base URL: https://skia.googlesource.com/skia.git@separate-image-decoder-01-skpicture
Patch Set: Created 6 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 unified diff | Download patch
OLDNEW
1 # Include this gypi to include all public header files that exist in the 1 # Include this gypi to include all public header files that exist in the
scroggo 2014/11/12 18:00:12 FYI: This file has been removed.
Kimmo Kinnunen 2014/11/18 08:29:44 Done.
2 # include directory. 2 # include directory.
3 # 3 #
4 # The list is computed by running 'find include -name *.h' in the root dir of 4 # The list is computed by running 'find include -name *.h' in the root dir of
5 # the project. 5 # the project.
6 # 6 #
7 { 7 {
8 'variables': { 8 'variables': {
9 'header_filenames': [ 9 'header_filenames': [
10 'animator/SkAnimator.h', 10 'animator/SkAnimator.h',
11 'animator/SkAnimatorView.h', 11 'animator/SkAnimatorView.h',
(...skipping 28 matching lines...) Expand all
40 'core/SkFlattenable.h', 40 'core/SkFlattenable.h',
41 'core/SkFlattenableBuffers.h', 41 'core/SkFlattenableBuffers.h',
42 'core/SkFlattenableSerialization.h', 42 'core/SkFlattenableSerialization.h',
43 'core/SkFloatBits.h', 43 'core/SkFloatBits.h',
44 'core/SkFloatingPoint.h', 44 'core/SkFloatingPoint.h',
45 'core/SkFontHost.h', 45 'core/SkFontHost.h',
46 'core/SkFontLCDConfig.h', 46 'core/SkFontLCDConfig.h',
47 'core/SkGeometry.h', 47 'core/SkGeometry.h',
48 'core/SkGraphics.h', 48 'core/SkGraphics.h',
49 'core/SkImage.h', 49 'core/SkImage.h',
50 'core/SkImageDecoder.h',
51 'core/SkImageEncoder.h',
52 'core/SkImageFilter.h', 50 'core/SkImageFilter.h',
53 'core/SkInstCnt.h', 51 'core/SkInstCnt.h',
54 'core/SkLineClipper.h', 52 'core/SkLineClipper.h',
55 'core/SkMallocPixelRef.h', 53 'core/SkMallocPixelRef.h',
56 'core/SkMask.h', 54 'core/SkMask.h',
57 'core/SkMaskFilter.h', 55 'core/SkMaskFilter.h',
58 'core/SkMath.h', 56 'core/SkMath.h',
59 'core/SkMatrix.h', 57 'core/SkMatrix.h',
60 'core/SkMetaData.h', 58 'core/SkMetaData.h',
61 'core/SkOSFile.h', 59 'core/SkOSFile.h',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'gpu/gl/GrGLConfig.h', 177 'gpu/gl/GrGLConfig.h',
180 'gpu/gl/GrGLConfig_chrome.h', 178 'gpu/gl/GrGLConfig_chrome.h',
181 'gpu/gl/GrGLExtensions.h', 179 'gpu/gl/GrGLExtensions.h',
182 'gpu/gl/GrGLFunctions.h', 180 'gpu/gl/GrGLFunctions.h',
183 'gpu/gl/GrGLInterface.h', 181 'gpu/gl/GrGLInterface.h',
184 'gpu/gl/SkANGLEGLContext.h', 182 'gpu/gl/SkANGLEGLContext.h',
185 'gpu/gl/SkDebugGLContext.h', 183 'gpu/gl/SkDebugGLContext.h',
186 'gpu/gl/SkMesaGLContext.h', 184 'gpu/gl/SkMesaGLContext.h',
187 'gpu/gl/SkGLContext.h', 185 'gpu/gl/SkGLContext.h',
188 'gpu/gl/SkNullGLContext.h', 186 'gpu/gl/SkNullGLContext.h',
189 'images/SkForceLinking.h',
190 'images/SkMovie.h', 187 'images/SkMovie.h',
191 'images/SkPageFlipper.h', 188 'images/SkPageFlipper.h',
192 'pathops/SkPathOps.h', 189 'pathops/SkPathOps.h',
193 'pdf/SkPDFDevice.h', 190 'pdf/SkPDFDevice.h',
194 'pdf/SkPDFDocument.h', 191 'pdf/SkPDFDocument.h',
195 'pipe/SkGPipe.h', 192 'pipe/SkGPipe.h',
196 'ports/SkFontConfigInterface.h', 193 'ports/SkFontConfigInterface.h',
197 'ports/SkFontMgr.h', 194 'ports/SkFontMgr.h',
198 'ports/SkFontStyle.h', 195 'ports/SkFontStyle.h',
199 'ports/SkTypeface_android.h', 196 'ports/SkTypeface_android.h',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'views/unix/keysym2ucs.h', 263 'views/unix/keysym2ucs.h',
267 'xml/SkBML_WXMLParser.h', 264 'xml/SkBML_WXMLParser.h',
268 'xml/SkBML_XMLParser.h', 265 'xml/SkBML_XMLParser.h',
269 'xml/SkDOM.h', 266 'xml/SkDOM.h',
270 'xml/SkJS.h', 267 'xml/SkJS.h',
271 'xml/SkXMLParser.h', 268 'xml/SkXMLParser.h',
272 'xml/SkXMLWriter.h', 269 'xml/SkXMLWriter.h',
273 ], 270 ],
274 }, 271 },
275 } 272 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698