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

Side by Side Diff: gyp/core.gypi

Issue 851273003: YUV planes cache (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: static cast at the right spot Created 5 years, 11 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 | gyp/tests.gypi » ('j') | src/core/SkYUVPlanesCache.h » ('J')
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)/c/sk_paint.cpp', 10 '<(skia_src_path)/c/sk_paint.cpp',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 '<(skia_src_path)/core/SkTypefaceCache.cpp', 211 '<(skia_src_path)/core/SkTypefaceCache.cpp',
212 '<(skia_src_path)/core/SkTypefaceCache.h', 212 '<(skia_src_path)/core/SkTypefaceCache.h',
213 '<(skia_src_path)/core/SkUnPreMultiply.cpp', 213 '<(skia_src_path)/core/SkUnPreMultiply.cpp',
214 '<(skia_src_path)/core/SkUtils.cpp', 214 '<(skia_src_path)/core/SkUtils.cpp',
215 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', 215 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp',
216 '<(skia_src_path)/core/SkVarAlloc.cpp', 216 '<(skia_src_path)/core/SkVarAlloc.cpp',
217 '<(skia_src_path)/core/SkVertState.cpp', 217 '<(skia_src_path)/core/SkVertState.cpp',
218 '<(skia_src_path)/core/SkWriteBuffer.cpp', 218 '<(skia_src_path)/core/SkWriteBuffer.cpp',
219 '<(skia_src_path)/core/SkWriter32.cpp', 219 '<(skia_src_path)/core/SkWriter32.cpp',
220 '<(skia_src_path)/core/SkXfermode.cpp', 220 '<(skia_src_path)/core/SkXfermode.cpp',
221 '<(skia_src_path)/core/SkYUVPlanesCache.cpp',
222 '<(skia_src_path)/core/SkYUVPlanesCache.h',
221 223
222 '<(skia_src_path)/doc/SkDocument.cpp', 224 '<(skia_src_path)/doc/SkDocument.cpp',
223 225
224 '<(skia_src_path)/image/SkImage.cpp', 226 '<(skia_src_path)/image/SkImage.cpp',
225 '<(skia_src_path)/image/SkImagePriv.cpp', 227 '<(skia_src_path)/image/SkImagePriv.cpp',
226 # '<(skia_src_path)/image/SkImage_Gpu.cpp', 228 # '<(skia_src_path)/image/SkImage_Gpu.cpp',
227 '<(skia_src_path)/image/SkImage_Raster.cpp', 229 '<(skia_src_path)/image/SkImage_Raster.cpp',
228 '<(skia_src_path)/image/SkSurface.cpp', 230 '<(skia_src_path)/image/SkSurface.cpp',
229 '<(skia_src_path)/image/SkSurface_Base.h', 231 '<(skia_src_path)/image/SkSurface_Base.h',
230 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', 232 # '<(skia_src_path)/image/SkSurface_Gpu.cpp',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 376 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
375 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 377 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
376 '<(skia_src_path)/pathops/SkPathOpsRect.h', 378 '<(skia_src_path)/pathops/SkPathOpsRect.h',
377 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 379 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
378 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 380 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
379 '<(skia_src_path)/pathops/SkPathWriter.h', 381 '<(skia_src_path)/pathops/SkPathWriter.h',
380 '<(skia_src_path)/pathops/SkQuarticRoot.h', 382 '<(skia_src_path)/pathops/SkQuarticRoot.h',
381 '<(skia_src_path)/pathops/SkReduceOrder.h', 383 '<(skia_src_path)/pathops/SkReduceOrder.h',
382 ], 384 ],
383 } 385 }
OLDNEW
« no previous file with comments | « no previous file | gyp/tests.gypi » ('j') | src/core/SkYUVPlanesCache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698