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_paint.cpp', | 10 '<(skia_src_path)/c/sk_paint.cpp', |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 '<(skia_src_path)/core/SkStroke.cpp', | 196 '<(skia_src_path)/core/SkStroke.cpp', |
197 '<(skia_src_path)/core/SkStrokeRec.cpp', | 197 '<(skia_src_path)/core/SkStrokeRec.cpp', |
198 '<(skia_src_path)/core/SkStrokerPriv.cpp', | 198 '<(skia_src_path)/core/SkStrokerPriv.cpp', |
199 '<(skia_src_path)/core/SkStrokerPriv.h', | 199 '<(skia_src_path)/core/SkStrokerPriv.h', |
200 '<(skia_src_path)/core/SkTaskGroup.cpp', | 200 '<(skia_src_path)/core/SkTaskGroup.cpp', |
201 '<(skia_src_path)/core/SkTaskGroup.h', | 201 '<(skia_src_path)/core/SkTaskGroup.h', |
202 '<(skia_src_path)/core/SkTextBlob.cpp', | 202 '<(skia_src_path)/core/SkTextBlob.cpp', |
203 '<(skia_src_path)/core/SkTextFormatParams.h', | 203 '<(skia_src_path)/core/SkTextFormatParams.h', |
204 '<(skia_src_path)/core/SkTextMapStateProc.h', | 204 '<(skia_src_path)/core/SkTextMapStateProc.h', |
205 '<(skia_src_path)/core/SkTDPQueue.h', | 205 '<(skia_src_path)/core/SkTDPQueue.h', |
206 '<(skia_src_path)/core/SkTHashCache.h', | |
207 '<(skia_src_path)/core/SkTLList.h', | 206 '<(skia_src_path)/core/SkTLList.h', |
208 '<(skia_src_path)/core/SkTLS.cpp', | 207 '<(skia_src_path)/core/SkTLS.cpp', |
209 '<(skia_src_path)/core/SkTraceEvent.h', | 208 '<(skia_src_path)/core/SkTraceEvent.h', |
210 '<(skia_src_path)/core/SkTSearch.cpp', | 209 '<(skia_src_path)/core/SkTSearch.cpp', |
211 '<(skia_src_path)/core/SkTSort.h', | 210 '<(skia_src_path)/core/SkTSort.h', |
212 '<(skia_src_path)/core/SkTypeface.cpp', | 211 '<(skia_src_path)/core/SkTypeface.cpp', |
213 '<(skia_src_path)/core/SkTypefaceCache.cpp', | 212 '<(skia_src_path)/core/SkTypefaceCache.cpp', |
214 '<(skia_src_path)/core/SkTypefaceCache.h', | 213 '<(skia_src_path)/core/SkTypefaceCache.h', |
215 '<(skia_src_path)/core/SkUnPreMultiply.cpp', | 214 '<(skia_src_path)/core/SkUnPreMultiply.cpp', |
216 '<(skia_src_path)/core/SkUtils.cpp', | 215 '<(skia_src_path)/core/SkUtils.cpp', |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
379 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 378 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
380 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 379 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
381 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 380 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
382 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 381 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
383 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 382 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
384 '<(skia_src_path)/pathops/SkPathWriter.h', | 383 '<(skia_src_path)/pathops/SkPathWriter.h', |
385 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 384 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
386 '<(skia_src_path)/pathops/SkReduceOrder.h', | 385 '<(skia_src_path)/pathops/SkReduceOrder.h', |
387 ], | 386 ], |
388 } | 387 } |
OLD | NEW |