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