| 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 '<(skia_src_path)/core/SkUtils.cpp', | 295 '<(skia_src_path)/core/SkUtils.cpp', |
| 296 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', | 296 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', |
| 297 '<(skia_src_path)/core/SkValidatingReadBuffer.h', | 297 '<(skia_src_path)/core/SkValidatingReadBuffer.h', |
| 298 '<(skia_src_path)/core/SkValidationUtils.h', | 298 '<(skia_src_path)/core/SkValidationUtils.h', |
| 299 '<(skia_src_path)/core/SkVarAlloc.cpp', | 299 '<(skia_src_path)/core/SkVarAlloc.cpp', |
| 300 '<(skia_src_path)/core/SkVertState.cpp', | 300 '<(skia_src_path)/core/SkVertState.cpp', |
| 301 '<(skia_src_path)/core/SkWriteBuffer.cpp', | 301 '<(skia_src_path)/core/SkWriteBuffer.cpp', |
| 302 '<(skia_src_path)/core/SkWriter32.cpp', | 302 '<(skia_src_path)/core/SkWriter32.cpp', |
| 303 '<(skia_src_path)/core/SkXfermode.cpp', | 303 '<(skia_src_path)/core/SkXfermode.cpp', |
| 304 '<(skia_src_path)/core/SkXfermode4f.cpp', | 304 '<(skia_src_path)/core/SkXfermode4f.cpp', |
| 305 '<(skia_src_path)/core/SkXfermodeU64.cpp', |
| 305 '<(skia_src_path)/core/SkXfermode_proccoeff.h', | 306 '<(skia_src_path)/core/SkXfermode_proccoeff.h', |
| 306 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp', | 307 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp', |
| 307 '<(skia_src_path)/core/SkXfermodeInterpretation.h', | 308 '<(skia_src_path)/core/SkXfermodeInterpretation.h', |
| 308 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', | 309 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', |
| 309 '<(skia_src_path)/core/SkYUVPlanesCache.h', | 310 '<(skia_src_path)/core/SkYUVPlanesCache.h', |
| 310 | 311 |
| 311 '<(skia_src_path)/doc/SkDocument.cpp', | 312 '<(skia_src_path)/doc/SkDocument.cpp', |
| 312 | 313 |
| 313 '<(skia_src_path)/image/SkImage.cpp', | 314 '<(skia_src_path)/image/SkImage.cpp', |
| 314 '<(skia_src_path)/image/SkImage_Generator.cpp', | 315 '<(skia_src_path)/image/SkImage_Generator.cpp', |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 476 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
| 476 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 477 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 477 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 478 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 478 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 479 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 479 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 480 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
| 480 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 481 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 481 '<(skia_src_path)/pathops/SkPathWriter.h', | 482 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 482 '<(skia_src_path)/pathops/SkReduceOrder.h', | 483 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 483 ], | 484 ], |
| 484 } | 485 } |
| OLD | NEW |