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

Side by Side Diff: gyp/core.gypi

Issue 845623002: Remove SkTileGrid (except for TileGridInfo). (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: kill gridSupported 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 | « gm/gmmain.cpp ('k') | gyp/tests.gypi » ('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)/c/sk_surface.cpp', 10 '<(skia_src_path)/c/sk_surface.cpp',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 '<(skia_src_path)/core/SkStroke.cpp', 194 '<(skia_src_path)/core/SkStroke.cpp',
195 '<(skia_src_path)/core/SkStrokeRec.cpp', 195 '<(skia_src_path)/core/SkStrokeRec.cpp',
196 '<(skia_src_path)/core/SkStrokerPriv.cpp', 196 '<(skia_src_path)/core/SkStrokerPriv.cpp',
197 '<(skia_src_path)/core/SkStrokerPriv.h', 197 '<(skia_src_path)/core/SkStrokerPriv.h',
198 '<(skia_src_path)/core/SkTaskGroup.cpp', 198 '<(skia_src_path)/core/SkTaskGroup.cpp',
199 '<(skia_src_path)/core/SkTaskGroup.h', 199 '<(skia_src_path)/core/SkTaskGroup.h',
200 '<(skia_src_path)/core/SkTextBlob.cpp', 200 '<(skia_src_path)/core/SkTextBlob.cpp',
201 '<(skia_src_path)/core/SkTextFormatParams.h', 201 '<(skia_src_path)/core/SkTextFormatParams.h',
202 '<(skia_src_path)/core/SkTextMapStateProc.h', 202 '<(skia_src_path)/core/SkTextMapStateProc.h',
203 '<(skia_src_path)/core/SkTHashCache.h', 203 '<(skia_src_path)/core/SkTHashCache.h',
204 '<(skia_src_path)/core/SkTileGrid.cpp',
205 '<(skia_src_path)/core/SkTileGrid.h',
206 '<(skia_src_path)/core/SkTLList.h', 204 '<(skia_src_path)/core/SkTLList.h',
207 '<(skia_src_path)/core/SkTLS.cpp', 205 '<(skia_src_path)/core/SkTLS.cpp',
208 '<(skia_src_path)/core/SkTraceEvent.h', 206 '<(skia_src_path)/core/SkTraceEvent.h',
209 '<(skia_src_path)/core/SkTSearch.cpp', 207 '<(skia_src_path)/core/SkTSearch.cpp',
210 '<(skia_src_path)/core/SkTSort.h', 208 '<(skia_src_path)/core/SkTSort.h',
211 '<(skia_src_path)/core/SkTypeface.cpp', 209 '<(skia_src_path)/core/SkTypeface.cpp',
212 '<(skia_src_path)/core/SkTypefaceCache.cpp', 210 '<(skia_src_path)/core/SkTypefaceCache.cpp',
213 '<(skia_src_path)/core/SkTypefaceCache.h', 211 '<(skia_src_path)/core/SkTypefaceCache.h',
214 '<(skia_src_path)/core/SkUnPreMultiply.cpp', 212 '<(skia_src_path)/core/SkUnPreMultiply.cpp',
215 '<(skia_src_path)/core/SkUtils.cpp', 213 '<(skia_src_path)/core/SkUtils.cpp',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 373 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
376 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 374 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
377 '<(skia_src_path)/pathops/SkPathOpsRect.h', 375 '<(skia_src_path)/pathops/SkPathOpsRect.h',
378 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 376 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
379 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 377 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
380 '<(skia_src_path)/pathops/SkPathWriter.h', 378 '<(skia_src_path)/pathops/SkPathWriter.h',
381 '<(skia_src_path)/pathops/SkQuarticRoot.h', 379 '<(skia_src_path)/pathops/SkQuarticRoot.h',
382 '<(skia_src_path)/pathops/SkReduceOrder.h', 380 '<(skia_src_path)/pathops/SkReduceOrder.h',
383 ], 381 ],
384 } 382 }
OLDNEW
« no previous file with comments | « gm/gmmain.cpp ('k') | gyp/tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698