| 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 '<(skia_src_path)/core/SkImageInfo.cpp', | 135 '<(skia_src_path)/core/SkImageInfo.cpp', |
| 136 '<(skia_src_path)/core/SkImageCacherator.h', | 136 '<(skia_src_path)/core/SkImageCacherator.h', |
| 137 '<(skia_src_path)/core/SkImageCacherator.cpp', | 137 '<(skia_src_path)/core/SkImageCacherator.cpp', |
| 138 '<(skia_src_path)/core/SkImageGenerator.cpp', | 138 '<(skia_src_path)/core/SkImageGenerator.cpp', |
| 139 '<(skia_src_path)/core/SkImageGeneratorPriv.h', | 139 '<(skia_src_path)/core/SkImageGeneratorPriv.h', |
| 140 '<(skia_src_path)/core/SkLayerInfo.h', | 140 '<(skia_src_path)/core/SkLayerInfo.h', |
| 141 '<(skia_src_path)/core/SkLight.h', | 141 '<(skia_src_path)/core/SkLight.h', |
| 142 '<(skia_src_path)/core/SkLightingShader.h', | 142 '<(skia_src_path)/core/SkLightingShader.h', |
| 143 '<(skia_src_path)/core/SkLightingShader.cpp', | 143 '<(skia_src_path)/core/SkLightingShader.cpp', |
| 144 '<(skia_src_path)/core/SkLineClipper.cpp', | 144 '<(skia_src_path)/core/SkLineClipper.cpp', |
| 145 '<(skia_src_path)/core/SkLocalMatrixImageFilter.cpp', |
| 146 '<(skia_src_path)/core/SkLocalMatrixImageFilter.h', |
| 145 '<(skia_src_path)/core/SkLocalMatrixShader.cpp', | 147 '<(skia_src_path)/core/SkLocalMatrixShader.cpp', |
| 146 '<(skia_src_path)/core/SkMallocPixelRef.cpp', | 148 '<(skia_src_path)/core/SkMallocPixelRef.cpp', |
| 147 '<(skia_src_path)/core/SkMask.cpp', | 149 '<(skia_src_path)/core/SkMask.cpp', |
| 148 '<(skia_src_path)/core/SkMaskCache.cpp', | 150 '<(skia_src_path)/core/SkMaskCache.cpp', |
| 149 '<(skia_src_path)/core/SkMaskFilter.cpp', | 151 '<(skia_src_path)/core/SkMaskFilter.cpp', |
| 150 '<(skia_src_path)/core/SkMaskGamma.cpp', | 152 '<(skia_src_path)/core/SkMaskGamma.cpp', |
| 151 '<(skia_src_path)/core/SkMaskGamma.h', | 153 '<(skia_src_path)/core/SkMaskGamma.h', |
| 152 '<(skia_src_path)/core/SkMath.cpp', | 154 '<(skia_src_path)/core/SkMath.cpp', |
| 153 '<(skia_src_path)/core/SkMathPriv.h', | 155 '<(skia_src_path)/core/SkMathPriv.h', |
| 154 '<(skia_src_path)/core/SkMatrix.cpp', | 156 '<(skia_src_path)/core/SkMatrix.cpp', |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 467 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
| 466 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 468 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 467 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 469 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 468 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 470 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 469 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 471 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
| 470 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 472 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 471 '<(skia_src_path)/pathops/SkPathWriter.h', | 473 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 472 '<(skia_src_path)/pathops/SkReduceOrder.h', | 474 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 473 ], | 475 ], |
| 474 } | 476 } |
| OLD | NEW |