OLD | NEW |
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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 '<(skia_src_path)/core/SkTLS.cpp', | 195 '<(skia_src_path)/core/SkTLS.cpp', |
196 '<(skia_src_path)/core/SkTraceEvent.h', | 196 '<(skia_src_path)/core/SkTraceEvent.h', |
197 '<(skia_src_path)/core/SkTSearch.cpp', | 197 '<(skia_src_path)/core/SkTSearch.cpp', |
198 '<(skia_src_path)/core/SkTSort.h', | 198 '<(skia_src_path)/core/SkTSort.h', |
199 '<(skia_src_path)/core/SkTypeface.cpp', | 199 '<(skia_src_path)/core/SkTypeface.cpp', |
200 '<(skia_src_path)/core/SkTypefaceCache.cpp', | 200 '<(skia_src_path)/core/SkTypefaceCache.cpp', |
201 '<(skia_src_path)/core/SkTypefaceCache.h', | 201 '<(skia_src_path)/core/SkTypefaceCache.h', |
202 '<(skia_src_path)/core/SkUnPreMultiply.cpp', | 202 '<(skia_src_path)/core/SkUnPreMultiply.cpp', |
203 '<(skia_src_path)/core/SkUtils.cpp', | 203 '<(skia_src_path)/core/SkUtils.cpp', |
204 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', | 204 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', |
| 205 '<(skia_src_path)/core/SkVertState.cpp', |
205 '<(skia_src_path)/core/SkWriteBuffer.cpp', | 206 '<(skia_src_path)/core/SkWriteBuffer.cpp', |
206 '<(skia_src_path)/core/SkWriter32.cpp', | 207 '<(skia_src_path)/core/SkWriter32.cpp', |
207 '<(skia_src_path)/core/SkXfermode.cpp', | 208 '<(skia_src_path)/core/SkXfermode.cpp', |
208 | 209 |
209 '<(skia_src_path)/doc/SkDocument.cpp', | 210 '<(skia_src_path)/doc/SkDocument.cpp', |
210 | 211 |
211 '<(skia_src_path)/image/SkImage.cpp', | 212 '<(skia_src_path)/image/SkImage.cpp', |
212 '<(skia_src_path)/image/SkImagePriv.cpp', | 213 '<(skia_src_path)/image/SkImagePriv.cpp', |
213 '<(skia_src_path)/image/SkImage_Codec.cpp', | 214 '<(skia_src_path)/image/SkImage_Codec.cpp', |
214 # '<(skia_src_path)/image/SkImage_Gpu.cpp', | 215 # '<(skia_src_path)/image/SkImage_Gpu.cpp', |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 '<(skia_include_path)/core/SkTRegistry.h', | 303 '<(skia_include_path)/core/SkTRegistry.h', |
303 '<(skia_include_path)/core/SkTSearch.h', | 304 '<(skia_include_path)/core/SkTSearch.h', |
304 '<(skia_include_path)/core/SkTemplates.h', | 305 '<(skia_include_path)/core/SkTemplates.h', |
305 '<(skia_include_path)/core/SkThread.h', | 306 '<(skia_include_path)/core/SkThread.h', |
306 '<(skia_include_path)/core/SkTime.h', | 307 '<(skia_include_path)/core/SkTime.h', |
307 '<(skia_include_path)/core/SkTLazy.h', | 308 '<(skia_include_path)/core/SkTLazy.h', |
308 '<(skia_include_path)/core/SkTypeface.h', | 309 '<(skia_include_path)/core/SkTypeface.h', |
309 '<(skia_include_path)/core/SkTypes.h', | 310 '<(skia_include_path)/core/SkTypes.h', |
310 '<(skia_include_path)/core/SkUnPreMultiply.h', | 311 '<(skia_include_path)/core/SkUnPreMultiply.h', |
311 '<(skia_include_path)/core/SkUtils.h', | 312 '<(skia_include_path)/core/SkUtils.h', |
| 313 '<(skia_include_path)/core/SkVertState.h', |
312 '<(skia_include_path)/core/SkWeakRefCnt.h', | 314 '<(skia_include_path)/core/SkWeakRefCnt.h', |
313 '<(skia_include_path)/core/SkWriter32.h', | 315 '<(skia_include_path)/core/SkWriter32.h', |
314 '<(skia_include_path)/core/SkXfermode.h', | 316 '<(skia_include_path)/core/SkXfermode.h', |
315 | 317 |
316 # Lazy decoding: | 318 # Lazy decoding: |
317 '<(skia_src_path)/lazy/SkCachingPixelRef.cpp', | 319 '<(skia_src_path)/lazy/SkCachingPixelRef.cpp', |
318 '<(skia_src_path)/lazy/SkCachingPixelRef.h', | 320 '<(skia_src_path)/lazy/SkCachingPixelRef.h', |
319 | 321 |
320 # Path ops | 322 # Path ops |
321 '<(skia_include_path)/pathops/SkPathOps.h', | 323 '<(skia_include_path)/pathops/SkPathOps.h', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 369 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
368 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 370 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
369 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 371 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
370 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 372 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
371 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 373 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
372 '<(skia_src_path)/pathops/SkPathWriter.h', | 374 '<(skia_src_path)/pathops/SkPathWriter.h', |
373 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 375 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
374 '<(skia_src_path)/pathops/SkReduceOrder.h', | 376 '<(skia_src_path)/pathops/SkReduceOrder.h', |
375 ], | 377 ], |
376 } | 378 } |
OLD | NEW |