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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 '<(skia_include_path)/core/SkSwizzle.h', | 409 '<(skia_include_path)/core/SkSwizzle.h', |
410 '<(skia_include_path)/core/SkTRegistry.h', | 410 '<(skia_include_path)/core/SkTRegistry.h', |
411 '<(skia_include_path)/core/SkTextBlob.h', | 411 '<(skia_include_path)/core/SkTextBlob.h', |
412 '<(skia_include_path)/core/SkTime.h', | 412 '<(skia_include_path)/core/SkTime.h', |
413 '<(skia_include_path)/core/SkTLazy.h', | 413 '<(skia_include_path)/core/SkTLazy.h', |
414 '<(skia_include_path)/core/SkTypeface.h', | 414 '<(skia_include_path)/core/SkTypeface.h', |
415 '<(skia_include_path)/core/SkTypes.h', | 415 '<(skia_include_path)/core/SkTypes.h', |
416 '<(skia_include_path)/core/SkUnPreMultiply.h', | 416 '<(skia_include_path)/core/SkUnPreMultiply.h', |
417 '<(skia_include_path)/core/SkWriter32.h', | 417 '<(skia_include_path)/core/SkWriter32.h', |
418 '<(skia_include_path)/core/SkXfermode.h', | 418 '<(skia_include_path)/core/SkXfermode.h', |
| 419 '<(skia_src_path)/core/SkShadowShader.h', |
| 420 '<(skia_src_path)/core/SkShadowShader.cpp', |
419 | 421 |
420 # private | 422 # private |
421 '<(skia_include_path)/private/SkAtomics.h', | 423 '<(skia_include_path)/private/SkAtomics.h', |
422 '<(skia_include_path)/private/SkChecksum.h', | 424 '<(skia_include_path)/private/SkChecksum.h', |
423 '<(skia_include_path)/private/SkFixed.h', | 425 '<(skia_include_path)/private/SkFixed.h', |
424 '<(skia_include_path)/private/SkFloatBits.h', | 426 '<(skia_include_path)/private/SkFloatBits.h', |
425 '<(skia_include_path)/private/SkFloatingPoint.h', | 427 '<(skia_include_path)/private/SkFloatingPoint.h', |
426 '<(skia_include_path)/private/SkGpuFenceSync.h', | 428 '<(skia_include_path)/private/SkGpuFenceSync.h', |
427 '<(skia_include_path)/private/SkMiniRecorder.h', | 429 '<(skia_include_path)/private/SkMiniRecorder.h', |
428 '<(skia_include_path)/private/SkMutex.h', | 430 '<(skia_include_path)/private/SkMutex.h', |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
497 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 499 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
498 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 500 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
499 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 501 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
500 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 502 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
501 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 503 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
502 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 504 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
503 '<(skia_src_path)/pathops/SkPathWriter.h', | 505 '<(skia_src_path)/pathops/SkPathWriter.h', |
504 '<(skia_src_path)/pathops/SkReduceOrder.h', | 506 '<(skia_src_path)/pathops/SkReduceOrder.h', |
505 ], | 507 ], |
506 } | 508 } |
OLD | NEW |