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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 '<(skia_src_path)/core/SkScan.h', | 188 '<(skia_src_path)/core/SkScan.h', |
189 '<(skia_src_path)/core/SkScanPriv.h', | 189 '<(skia_src_path)/core/SkScanPriv.h', |
190 '<(skia_src_path)/core/SkScan_AntiPath.cpp', | 190 '<(skia_src_path)/core/SkScan_AntiPath.cpp', |
191 '<(skia_src_path)/core/SkScan_Antihair.cpp', | 191 '<(skia_src_path)/core/SkScan_Antihair.cpp', |
192 '<(skia_src_path)/core/SkScan_Hairline.cpp', | 192 '<(skia_src_path)/core/SkScan_Hairline.cpp', |
193 '<(skia_src_path)/core/SkScan_Path.cpp', | 193 '<(skia_src_path)/core/SkScan_Path.cpp', |
194 '<(skia_src_path)/core/SkSemaphore.cpp', | 194 '<(skia_src_path)/core/SkSemaphore.cpp', |
195 '<(skia_src_path)/core/SkShader.cpp', | 195 '<(skia_src_path)/core/SkShader.cpp', |
196 '<(skia_src_path)/core/SkSharedMutex.cpp', | 196 '<(skia_src_path)/core/SkSharedMutex.cpp', |
197 '<(skia_src_path)/core/SkSharedMutex.h', | 197 '<(skia_src_path)/core/SkSharedMutex.h', |
| 198 '<(skia_src_path)/core/SkSpinlock.cpp', |
198 '<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp', | 199 '<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp', |
199 '<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp', | 200 '<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp', |
200 '<(skia_src_path)/core/SkSpriteBlitter.h', | 201 '<(skia_src_path)/core/SkSpriteBlitter.h', |
201 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h', | 202 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h', |
202 '<(skia_src_path)/core/SkStream.cpp', | 203 '<(skia_src_path)/core/SkStream.cpp', |
203 '<(skia_src_path)/core/SkStreamPriv.h', | 204 '<(skia_src_path)/core/SkStreamPriv.h', |
204 '<(skia_src_path)/core/SkString.cpp', | 205 '<(skia_src_path)/core/SkString.cpp', |
205 '<(skia_src_path)/core/SkStringUtils.cpp', | 206 '<(skia_src_path)/core/SkStringUtils.cpp', |
206 '<(skia_src_path)/core/SkStroke.h', | 207 '<(skia_src_path)/core/SkStroke.h', |
207 '<(skia_src_path)/core/SkStroke.cpp', | 208 '<(skia_src_path)/core/SkStroke.cpp', |
(...skipping 185 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 |