| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 # Include this gypi to include all 'core' files | 5 # Include this gypi to include all 'core' files |
| 6 # The parent gyp/gypi file must define | 6 # The parent gyp/gypi file must define |
| 7 # 'skia_src_path' e.g. skia/trunk/src | 7 # 'skia_src_path' e.g. skia/trunk/src |
| 8 # 'skia_include_path' e.g. skia/trunk/include | 8 # 'skia_include_path' e.g. skia/trunk/include |
| 9 # | 9 # |
| 10 # The skia build defines these in common_variables.gypi | 10 # The skia build defines these in common_variables.gypi |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 '<(skia_include_path)/core/SkTime.h', | 336 '<(skia_include_path)/core/SkTime.h', |
| 337 '<(skia_include_path)/core/SkTLazy.h', | 337 '<(skia_include_path)/core/SkTLazy.h', |
| 338 '<(skia_include_path)/core/SkTypeface.h', | 338 '<(skia_include_path)/core/SkTypeface.h', |
| 339 '<(skia_include_path)/core/SkTypes.h', | 339 '<(skia_include_path)/core/SkTypes.h', |
| 340 '<(skia_include_path)/core/SkUnPreMultiply.h', | 340 '<(skia_include_path)/core/SkUnPreMultiply.h', |
| 341 '<(skia_include_path)/core/SkUtils.h', | 341 '<(skia_include_path)/core/SkUtils.h', |
| 342 '<(skia_include_path)/core/SkWriter32.h', | 342 '<(skia_include_path)/core/SkWriter32.h', |
| 343 '<(skia_include_path)/core/SkXfermode.h', | 343 '<(skia_include_path)/core/SkXfermode.h', |
| 344 '<(skia_include_path)/private/SkTemplates.h', | 344 '<(skia_include_path)/private/SkTemplates.h', |
| 345 | 345 |
| 346 # Lazy decoding: |
| 347 '<(skia_src_path)/lazy/SkCachingPixelRef.cpp', |
| 348 '<(skia_src_path)/lazy/SkCachingPixelRef.h', |
| 349 |
| 346 # Path ops | 350 # Path ops |
| 347 '<(skia_include_path)/pathops/SkPathOps.h', | 351 '<(skia_include_path)/pathops/SkPathOps.h', |
| 348 | 352 |
| 349 '<(skia_src_path)/pathops/SkAddIntersections.cpp', | 353 '<(skia_src_path)/pathops/SkAddIntersections.cpp', |
| 350 '<(skia_src_path)/pathops/SkDConicLineIntersection.cpp', | 354 '<(skia_src_path)/pathops/SkDConicLineIntersection.cpp', |
| 351 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp', | 355 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp', |
| 352 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp', | 356 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp', |
| 353 '<(skia_src_path)/pathops/SkDLineIntersection.cpp', | 357 '<(skia_src_path)/pathops/SkDLineIntersection.cpp', |
| 354 '<(skia_src_path)/pathops/SkDQuadLineIntersection.cpp', | 358 '<(skia_src_path)/pathops/SkDQuadLineIntersection.cpp', |
| 355 '<(skia_src_path)/pathops/SkIntersections.cpp', | 359 '<(skia_src_path)/pathops/SkIntersections.cpp', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 403 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
| 400 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 404 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 401 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 405 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 402 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 406 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 403 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 407 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
| 404 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 408 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 405 '<(skia_src_path)/pathops/SkPathWriter.h', | 409 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 406 '<(skia_src_path)/pathops/SkReduceOrder.h', | 410 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 407 ], | 411 ], |
| 408 } | 412 } |
| OLD | NEW |