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

Side by Side Diff: gyp/core.gypi

Issue 179343005: Add a class to allocate small objects w/o extra calls to new. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rename the .h file Created 6 years, 9 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/SkSmallAllocator.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/ARGB32_Clamp_Bilinear_BitmapShader.h', 10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 '<(skia_src_path)/core/SkSpriteBlitter.h', 174 '<(skia_src_path)/core/SkSpriteBlitter.h',
175 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h', 175 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h',
176 '<(skia_src_path)/core/SkStream.cpp', 176 '<(skia_src_path)/core/SkStream.cpp',
177 '<(skia_src_path)/core/SkString.cpp', 177 '<(skia_src_path)/core/SkString.cpp',
178 '<(skia_src_path)/core/SkStringUtils.cpp', 178 '<(skia_src_path)/core/SkStringUtils.cpp',
179 '<(skia_src_path)/core/SkStroke.h', 179 '<(skia_src_path)/core/SkStroke.h',
180 '<(skia_src_path)/core/SkStroke.cpp', 180 '<(skia_src_path)/core/SkStroke.cpp',
181 '<(skia_src_path)/core/SkStrokeRec.cpp', 181 '<(skia_src_path)/core/SkStrokeRec.cpp',
182 '<(skia_src_path)/core/SkStrokerPriv.cpp', 182 '<(skia_src_path)/core/SkStrokerPriv.cpp',
183 '<(skia_src_path)/core/SkStrokerPriv.h', 183 '<(skia_src_path)/core/SkStrokerPriv.h',
184 '<(skia_src_path)/core/SkTemplatesPriv.h',
185 '<(skia_src_path)/core/SkTextFormatParams.h', 184 '<(skia_src_path)/core/SkTextFormatParams.h',
186 '<(skia_src_path)/core/SkTileGrid.cpp', 185 '<(skia_src_path)/core/SkTileGrid.cpp',
187 '<(skia_src_path)/core/SkTileGrid.h', 186 '<(skia_src_path)/core/SkTileGrid.h',
188 '<(skia_src_path)/core/SkTileGridPicture.cpp', 187 '<(skia_src_path)/core/SkTileGridPicture.cpp',
189 '<(skia_src_path)/core/SkTLList.h', 188 '<(skia_src_path)/core/SkTLList.h',
190 '<(skia_src_path)/core/SkTLS.cpp', 189 '<(skia_src_path)/core/SkTLS.cpp',
191 '<(skia_src_path)/core/SkTraceEvent.h', 190 '<(skia_src_path)/core/SkTraceEvent.h',
192 '<(skia_src_path)/core/SkTSearch.cpp', 191 '<(skia_src_path)/core/SkTSearch.cpp',
193 '<(skia_src_path)/core/SkTSort.h', 192 '<(skia_src_path)/core/SkTSort.h',
194 '<(skia_src_path)/core/SkTypeface.cpp', 193 '<(skia_src_path)/core/SkTypeface.cpp',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 358 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
360 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 359 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
361 '<(skia_src_path)/pathops/SkPathOpsRect.h', 360 '<(skia_src_path)/pathops/SkPathOpsRect.h',
362 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 361 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
363 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 362 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
364 '<(skia_src_path)/pathops/SkPathWriter.h', 363 '<(skia_src_path)/pathops/SkPathWriter.h',
365 '<(skia_src_path)/pathops/SkQuarticRoot.h', 364 '<(skia_src_path)/pathops/SkQuarticRoot.h',
366 '<(skia_src_path)/pathops/SkReduceOrder.h', 365 '<(skia_src_path)/pathops/SkReduceOrder.h',
367 ], 366 ],
368 } 367 }
OLDNEW
« no previous file with comments | « no previous file | gyp/tests.gypi » ('j') | src/core/SkSmallAllocator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698