| 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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 '<(skia_src_path)/core/SkTTopoSort.h', | 282 '<(skia_src_path)/core/SkTTopoSort.h', |
| 283 '<(skia_src_path)/core/SkTypeface.cpp', | 283 '<(skia_src_path)/core/SkTypeface.cpp', |
| 284 '<(skia_src_path)/core/SkTypefaceCache.cpp', | 284 '<(skia_src_path)/core/SkTypefaceCache.cpp', |
| 285 '<(skia_src_path)/core/SkTypefaceCache.h', | 285 '<(skia_src_path)/core/SkTypefaceCache.h', |
| 286 '<(skia_src_path)/core/SkTypefacePriv.h', | 286 '<(skia_src_path)/core/SkTypefacePriv.h', |
| 287 '<(skia_src_path)/core/SkUnPreMultiply.cpp', | 287 '<(skia_src_path)/core/SkUnPreMultiply.cpp', |
| 288 '<(skia_src_path)/core/SkUtils.cpp', | 288 '<(skia_src_path)/core/SkUtils.cpp', |
| 289 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', | 289 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', |
| 290 '<(skia_src_path)/core/SkValidatingReadBuffer.h', | 290 '<(skia_src_path)/core/SkValidatingReadBuffer.h', |
| 291 '<(skia_src_path)/core/SkValidationUtils.h', | 291 '<(skia_src_path)/core/SkValidationUtils.h', |
| 292 '<(skia_src_path)/core/SkValue.cpp', | |
| 293 '<(skia_src_path)/core/SkVarAlloc.cpp', | 292 '<(skia_src_path)/core/SkVarAlloc.cpp', |
| 294 '<(skia_src_path)/core/SkVertState.cpp', | 293 '<(skia_src_path)/core/SkVertState.cpp', |
| 295 '<(skia_src_path)/core/SkWriteBuffer.cpp', | 294 '<(skia_src_path)/core/SkWriteBuffer.cpp', |
| 296 '<(skia_src_path)/core/SkWriter32.cpp', | 295 '<(skia_src_path)/core/SkWriter32.cpp', |
| 297 '<(skia_src_path)/core/SkXfermode.cpp', | 296 '<(skia_src_path)/core/SkXfermode.cpp', |
| 298 '<(skia_src_path)/core/SkXfermode_proccoeff.h', | 297 '<(skia_src_path)/core/SkXfermode_proccoeff.h', |
| 299 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp', | 298 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp', |
| 300 '<(skia_src_path)/core/SkXfermodeInterpretation.h', | 299 '<(skia_src_path)/core/SkXfermodeInterpretation.h', |
| 301 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', | 300 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', |
| 302 '<(skia_src_path)/core/SkYUVPlanesCache.h', | 301 '<(skia_src_path)/core/SkYUVPlanesCache.h', |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 467 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
| 469 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 468 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 470 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 469 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 471 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 470 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 472 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 471 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
| 473 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 472 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 474 '<(skia_src_path)/pathops/SkPathWriter.h', | 473 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 475 '<(skia_src_path)/pathops/SkReduceOrder.h', | 474 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 476 ], | 475 ], |
| 477 } | 476 } |
| OLD | NEW |