| 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 '<(skia_include_path)/core/SkError.h', | 362 '<(skia_include_path)/core/SkError.h', |
| 363 '<(skia_include_path)/core/SkFlattenable.h', | 363 '<(skia_include_path)/core/SkFlattenable.h', |
| 364 '<(skia_include_path)/core/SkFlattenableSerialization.h', | 364 '<(skia_include_path)/core/SkFlattenableSerialization.h', |
| 365 '<(skia_include_path)/core/SkFontLCDConfig.h', | 365 '<(skia_include_path)/core/SkFontLCDConfig.h', |
| 366 '<(skia_include_path)/core/SkFontStyle.h', | 366 '<(skia_include_path)/core/SkFontStyle.h', |
| 367 '<(skia_include_path)/core/SkGraphics.h', | 367 '<(skia_include_path)/core/SkGraphics.h', |
| 368 '<(skia_include_path)/core/SkImage.h', | 368 '<(skia_include_path)/core/SkImage.h', |
| 369 '<(skia_include_path)/core/SkImageEncoder.h', | 369 '<(skia_include_path)/core/SkImageEncoder.h', |
| 370 '<(skia_include_path)/core/SkImageFilter.h', | 370 '<(skia_include_path)/core/SkImageFilter.h', |
| 371 '<(skia_include_path)/core/SkImageInfo.h', | 371 '<(skia_include_path)/core/SkImageInfo.h', |
| 372 '<(skia_include_path)/core/SkLights.h', |
| 372 '<(skia_include_path)/core/SkMallocPixelRef.h', | 373 '<(skia_include_path)/core/SkMallocPixelRef.h', |
| 373 '<(skia_include_path)/core/SkMask.h', | 374 '<(skia_include_path)/core/SkMask.h', |
| 374 '<(skia_include_path)/core/SkMaskFilter.h', | 375 '<(skia_include_path)/core/SkMaskFilter.h', |
| 375 '<(skia_include_path)/core/SkMath.h', | 376 '<(skia_include_path)/core/SkMath.h', |
| 376 '<(skia_include_path)/core/SkMatrix.h', | 377 '<(skia_include_path)/core/SkMatrix.h', |
| 377 '<(skia_include_path)/core/SkMatrix44.h', | 378 '<(skia_include_path)/core/SkMatrix44.h', |
| 378 '<(skia_include_path)/core/SkMetaData.h', | 379 '<(skia_include_path)/core/SkMetaData.h', |
| 379 '<(skia_include_path)/core/SkMultiPictureDraw.h', | 380 '<(skia_include_path)/core/SkMultiPictureDraw.h', |
| 380 '<(skia_include_path)/core/SkOSFile.h', | 381 '<(skia_include_path)/core/SkOSFile.h', |
| 381 '<(skia_include_path)/core/SkPaint.h', | 382 '<(skia_include_path)/core/SkPaint.h', |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 494 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
| 494 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 495 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 495 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 496 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 496 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 497 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 497 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 498 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
| 498 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 499 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 499 '<(skia_src_path)/pathops/SkPathWriter.h', | 500 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 500 '<(skia_src_path)/pathops/SkReduceOrder.h', | 501 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 501 ], | 502 ], |
| 502 } | 503 } |
| OLD | NEW |