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

Side by Side Diff: gyp/core.gypi

Issue 364193004: Reopened: Caching the result of readPixelsSupported (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Correcting code as suggested in the comments Created 6 years, 5 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 | src/core/SkTHashCache.h » ('j') | src/core/SkTHashCache.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)/core/SkAAClip.cpp', 10 '<(skia_src_path)/core/SkAAClip.cpp',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 '<(skia_src_path)/core/SkFontHost.cpp', 92 '<(skia_src_path)/core/SkFontHost.cpp',
93 '<(skia_src_path)/core/SkFontDescriptor.cpp', 93 '<(skia_src_path)/core/SkFontDescriptor.cpp',
94 '<(skia_src_path)/core/SkFontDescriptor.h', 94 '<(skia_src_path)/core/SkFontDescriptor.h',
95 '<(skia_src_path)/core/SkFontStream.cpp', 95 '<(skia_src_path)/core/SkFontStream.cpp',
96 '<(skia_src_path)/core/SkFontStream.h', 96 '<(skia_src_path)/core/SkFontStream.h',
97 '<(skia_src_path)/core/SkGeometry.cpp', 97 '<(skia_src_path)/core/SkGeometry.cpp',
98 '<(skia_src_path)/core/SkGlyphCache.cpp', 98 '<(skia_src_path)/core/SkGlyphCache.cpp',
99 '<(skia_src_path)/core/SkGlyphCache.h', 99 '<(skia_src_path)/core/SkGlyphCache.h',
100 '<(skia_src_path)/core/SkGlyphCache_Globals.h', 100 '<(skia_src_path)/core/SkGlyphCache_Globals.h',
101 '<(skia_src_path)/core/SkGraphics.cpp', 101 '<(skia_src_path)/core/SkGraphics.cpp',
102 '<(skia_src_path)/core/SkHashCache.h',
102 '<(skia_src_path)/core/SkInstCnt.cpp', 103 '<(skia_src_path)/core/SkInstCnt.cpp',
103 '<(skia_src_path)/core/SkImageFilter.cpp', 104 '<(skia_src_path)/core/SkImageFilter.cpp',
104 '<(skia_src_path)/core/SkImageInfo.cpp', 105 '<(skia_src_path)/core/SkImageInfo.cpp',
105 '<(skia_src_path)/core/SkImageGenerator.cpp', 106 '<(skia_src_path)/core/SkImageGenerator.cpp',
106 '<(skia_src_path)/core/SkLocalMatrixShader.cpp', 107 '<(skia_src_path)/core/SkLocalMatrixShader.cpp',
107 '<(skia_src_path)/core/SkLineClipper.cpp', 108 '<(skia_src_path)/core/SkLineClipper.cpp',
108 '<(skia_src_path)/core/SkMallocPixelRef.cpp', 109 '<(skia_src_path)/core/SkMallocPixelRef.cpp',
109 '<(skia_src_path)/core/SkMask.cpp', 110 '<(skia_src_path)/core/SkMask.cpp',
110 '<(skia_src_path)/core/SkMaskFilter.cpp', 111 '<(skia_src_path)/core/SkMaskFilter.cpp',
111 '<(skia_src_path)/core/SkMaskGamma.cpp', 112 '<(skia_src_path)/core/SkMaskGamma.cpp',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 367 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
367 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 368 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
368 '<(skia_src_path)/pathops/SkPathOpsRect.h', 369 '<(skia_src_path)/pathops/SkPathOpsRect.h',
369 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 370 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
370 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 371 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
371 '<(skia_src_path)/pathops/SkPathWriter.h', 372 '<(skia_src_path)/pathops/SkPathWriter.h',
372 '<(skia_src_path)/pathops/SkQuarticRoot.h', 373 '<(skia_src_path)/pathops/SkQuarticRoot.h',
373 '<(skia_src_path)/pathops/SkReduceOrder.h', 374 '<(skia_src_path)/pathops/SkReduceOrder.h',
374 ], 375 ],
375 } 376 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkTHashCache.h » ('j') | src/core/SkTHashCache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698