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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 '<(skia_src_path)/core/SkSmallAllocator.h', | 255 '<(skia_src_path)/core/SkSmallAllocator.h', |
256 '<(skia_src_path)/core/SkSpecialImage.cpp', | 256 '<(skia_src_path)/core/SkSpecialImage.cpp', |
257 '<(skia_src_path)/core/SkSpecialImage.h', | 257 '<(skia_src_path)/core/SkSpecialImage.h', |
258 '<(skia_src_path)/core/SkSpecialSurface.cpp', | 258 '<(skia_src_path)/core/SkSpecialSurface.cpp', |
259 '<(skia_src_path)/core/SkSpecialSurface.h', | 259 '<(skia_src_path)/core/SkSpecialSurface.h', |
260 '<(skia_src_path)/core/SkSpinlock.cpp', | 260 '<(skia_src_path)/core/SkSpinlock.cpp', |
261 '<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp', | 261 '<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp', |
262 '<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp', | 262 '<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp', |
263 '<(skia_src_path)/core/SkSpriteBlitter.h', | 263 '<(skia_src_path)/core/SkSpriteBlitter.h', |
264 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h', | 264 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h', |
| 265 '<(skia_src_path)/core/SkSpriteBlitterU64.cpp', |
265 '<(skia_src_path)/core/SkStream.cpp', | 266 '<(skia_src_path)/core/SkStream.cpp', |
266 '<(skia_src_path)/core/SkStreamPriv.h', | 267 '<(skia_src_path)/core/SkStreamPriv.h', |
267 '<(skia_src_path)/core/SkString.cpp', | 268 '<(skia_src_path)/core/SkString.cpp', |
268 '<(skia_src_path)/core/SkStringUtils.cpp', | 269 '<(skia_src_path)/core/SkStringUtils.cpp', |
269 '<(skia_src_path)/core/SkStroke.h', | 270 '<(skia_src_path)/core/SkStroke.h', |
270 '<(skia_src_path)/core/SkStroke.cpp', | 271 '<(skia_src_path)/core/SkStroke.cpp', |
271 '<(skia_src_path)/core/SkStrokeRec.cpp', | 272 '<(skia_src_path)/core/SkStrokeRec.cpp', |
272 '<(skia_src_path)/core/SkStrokerPriv.cpp', | 273 '<(skia_src_path)/core/SkStrokerPriv.cpp', |
273 '<(skia_src_path)/core/SkStrokerPriv.h', | 274 '<(skia_src_path)/core/SkStrokerPriv.h', |
274 '<(skia_src_path)/core/SkSurfacePriv.h', | 275 '<(skia_src_path)/core/SkSurfacePriv.h', |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
478 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 479 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
479 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 480 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
480 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 481 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
481 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 482 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
482 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 483 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
483 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 484 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
484 '<(skia_src_path)/pathops/SkPathWriter.h', | 485 '<(skia_src_path)/pathops/SkPathWriter.h', |
485 '<(skia_src_path)/pathops/SkReduceOrder.h', | 486 '<(skia_src_path)/pathops/SkReduceOrder.h', |
486 ], | 487 ], |
487 } | 488 } |
OLD | NEW |