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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 '<(skia_src_path)/core/SkRRect.cpp', | 260 '<(skia_src_path)/core/SkRRect.cpp', |
261 '<(skia_src_path)/core/SkRTree.h', | 261 '<(skia_src_path)/core/SkRTree.h', |
262 '<(skia_src_path)/core/SkRTree.cpp', | 262 '<(skia_src_path)/core/SkRTree.cpp', |
263 '<(skia_src_path)/core/SkRWBuffer.cpp', | 263 '<(skia_src_path)/core/SkRWBuffer.cpp', |
264 '<(skia_src_path)/core/SkScalar.cpp', | 264 '<(skia_src_path)/core/SkScalar.cpp', |
265 '<(skia_src_path)/core/SkScalerContext.cpp', | 265 '<(skia_src_path)/core/SkScalerContext.cpp', |
266 '<(skia_src_path)/core/SkScalerContext.h', | 266 '<(skia_src_path)/core/SkScalerContext.h', |
267 '<(skia_src_path)/core/SkScan.cpp', | 267 '<(skia_src_path)/core/SkScan.cpp', |
268 '<(skia_src_path)/core/SkScan.h', | 268 '<(skia_src_path)/core/SkScan.h', |
269 '<(skia_src_path)/core/SkScanPriv.h', | 269 '<(skia_src_path)/core/SkScanPriv.h', |
| 270 '<(skia_src_path)/core/SkScan_AAAPath.cpp', |
270 '<(skia_src_path)/core/SkScan_AntiPath.cpp', | 271 '<(skia_src_path)/core/SkScan_AntiPath.cpp', |
271 '<(skia_src_path)/core/SkScan_Antihair.cpp', | 272 '<(skia_src_path)/core/SkScan_Antihair.cpp', |
272 '<(skia_src_path)/core/SkScan_Hairline.cpp', | 273 '<(skia_src_path)/core/SkScan_Hairline.cpp', |
273 '<(skia_src_path)/core/SkScan_Path.cpp', | 274 '<(skia_src_path)/core/SkScan_Path.cpp', |
274 '<(skia_src_path)/core/SkSemaphore.cpp', | 275 '<(skia_src_path)/core/SkSemaphore.cpp', |
275 '<(skia_src_path)/core/SkShader.cpp', | 276 '<(skia_src_path)/core/SkShader.cpp', |
276 '<(skia_src_path)/core/SkSharedMutex.cpp', | 277 '<(skia_src_path)/core/SkSharedMutex.cpp', |
277 '<(skia_src_path)/core/SkSharedMutex.h', | 278 '<(skia_src_path)/core/SkSharedMutex.h', |
278 '<(skia_src_path)/core/SkSinglyLinkedList.h', | 279 '<(skia_src_path)/core/SkSinglyLinkedList.h', |
279 '<(skia_src_path)/core/SkSmallAllocator.h', | 280 '<(skia_src_path)/core/SkSmallAllocator.h', |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
507 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 508 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
508 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 509 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
509 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 510 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
510 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 511 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
511 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 512 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
512 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 513 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
513 '<(skia_src_path)/pathops/SkPathWriter.h', | 514 '<(skia_src_path)/pathops/SkPathWriter.h', |
514 '<(skia_src_path)/pathops/SkReduceOrder.h', | 515 '<(skia_src_path)/pathops/SkReduceOrder.h', |
515 ], | 516 ], |
516 } | 517 } |
OLD | NEW |