| 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 '<(skia_src_path)/core/SkWriteBuffer.cpp', | 335 '<(skia_src_path)/core/SkWriteBuffer.cpp', |
| 336 '<(skia_src_path)/core/SkWriter32.cpp', | 336 '<(skia_src_path)/core/SkWriter32.cpp', |
| 337 '<(skia_src_path)/core/SkXfermode.cpp', | 337 '<(skia_src_path)/core/SkXfermode.cpp', |
| 338 '<(skia_src_path)/core/SkXfermode4f.cpp', | 338 '<(skia_src_path)/core/SkXfermode4f.cpp', |
| 339 '<(skia_src_path)/core/SkXfermodeF16.cpp', | 339 '<(skia_src_path)/core/SkXfermodeF16.cpp', |
| 340 '<(skia_src_path)/core/SkXfermode_proccoeff.h', | 340 '<(skia_src_path)/core/SkXfermode_proccoeff.h', |
| 341 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp', | 341 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp', |
| 342 '<(skia_src_path)/core/SkXfermodeInterpretation.h', | 342 '<(skia_src_path)/core/SkXfermodeInterpretation.h', |
| 343 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', | 343 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', |
| 344 '<(skia_src_path)/core/SkYUVPlanesCache.h', | 344 '<(skia_src_path)/core/SkYUVPlanesCache.h', |
| 345 '<(skia_src_path)/core/SkShadowShader.cpp', |
| 346 '<(skia_src_path)/core/SkShadowShader.h', |
| 345 | 347 |
| 346 '<(skia_src_path)/image/SkImage.cpp', | 348 '<(skia_src_path)/image/SkImage.cpp', |
| 347 '<(skia_src_path)/image/SkImage_Generator.cpp', | 349 '<(skia_src_path)/image/SkImage_Generator.cpp', |
| 348 # '<(skia_src_path)/image/SkImage_Gpu.cpp', | 350 # '<(skia_src_path)/image/SkImage_Gpu.cpp', |
| 349 '<(skia_src_path)/image/SkImage_Raster.cpp', | 351 '<(skia_src_path)/image/SkImage_Raster.cpp', |
| 350 '<(skia_src_path)/image/SkImageShader.cpp', | 352 '<(skia_src_path)/image/SkImageShader.cpp', |
| 351 '<(skia_src_path)/image/SkImageShader.h', | 353 '<(skia_src_path)/image/SkImageShader.h', |
| 352 '<(skia_src_path)/image/SkSurface.cpp', | 354 '<(skia_src_path)/image/SkSurface.cpp', |
| 353 '<(skia_src_path)/image/SkSurface_Base.h', | 355 '<(skia_src_path)/image/SkSurface_Base.h', |
| 354 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', | 356 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 505 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 507 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
| 506 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 508 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 507 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 509 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 508 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 510 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 509 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 511 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
| 510 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 512 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 511 '<(skia_src_path)/pathops/SkPathWriter.h', | 513 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 512 '<(skia_src_path)/pathops/SkReduceOrder.h', | 514 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 513 ], | 515 ], |
| 514 } | 516 } |
| OLD | NEW |