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

Side by Side Diff: gyp/core.gypi

Issue 473633002: SkTextBlob (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Build warnings fix. Created 6 years, 4 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/textblob.cpp ('k') | gyp/gmslides.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)/core/SkAAClip.cpp', 10 '<(skia_src_path)/core/SkAAClip.cpp',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h', 189 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h',
190 '<(skia_src_path)/core/SkStream.cpp', 190 '<(skia_src_path)/core/SkStream.cpp',
191 '<(skia_src_path)/core/SkStreamPriv.h', 191 '<(skia_src_path)/core/SkStreamPriv.h',
192 '<(skia_src_path)/core/SkString.cpp', 192 '<(skia_src_path)/core/SkString.cpp',
193 '<(skia_src_path)/core/SkStringUtils.cpp', 193 '<(skia_src_path)/core/SkStringUtils.cpp',
194 '<(skia_src_path)/core/SkStroke.h', 194 '<(skia_src_path)/core/SkStroke.h',
195 '<(skia_src_path)/core/SkStroke.cpp', 195 '<(skia_src_path)/core/SkStroke.cpp',
196 '<(skia_src_path)/core/SkStrokeRec.cpp', 196 '<(skia_src_path)/core/SkStrokeRec.cpp',
197 '<(skia_src_path)/core/SkStrokerPriv.cpp', 197 '<(skia_src_path)/core/SkStrokerPriv.cpp',
198 '<(skia_src_path)/core/SkStrokerPriv.h', 198 '<(skia_src_path)/core/SkStrokerPriv.h',
199 '<(skia_src_path)/core/SkTextBlob.cpp',
199 '<(skia_src_path)/core/SkTextFormatParams.h', 200 '<(skia_src_path)/core/SkTextFormatParams.h',
200 '<(skia_src_path)/core/SkTextMapStateProc.h', 201 '<(skia_src_path)/core/SkTextMapStateProc.h',
201 '<(skia_src_path)/core/SkTileGrid.cpp', 202 '<(skia_src_path)/core/SkTileGrid.cpp',
202 '<(skia_src_path)/core/SkTileGrid.h', 203 '<(skia_src_path)/core/SkTileGrid.h',
203 '<(skia_src_path)/core/SkTLList.h', 204 '<(skia_src_path)/core/SkTLList.h',
204 '<(skia_src_path)/core/SkTLS.cpp', 205 '<(skia_src_path)/core/SkTLS.cpp',
205 '<(skia_src_path)/core/SkTraceEvent.h', 206 '<(skia_src_path)/core/SkTraceEvent.h',
206 '<(skia_src_path)/core/SkTSearch.cpp', 207 '<(skia_src_path)/core/SkTSearch.cpp',
207 '<(skia_src_path)/core/SkTSort.h', 208 '<(skia_src_path)/core/SkTSort.h',
208 '<(skia_src_path)/core/SkTypeface.cpp', 209 '<(skia_src_path)/core/SkTypeface.cpp',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 '<(skia_include_path)/core/SkStrokeRec.h', 299 '<(skia_include_path)/core/SkStrokeRec.h',
299 '<(skia_include_path)/core/SkSurface.h', 300 '<(skia_include_path)/core/SkSurface.h',
300 '<(skia_include_path)/core/SkTArray.h', 301 '<(skia_include_path)/core/SkTArray.h',
301 '<(skia_include_path)/core/SkTDArray.h', 302 '<(skia_include_path)/core/SkTDArray.h',
302 '<(skia_include_path)/core/SkTDStack.h', 303 '<(skia_include_path)/core/SkTDStack.h',
303 '<(skia_include_path)/core/SkTDict.h', 304 '<(skia_include_path)/core/SkTDict.h',
304 '<(skia_include_path)/core/SkTInternalLList.h', 305 '<(skia_include_path)/core/SkTInternalLList.h',
305 '<(skia_include_path)/core/SkTRegistry.h', 306 '<(skia_include_path)/core/SkTRegistry.h',
306 '<(skia_include_path)/core/SkTSearch.h', 307 '<(skia_include_path)/core/SkTSearch.h',
307 '<(skia_include_path)/core/SkTemplates.h', 308 '<(skia_include_path)/core/SkTemplates.h',
309 '<(skia_include_path)/core/SkTextBlob.h',
308 '<(skia_include_path)/core/SkThread.h', 310 '<(skia_include_path)/core/SkThread.h',
309 '<(skia_include_path)/core/SkTime.h', 311 '<(skia_include_path)/core/SkTime.h',
310 '<(skia_include_path)/core/SkTLazy.h', 312 '<(skia_include_path)/core/SkTLazy.h',
311 '<(skia_include_path)/core/SkTypeface.h', 313 '<(skia_include_path)/core/SkTypeface.h',
312 '<(skia_include_path)/core/SkTypes.h', 314 '<(skia_include_path)/core/SkTypes.h',
313 '<(skia_include_path)/core/SkUnPreMultiply.h', 315 '<(skia_include_path)/core/SkUnPreMultiply.h',
314 '<(skia_include_path)/core/SkUtils.h', 316 '<(skia_include_path)/core/SkUtils.h',
315 '<(skia_include_path)/core/SkWeakRefCnt.h', 317 '<(skia_include_path)/core/SkWeakRefCnt.h',
316 '<(skia_include_path)/core/SkWriter32.h', 318 '<(skia_include_path)/core/SkWriter32.h',
317 '<(skia_include_path)/core/SkXfermode.h', 319 '<(skia_include_path)/core/SkXfermode.h',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 373 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
372 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 374 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
373 '<(skia_src_path)/pathops/SkPathOpsRect.h', 375 '<(skia_src_path)/pathops/SkPathOpsRect.h',
374 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 376 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
375 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 377 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
376 '<(skia_src_path)/pathops/SkPathWriter.h', 378 '<(skia_src_path)/pathops/SkPathWriter.h',
377 '<(skia_src_path)/pathops/SkQuarticRoot.h', 379 '<(skia_src_path)/pathops/SkQuarticRoot.h',
378 '<(skia_src_path)/pathops/SkReduceOrder.h', 380 '<(skia_src_path)/pathops/SkReduceOrder.h',
379 ], 381 ],
380 } 382 }
OLDNEW
« no previous file with comments | « gm/textblob.cpp ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698