| 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h', | 190 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h', |
| 191 '<(skia_src_path)/core/SkStream.cpp', | 191 '<(skia_src_path)/core/SkStream.cpp', |
| 192 '<(skia_src_path)/core/SkStreamPriv.h', | 192 '<(skia_src_path)/core/SkStreamPriv.h', |
| 193 '<(skia_src_path)/core/SkString.cpp', | 193 '<(skia_src_path)/core/SkString.cpp', |
| 194 '<(skia_src_path)/core/SkStringUtils.cpp', | 194 '<(skia_src_path)/core/SkStringUtils.cpp', |
| 195 '<(skia_src_path)/core/SkStroke.h', | 195 '<(skia_src_path)/core/SkStroke.h', |
| 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/SkTextBlob.cpp', |
| 200 '<(skia_src_path)/core/SkTextFormatParams.h', | 201 '<(skia_src_path)/core/SkTextFormatParams.h', |
| 201 '<(skia_src_path)/core/SkTextMapStateProc.h', | 202 '<(skia_src_path)/core/SkTextMapStateProc.h', |
| 202 '<(skia_src_path)/core/SkTileGrid.cpp', | 203 '<(skia_src_path)/core/SkTileGrid.cpp', |
| 203 '<(skia_src_path)/core/SkTileGrid.h', | 204 '<(skia_src_path)/core/SkTileGrid.h', |
| 204 '<(skia_src_path)/core/SkTLList.h', | 205 '<(skia_src_path)/core/SkTLList.h', |
| 205 '<(skia_src_path)/core/SkTLS.cpp', | 206 '<(skia_src_path)/core/SkTLS.cpp', |
| 206 '<(skia_src_path)/core/SkTraceEvent.h', | 207 '<(skia_src_path)/core/SkTraceEvent.h', |
| 207 '<(skia_src_path)/core/SkTSearch.cpp', | 208 '<(skia_src_path)/core/SkTSearch.cpp', |
| 208 '<(skia_src_path)/core/SkTSort.h', | 209 '<(skia_src_path)/core/SkTSort.h', |
| 209 '<(skia_src_path)/core/SkTypeface.cpp', | 210 '<(skia_src_path)/core/SkTypeface.cpp', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 '<(skia_include_path)/core/SkStrokeRec.h', | 301 '<(skia_include_path)/core/SkStrokeRec.h', |
| 301 '<(skia_include_path)/core/SkSurface.h', | 302 '<(skia_include_path)/core/SkSurface.h', |
| 302 '<(skia_include_path)/core/SkTArray.h', | 303 '<(skia_include_path)/core/SkTArray.h', |
| 303 '<(skia_include_path)/core/SkTDArray.h', | 304 '<(skia_include_path)/core/SkTDArray.h', |
| 304 '<(skia_include_path)/core/SkTDStack.h', | 305 '<(skia_include_path)/core/SkTDStack.h', |
| 305 '<(skia_include_path)/core/SkTDict.h', | 306 '<(skia_include_path)/core/SkTDict.h', |
| 306 '<(skia_include_path)/core/SkTInternalLList.h', | 307 '<(skia_include_path)/core/SkTInternalLList.h', |
| 307 '<(skia_include_path)/core/SkTRegistry.h', | 308 '<(skia_include_path)/core/SkTRegistry.h', |
| 308 '<(skia_include_path)/core/SkTSearch.h', | 309 '<(skia_include_path)/core/SkTSearch.h', |
| 309 '<(skia_include_path)/core/SkTemplates.h', | 310 '<(skia_include_path)/core/SkTemplates.h', |
| 311 '<(skia_include_path)/core/SkTextBlob.h', |
| 310 '<(skia_include_path)/core/SkThread.h', | 312 '<(skia_include_path)/core/SkThread.h', |
| 311 '<(skia_include_path)/core/SkTime.h', | 313 '<(skia_include_path)/core/SkTime.h', |
| 312 '<(skia_include_path)/core/SkTLazy.h', | 314 '<(skia_include_path)/core/SkTLazy.h', |
| 313 '<(skia_include_path)/core/SkTypeface.h', | 315 '<(skia_include_path)/core/SkTypeface.h', |
| 314 '<(skia_include_path)/core/SkTypes.h', | 316 '<(skia_include_path)/core/SkTypes.h', |
| 315 '<(skia_include_path)/core/SkUnPreMultiply.h', | 317 '<(skia_include_path)/core/SkUnPreMultiply.h', |
| 316 '<(skia_include_path)/core/SkUtils.h', | 318 '<(skia_include_path)/core/SkUtils.h', |
| 317 '<(skia_include_path)/core/SkWeakRefCnt.h', | 319 '<(skia_include_path)/core/SkWeakRefCnt.h', |
| 318 '<(skia_include_path)/core/SkWriter32.h', | 320 '<(skia_include_path)/core/SkWriter32.h', |
| 319 '<(skia_include_path)/core/SkXfermode.h', | 321 '<(skia_include_path)/core/SkXfermode.h', |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 375 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 374 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 376 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 375 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 377 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 376 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 378 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
| 377 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 379 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 378 '<(skia_src_path)/pathops/SkPathWriter.h', | 380 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 379 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 381 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 380 '<(skia_src_path)/pathops/SkReduceOrder.h', | 382 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 381 ], | 383 ], |
| 382 } | 384 } |
| OLD | NEW |