| 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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 '<(skia_src_path)/image/SkImage_Generator.cpp', | 349 '<(skia_src_path)/image/SkImage_Generator.cpp', |
| 350 # '<(skia_src_path)/image/SkImage_Gpu.cpp', | 350 # '<(skia_src_path)/image/SkImage_Gpu.cpp', |
| 351 '<(skia_src_path)/image/SkImage_Raster.cpp', | 351 '<(skia_src_path)/image/SkImage_Raster.cpp', |
| 352 '<(skia_src_path)/image/SkImageShader.cpp', | 352 '<(skia_src_path)/image/SkImageShader.cpp', |
| 353 '<(skia_src_path)/image/SkImageShader.h', | 353 '<(skia_src_path)/image/SkImageShader.h', |
| 354 '<(skia_src_path)/image/SkSurface.cpp', | 354 '<(skia_src_path)/image/SkSurface.cpp', |
| 355 '<(skia_src_path)/image/SkSurface_Base.h', | 355 '<(skia_src_path)/image/SkSurface_Base.h', |
| 356 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', | 356 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', |
| 357 '<(skia_src_path)/image/SkSurface_Raster.cpp', | 357 '<(skia_src_path)/image/SkSurface_Raster.cpp', |
| 358 | 358 |
| 359 '<(skia_src_path)/pipe/SkPipeCanvas.cpp', |
| 360 '<(skia_src_path)/pipe/SkPipeReader.cpp', |
| 361 |
| 359 '<(skia_include_path)/core/SkBBHFactory.h', | 362 '<(skia_include_path)/core/SkBBHFactory.h', |
| 360 '<(skia_include_path)/core/SkBitmap.h', | 363 '<(skia_include_path)/core/SkBitmap.h', |
| 361 '<(skia_include_path)/core/SkBitmapDevice.h', | 364 '<(skia_include_path)/core/SkBitmapDevice.h', |
| 362 '<(skia_include_path)/core/SkBlitRow.h', | 365 '<(skia_include_path)/core/SkBlitRow.h', |
| 363 '<(skia_include_path)/core/SkCanvas.h', | 366 '<(skia_include_path)/core/SkCanvas.h', |
| 364 '<(skia_include_path)/core/SkChunkAlloc.h', | 367 '<(skia_include_path)/core/SkChunkAlloc.h', |
| 365 '<(skia_include_path)/core/SkClipStack.h', | 368 '<(skia_include_path)/core/SkClipStack.h', |
| 366 '<(skia_include_path)/core/SkColor.h', | 369 '<(skia_include_path)/core/SkColor.h', |
| 367 '<(skia_include_path)/core/SkColorFilter.h', | 370 '<(skia_include_path)/core/SkColorFilter.h', |
| 368 '<(skia_include_path)/core/SkColorPriv.h', | 371 '<(skia_include_path)/core/SkColorPriv.h', |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 507 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 510 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
| 508 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 511 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 509 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 512 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 510 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 513 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 511 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 514 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
| 512 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 515 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 513 '<(skia_src_path)/pathops/SkPathWriter.h', | 516 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 514 '<(skia_src_path)/pathops/SkReduceOrder.h', | 517 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 515 ], | 518 ], |
| 516 } | 519 } |
| OLD | NEW |