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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 '<(skia_src_path)/core/SkScanPriv.h', | 242 '<(skia_src_path)/core/SkScanPriv.h', |
243 '<(skia_src_path)/core/SkScan_AntiPath.cpp', | 243 '<(skia_src_path)/core/SkScan_AntiPath.cpp', |
244 '<(skia_src_path)/core/SkScan_Antihair.cpp', | 244 '<(skia_src_path)/core/SkScan_Antihair.cpp', |
245 '<(skia_src_path)/core/SkScan_Hairline.cpp', | 245 '<(skia_src_path)/core/SkScan_Hairline.cpp', |
246 '<(skia_src_path)/core/SkScan_Path.cpp', | 246 '<(skia_src_path)/core/SkScan_Path.cpp', |
247 '<(skia_src_path)/core/SkSemaphore.cpp', | 247 '<(skia_src_path)/core/SkSemaphore.cpp', |
248 '<(skia_src_path)/core/SkShader.cpp', | 248 '<(skia_src_path)/core/SkShader.cpp', |
249 '<(skia_src_path)/core/SkSharedMutex.cpp', | 249 '<(skia_src_path)/core/SkSharedMutex.cpp', |
250 '<(skia_src_path)/core/SkSharedMutex.h', | 250 '<(skia_src_path)/core/SkSharedMutex.h', |
251 '<(skia_src_path)/core/SkSmallAllocator.h', | 251 '<(skia_src_path)/core/SkSmallAllocator.h', |
| 252 '<(skia_src_path)/core/SkSpecialImage.cpp', |
| 253 '<(skia_src_path)/core/SkSpecialImage.h', |
| 254 '<(skia_src_path)/core/SkSpecialSurface.cpp', |
| 255 '<(skia_src_path)/core/SkSpecialSurface.h', |
252 '<(skia_src_path)/core/SkSpinlock.cpp', | 256 '<(skia_src_path)/core/SkSpinlock.cpp', |
253 '<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp', | 257 '<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp', |
254 '<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp', | 258 '<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp', |
255 '<(skia_src_path)/core/SkSpriteBlitter.h', | 259 '<(skia_src_path)/core/SkSpriteBlitter.h', |
256 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h', | 260 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h', |
257 '<(skia_src_path)/core/SkStream.cpp', | 261 '<(skia_src_path)/core/SkStream.cpp', |
258 '<(skia_src_path)/core/SkStreamPriv.h', | 262 '<(skia_src_path)/core/SkStreamPriv.h', |
259 '<(skia_src_path)/core/SkString.cpp', | 263 '<(skia_src_path)/core/SkString.cpp', |
260 '<(skia_src_path)/core/SkStringUtils.cpp', | 264 '<(skia_src_path)/core/SkStringUtils.cpp', |
261 '<(skia_src_path)/core/SkStroke.h', | 265 '<(skia_src_path)/core/SkStroke.h', |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 475 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
472 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 476 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
473 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 477 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
474 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 478 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
475 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 479 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
476 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 480 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
477 '<(skia_src_path)/pathops/SkPathWriter.h', | 481 '<(skia_src_path)/pathops/SkPathWriter.h', |
478 '<(skia_src_path)/pathops/SkReduceOrder.h', | 482 '<(skia_src_path)/pathops/SkReduceOrder.h', |
479 ], | 483 ], |
480 } | 484 } |
OLD | NEW |