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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 '<(skia_src_path)/core/SkScan.h', | 258 '<(skia_src_path)/core/SkScan.h', |
259 '<(skia_src_path)/core/SkScanPriv.h', | 259 '<(skia_src_path)/core/SkScanPriv.h', |
260 '<(skia_src_path)/core/SkScan_AntiPath.cpp', | 260 '<(skia_src_path)/core/SkScan_AntiPath.cpp', |
261 '<(skia_src_path)/core/SkScan_Antihair.cpp', | 261 '<(skia_src_path)/core/SkScan_Antihair.cpp', |
262 '<(skia_src_path)/core/SkScan_Hairline.cpp', | 262 '<(skia_src_path)/core/SkScan_Hairline.cpp', |
263 '<(skia_src_path)/core/SkScan_Path.cpp', | 263 '<(skia_src_path)/core/SkScan_Path.cpp', |
264 '<(skia_src_path)/core/SkSemaphore.cpp', | 264 '<(skia_src_path)/core/SkSemaphore.cpp', |
265 '<(skia_src_path)/core/SkShader.cpp', | 265 '<(skia_src_path)/core/SkShader.cpp', |
266 '<(skia_src_path)/core/SkSharedMutex.cpp', | 266 '<(skia_src_path)/core/SkSharedMutex.cpp', |
267 '<(skia_src_path)/core/SkSharedMutex.h', | 267 '<(skia_src_path)/core/SkSharedMutex.h', |
| 268 '<(skia_src_path)/core/SkSinglyLinkedList.h', |
268 '<(skia_src_path)/core/SkSmallAllocator.h', | 269 '<(skia_src_path)/core/SkSmallAllocator.h', |
269 '<(skia_src_path)/core/SkSpanProcs.cpp', | 270 '<(skia_src_path)/core/SkSpanProcs.cpp', |
270 '<(skia_src_path)/core/SkSpecialImage.cpp', | 271 '<(skia_src_path)/core/SkSpecialImage.cpp', |
271 '<(skia_src_path)/core/SkSpecialImage.h', | 272 '<(skia_src_path)/core/SkSpecialImage.h', |
272 '<(skia_src_path)/core/SkSpecialSurface.cpp', | 273 '<(skia_src_path)/core/SkSpecialSurface.cpp', |
273 '<(skia_src_path)/core/SkSpecialSurface.h', | 274 '<(skia_src_path)/core/SkSpecialSurface.h', |
274 '<(skia_src_path)/core/SkSpinlock.cpp', | 275 '<(skia_src_path)/core/SkSpinlock.cpp', |
275 '<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp', | 276 '<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp', |
276 '<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp', | 277 '<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp', |
277 '<(skia_src_path)/core/SkSpriteBlitter.h', | 278 '<(skia_src_path)/core/SkSpriteBlitter.h', |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 493 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
493 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 494 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
494 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 495 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
495 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 496 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
496 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 497 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
497 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 498 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
498 '<(skia_src_path)/pathops/SkPathWriter.h', | 499 '<(skia_src_path)/pathops/SkPathWriter.h', |
499 '<(skia_src_path)/pathops/SkReduceOrder.h', | 500 '<(skia_src_path)/pathops/SkReduceOrder.h', |
500 ], | 501 ], |
501 } | 502 } |
OLD | NEW |