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)/c/sk_surface.cpp', | 10 '<(skia_src_path)/c/sk_surface.cpp', |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 '<(skia_src_path)/core/SkTLS.cpp', | 202 '<(skia_src_path)/core/SkTLS.cpp', |
203 '<(skia_src_path)/core/SkTraceEvent.h', | 203 '<(skia_src_path)/core/SkTraceEvent.h', |
204 '<(skia_src_path)/core/SkTSearch.cpp', | 204 '<(skia_src_path)/core/SkTSearch.cpp', |
205 '<(skia_src_path)/core/SkTSort.h', | 205 '<(skia_src_path)/core/SkTSort.h', |
206 '<(skia_src_path)/core/SkTypeface.cpp', | 206 '<(skia_src_path)/core/SkTypeface.cpp', |
207 '<(skia_src_path)/core/SkTypefaceCache.cpp', | 207 '<(skia_src_path)/core/SkTypefaceCache.cpp', |
208 '<(skia_src_path)/core/SkTypefaceCache.h', | 208 '<(skia_src_path)/core/SkTypefaceCache.h', |
209 '<(skia_src_path)/core/SkUnPreMultiply.cpp', | 209 '<(skia_src_path)/core/SkUnPreMultiply.cpp', |
210 '<(skia_src_path)/core/SkUtils.cpp', | 210 '<(skia_src_path)/core/SkUtils.cpp', |
211 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', | 211 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', |
| 212 '<(skia_src_path)/core/SkVarAlloc.cpp', |
212 '<(skia_src_path)/core/SkVertState.cpp', | 213 '<(skia_src_path)/core/SkVertState.cpp', |
213 '<(skia_src_path)/core/SkWriteBuffer.cpp', | 214 '<(skia_src_path)/core/SkWriteBuffer.cpp', |
214 '<(skia_src_path)/core/SkWriter32.cpp', | 215 '<(skia_src_path)/core/SkWriter32.cpp', |
215 '<(skia_src_path)/core/SkXfermode.cpp', | 216 '<(skia_src_path)/core/SkXfermode.cpp', |
216 | 217 |
217 '<(skia_src_path)/doc/SkDocument.cpp', | 218 '<(skia_src_path)/doc/SkDocument.cpp', |
218 | 219 |
219 '<(skia_src_path)/image/SkImage.cpp', | 220 '<(skia_src_path)/image/SkImage.cpp', |
220 '<(skia_src_path)/image/SkImagePriv.cpp', | 221 '<(skia_src_path)/image/SkImagePriv.cpp', |
221 # '<(skia_src_path)/image/SkImage_Gpu.cpp', | 222 # '<(skia_src_path)/image/SkImage_Gpu.cpp', |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 371 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
371 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 372 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
372 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 373 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
373 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 374 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
374 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 375 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
375 '<(skia_src_path)/pathops/SkPathWriter.h', | 376 '<(skia_src_path)/pathops/SkPathWriter.h', |
376 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 377 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
377 '<(skia_src_path)/pathops/SkReduceOrder.h', | 378 '<(skia_src_path)/pathops/SkReduceOrder.h', |
378 ], | 379 ], |
379 } | 380 } |
OLD | NEW |