| 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 '<(skia_src_path)/core/SkUtils.h', | 311 '<(skia_src_path)/core/SkUtils.h', |
| 312 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', | 312 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', |
| 313 '<(skia_src_path)/core/SkValidatingReadBuffer.h', | 313 '<(skia_src_path)/core/SkValidatingReadBuffer.h', |
| 314 '<(skia_src_path)/core/SkValidationUtils.h', | 314 '<(skia_src_path)/core/SkValidationUtils.h', |
| 315 '<(skia_src_path)/core/SkVarAlloc.cpp', | 315 '<(skia_src_path)/core/SkVarAlloc.cpp', |
| 316 '<(skia_src_path)/core/SkVertState.cpp', | 316 '<(skia_src_path)/core/SkVertState.cpp', |
| 317 '<(skia_src_path)/core/SkWriteBuffer.cpp', | 317 '<(skia_src_path)/core/SkWriteBuffer.cpp', |
| 318 '<(skia_src_path)/core/SkWriter32.cpp', | 318 '<(skia_src_path)/core/SkWriter32.cpp', |
| 319 '<(skia_src_path)/core/SkXfermode.cpp', | 319 '<(skia_src_path)/core/SkXfermode.cpp', |
| 320 '<(skia_src_path)/core/SkXfermode4f.cpp', | 320 '<(skia_src_path)/core/SkXfermode4f.cpp', |
| 321 '<(skia_src_path)/core/SkXfermodeU64.cpp', | 321 '<(skia_src_path)/core/SkXfermodeF16.cpp', |
| 322 '<(skia_src_path)/core/SkXfermode_proccoeff.h', | 322 '<(skia_src_path)/core/SkXfermode_proccoeff.h', |
| 323 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp', | 323 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp', |
| 324 '<(skia_src_path)/core/SkXfermodeInterpretation.h', | 324 '<(skia_src_path)/core/SkXfermodeInterpretation.h', |
| 325 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', | 325 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', |
| 326 '<(skia_src_path)/core/SkYUVPlanesCache.h', | 326 '<(skia_src_path)/core/SkYUVPlanesCache.h', |
| 327 | 327 |
| 328 '<(skia_src_path)/image/SkImage.cpp', | 328 '<(skia_src_path)/image/SkImage.cpp', |
| 329 '<(skia_src_path)/image/SkImage_Generator.cpp', | 329 '<(skia_src_path)/image/SkImage_Generator.cpp', |
| 330 # '<(skia_src_path)/image/SkImage_Gpu.cpp', | 330 # '<(skia_src_path)/image/SkImage_Gpu.cpp', |
| 331 '<(skia_src_path)/image/SkImage_Raster.cpp', | 331 '<(skia_src_path)/image/SkImage_Raster.cpp', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 485 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
| 486 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 486 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 487 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 487 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 488 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 488 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 489 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 489 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
| 490 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 490 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 491 '<(skia_src_path)/pathops/SkPathWriter.h', | 491 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 492 '<(skia_src_path)/pathops/SkReduceOrder.h', | 492 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 493 ], | 493 ], |
| 494 } | 494 } |
| OLD | NEW |