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

Side by Side Diff: gyp/core.gypi

Issue 589713002: Get rid of SkImage_Codec (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | include/core/SkImage.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Include this gypi to include all 'core' files 1 # Include this gypi to include all 'core' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'sources': [ 9 'sources': [
10 '<(skia_src_path)/core/SkAAClip.cpp', 10 '<(skia_src_path)/core/SkAAClip.cpp',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', 212 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp',
213 '<(skia_src_path)/core/SkVertState.cpp', 213 '<(skia_src_path)/core/SkVertState.cpp',
214 '<(skia_src_path)/core/SkWriteBuffer.cpp', 214 '<(skia_src_path)/core/SkWriteBuffer.cpp',
215 '<(skia_src_path)/core/SkWriter32.cpp', 215 '<(skia_src_path)/core/SkWriter32.cpp',
216 '<(skia_src_path)/core/SkXfermode.cpp', 216 '<(skia_src_path)/core/SkXfermode.cpp',
217 217
218 '<(skia_src_path)/doc/SkDocument.cpp', 218 '<(skia_src_path)/doc/SkDocument.cpp',
219 219
220 '<(skia_src_path)/image/SkImage.cpp', 220 '<(skia_src_path)/image/SkImage.cpp',
221 '<(skia_src_path)/image/SkImagePriv.cpp', 221 '<(skia_src_path)/image/SkImagePriv.cpp',
222 '<(skia_src_path)/image/SkImage_Codec.cpp',
223 # '<(skia_src_path)/image/SkImage_Gpu.cpp', 222 # '<(skia_src_path)/image/SkImage_Gpu.cpp',
224 '<(skia_src_path)/image/SkImage_Raster.cpp', 223 '<(skia_src_path)/image/SkImage_Raster.cpp',
225 '<(skia_src_path)/image/SkSurface.cpp', 224 '<(skia_src_path)/image/SkSurface.cpp',
226 '<(skia_src_path)/image/SkSurface_Base.h', 225 '<(skia_src_path)/image/SkSurface_Base.h',
227 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', 226 # '<(skia_src_path)/image/SkSurface_Gpu.cpp',
228 '<(skia_src_path)/image/SkSurface_Raster.cpp', 227 '<(skia_src_path)/image/SkSurface_Raster.cpp',
229 228
230 '<(skia_src_path)/pipe/SkGPipeRead.cpp', 229 '<(skia_src_path)/pipe/SkGPipeRead.cpp',
231 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', 230 '<(skia_src_path)/pipe/SkGPipeWrite.cpp',
232 231
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 370 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
372 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 371 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
373 '<(skia_src_path)/pathops/SkPathOpsRect.h', 372 '<(skia_src_path)/pathops/SkPathOpsRect.h',
374 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 373 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
375 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 374 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
376 '<(skia_src_path)/pathops/SkPathWriter.h', 375 '<(skia_src_path)/pathops/SkPathWriter.h',
377 '<(skia_src_path)/pathops/SkQuarticRoot.h', 376 '<(skia_src_path)/pathops/SkQuarticRoot.h',
378 '<(skia_src_path)/pathops/SkReduceOrder.h', 377 '<(skia_src_path)/pathops/SkReduceOrder.h',
379 ], 378 ],
380 } 379 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698