| 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 '<(skia_src_path)/core/SkXfermodeInterpretation.h', | 247 '<(skia_src_path)/core/SkXfermodeInterpretation.h', |
| 248 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', | 248 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', |
| 249 '<(skia_src_path)/core/SkYUVPlanesCache.h', | 249 '<(skia_src_path)/core/SkYUVPlanesCache.h', |
| 250 | 250 |
| 251 '<(skia_src_path)/doc/SkDocument.cpp', | 251 '<(skia_src_path)/doc/SkDocument.cpp', |
| 252 | 252 |
| 253 '<(skia_src_path)/image/SkImage.cpp', | 253 '<(skia_src_path)/image/SkImage.cpp', |
| 254 '<(skia_src_path)/image/SkImage_Generator.cpp', | 254 '<(skia_src_path)/image/SkImage_Generator.cpp', |
| 255 # '<(skia_src_path)/image/SkImage_Gpu.cpp', | 255 # '<(skia_src_path)/image/SkImage_Gpu.cpp', |
| 256 '<(skia_src_path)/image/SkImage_Raster.cpp', | 256 '<(skia_src_path)/image/SkImage_Raster.cpp', |
| 257 '<(skia_src_path)/image/SkImageShader.cpp', | |
| 258 '<(skia_src_path)/image/SkImageShader.h', | |
| 259 '<(skia_src_path)/image/SkSurface.cpp', | 257 '<(skia_src_path)/image/SkSurface.cpp', |
| 260 '<(skia_src_path)/image/SkSurface_Base.h', | 258 '<(skia_src_path)/image/SkSurface_Base.h', |
| 261 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', | 259 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', |
| 262 '<(skia_src_path)/image/SkSurface_Raster.cpp', | 260 '<(skia_src_path)/image/SkSurface_Raster.cpp', |
| 263 | 261 |
| 264 '<(skia_src_path)/pipe/SkGPipeRead.cpp', | 262 '<(skia_src_path)/pipe/SkGPipeRead.cpp', |
| 265 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', | 263 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', |
| 266 | 264 |
| 267 '<(skia_include_path)/core/SkBBHFactory.h', | 265 '<(skia_include_path)/core/SkBBHFactory.h', |
| 268 '<(skia_include_path)/core/SkBitmap.h', | 266 '<(skia_include_path)/core/SkBitmap.h', |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 403 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
| 406 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 404 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 407 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 405 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 408 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 406 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 409 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 407 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
| 410 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 408 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 411 '<(skia_src_path)/pathops/SkPathWriter.h', | 409 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 412 '<(skia_src_path)/pathops/SkReduceOrder.h', | 410 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 413 ], | 411 ], |
| 414 } | 412 } |
| OLD | NEW |