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/SkWriter32.cpp', | 242 '<(skia_src_path)/core/SkWriter32.cpp', |
243 '<(skia_src_path)/core/SkXfermode.cpp', | 243 '<(skia_src_path)/core/SkXfermode.cpp', |
244 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp', | 244 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp', |
245 '<(skia_src_path)/core/SkXfermodeInterpretation.h', | 245 '<(skia_src_path)/core/SkXfermodeInterpretation.h', |
246 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', | 246 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', |
247 '<(skia_src_path)/core/SkYUVPlanesCache.h', | 247 '<(skia_src_path)/core/SkYUVPlanesCache.h', |
248 | 248 |
249 '<(skia_src_path)/doc/SkDocument.cpp', | 249 '<(skia_src_path)/doc/SkDocument.cpp', |
250 | 250 |
251 '<(skia_src_path)/image/SkImage.cpp', | 251 '<(skia_src_path)/image/SkImage.cpp', |
| 252 '<(skia_src_path)/image/SkImage_Generator.cpp', |
252 # '<(skia_src_path)/image/SkImage_Gpu.cpp', | 253 # '<(skia_src_path)/image/SkImage_Gpu.cpp', |
253 '<(skia_src_path)/image/SkImage_Raster.cpp', | 254 '<(skia_src_path)/image/SkImage_Raster.cpp', |
254 '<(skia_src_path)/image/SkSurface.cpp', | 255 '<(skia_src_path)/image/SkSurface.cpp', |
255 '<(skia_src_path)/image/SkSurface_Base.h', | 256 '<(skia_src_path)/image/SkSurface_Base.h', |
256 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', | 257 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', |
257 '<(skia_src_path)/image/SkSurface_Raster.cpp', | 258 '<(skia_src_path)/image/SkSurface_Raster.cpp', |
258 | 259 |
259 '<(skia_src_path)/pipe/SkGPipeRead.cpp', | 260 '<(skia_src_path)/pipe/SkGPipeRead.cpp', |
260 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', | 261 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', |
261 | 262 |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 401 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
401 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 402 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
402 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 403 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
403 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 404 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
404 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 405 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
405 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 406 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
406 '<(skia_src_path)/pathops/SkPathWriter.h', | 407 '<(skia_src_path)/pathops/SkPathWriter.h', |
407 '<(skia_src_path)/pathops/SkReduceOrder.h', | 408 '<(skia_src_path)/pathops/SkReduceOrder.h', |
408 ], | 409 ], |
409 } | 410 } |
OLD | NEW |