| 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 '<(skia_include_path)/core/SkStream.h', | 286 '<(skia_include_path)/core/SkStream.h', |
| 287 '<(skia_include_path)/core/SkString.h', | 287 '<(skia_include_path)/core/SkString.h', |
| 288 '<(skia_include_path)/core/SkStringUtils.h', | 288 '<(skia_include_path)/core/SkStringUtils.h', |
| 289 '<(skia_include_path)/core/SkStrokeRec.h', | 289 '<(skia_include_path)/core/SkStrokeRec.h', |
| 290 '<(skia_include_path)/core/SkSurface.h', | 290 '<(skia_include_path)/core/SkSurface.h', |
| 291 '<(skia_include_path)/core/SkTArray.h', | 291 '<(skia_include_path)/core/SkTArray.h', |
| 292 '<(skia_include_path)/core/SkTDArray.h', | 292 '<(skia_include_path)/core/SkTDArray.h', |
| 293 '<(skia_include_path)/core/SkTDStack.h', | 293 '<(skia_include_path)/core/SkTDStack.h', |
| 294 '<(skia_include_path)/core/SkTDict.h', | 294 '<(skia_include_path)/core/SkTDict.h', |
| 295 '<(skia_include_path)/core/SkTInternalLList.h', | 295 '<(skia_include_path)/core/SkTInternalLList.h', |
| 296 '<(skia_include_path)/core/SkTileGridPicture.h', | |
| 297 '<(skia_include_path)/core/SkTRegistry.h', | 296 '<(skia_include_path)/core/SkTRegistry.h', |
| 298 '<(skia_include_path)/core/SkTSearch.h', | 297 '<(skia_include_path)/core/SkTSearch.h', |
| 299 '<(skia_include_path)/core/SkTemplates.h', | 298 '<(skia_include_path)/core/SkTemplates.h', |
| 300 '<(skia_include_path)/core/SkThread.h', | 299 '<(skia_include_path)/core/SkThread.h', |
| 301 '<(skia_include_path)/core/SkTime.h', | 300 '<(skia_include_path)/core/SkTime.h', |
| 302 '<(skia_include_path)/core/SkTLazy.h', | 301 '<(skia_include_path)/core/SkTLazy.h', |
| 303 '<(skia_include_path)/core/SkTypeface.h', | 302 '<(skia_include_path)/core/SkTypeface.h', |
| 304 '<(skia_include_path)/core/SkTypes.h', | 303 '<(skia_include_path)/core/SkTypes.h', |
| 305 '<(skia_include_path)/core/SkUnPreMultiply.h', | 304 '<(skia_include_path)/core/SkUnPreMultiply.h', |
| 306 '<(skia_include_path)/core/SkUtils.h', | 305 '<(skia_include_path)/core/SkUtils.h', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 362 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 364 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 363 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 365 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 364 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 366 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 365 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
| 367 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 366 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 368 '<(skia_src_path)/pathops/SkPathWriter.h', | 367 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 369 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 368 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 370 '<(skia_src_path)/pathops/SkReduceOrder.h', | 369 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 371 ], | 370 ], |
| 372 } | 371 } |
| OLD | NEW |