| 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 '<(skia_src_path)/core/SkScalar.cpp', | 185 '<(skia_src_path)/core/SkScalar.cpp', |
| 186 '<(skia_src_path)/core/SkScalerContext.cpp', | 186 '<(skia_src_path)/core/SkScalerContext.cpp', |
| 187 '<(skia_src_path)/core/SkScalerContext.h', | 187 '<(skia_src_path)/core/SkScalerContext.h', |
| 188 '<(skia_src_path)/core/SkScan.cpp', | 188 '<(skia_src_path)/core/SkScan.cpp', |
| 189 '<(skia_src_path)/core/SkScan.h', | 189 '<(skia_src_path)/core/SkScan.h', |
| 190 '<(skia_src_path)/core/SkScanPriv.h', | 190 '<(skia_src_path)/core/SkScanPriv.h', |
| 191 '<(skia_src_path)/core/SkScan_AntiPath.cpp', | 191 '<(skia_src_path)/core/SkScan_AntiPath.cpp', |
| 192 '<(skia_src_path)/core/SkScan_Antihair.cpp', | 192 '<(skia_src_path)/core/SkScan_Antihair.cpp', |
| 193 '<(skia_src_path)/core/SkScan_Hairline.cpp', | 193 '<(skia_src_path)/core/SkScan_Hairline.cpp', |
| 194 '<(skia_src_path)/core/SkScan_Path.cpp', | 194 '<(skia_src_path)/core/SkScan_Path.cpp', |
| 195 '<(skia_src_path)/core/SkSemaphore.cpp', |
| 195 '<(skia_src_path)/core/SkShader.cpp', | 196 '<(skia_src_path)/core/SkShader.cpp', |
| 196 '<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp', | 197 '<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp', |
| 197 '<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp', | 198 '<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp', |
| 198 '<(skia_src_path)/core/SkSpriteBlitter.h', | 199 '<(skia_src_path)/core/SkSpriteBlitter.h', |
| 199 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h', | 200 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h', |
| 200 '<(skia_src_path)/core/SkStream.cpp', | 201 '<(skia_src_path)/core/SkStream.cpp', |
| 201 '<(skia_src_path)/core/SkStreamPriv.h', | 202 '<(skia_src_path)/core/SkStreamPriv.h', |
| 202 '<(skia_src_path)/core/SkString.cpp', | 203 '<(skia_src_path)/core/SkString.cpp', |
| 203 '<(skia_src_path)/core/SkStringUtils.cpp', | 204 '<(skia_src_path)/core/SkStringUtils.cpp', |
| 204 '<(skia_src_path)/core/SkStroke.h', | 205 '<(skia_src_path)/core/SkStroke.h', |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 394 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
| 394 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 395 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 395 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 396 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 396 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 397 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 397 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 398 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
| 398 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 399 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 399 '<(skia_src_path)/pathops/SkPathWriter.h', | 400 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 400 '<(skia_src_path)/pathops/SkReduceOrder.h', | 401 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 401 ], | 402 ], |
| 402 } | 403 } |
| OLD | NEW |