| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 '<(skia_src_path)/core/SkCoreBlitters.h', | 68 '<(skia_src_path)/core/SkCoreBlitters.h', |
| 69 '<(skia_src_path)/core/SkCubicClipper.cpp', | 69 '<(skia_src_path)/core/SkCubicClipper.cpp', |
| 70 '<(skia_src_path)/core/SkCubicClipper.h', | 70 '<(skia_src_path)/core/SkCubicClipper.h', |
| 71 '<(skia_src_path)/core/SkData.cpp', | 71 '<(skia_src_path)/core/SkData.cpp', |
| 72 '<(skia_src_path)/core/SkDataTable.cpp', | 72 '<(skia_src_path)/core/SkDataTable.cpp', |
| 73 '<(skia_src_path)/core/SkDebug.cpp', | 73 '<(skia_src_path)/core/SkDebug.cpp', |
| 74 '<(skia_src_path)/core/SkDeque.cpp', | 74 '<(skia_src_path)/core/SkDeque.cpp', |
| 75 '<(skia_src_path)/core/SkDevice.cpp', | 75 '<(skia_src_path)/core/SkDevice.cpp', |
| 76 '<(skia_src_path)/core/SkDeviceLooper.cpp', | 76 '<(skia_src_path)/core/SkDeviceLooper.cpp', |
| 77 '<(skia_src_path)/core/SkDeviceProfile.cpp', | 77 '<(skia_src_path)/core/SkDeviceProfile.cpp', |
| 78 '<(skia_src_path)/core/SkDeviceProperties.h', | |
| 79 '<(skia_src_path)/lazy/SkDiscardableMemoryPool.cpp', | 78 '<(skia_src_path)/lazy/SkDiscardableMemoryPool.cpp', |
| 80 '<(skia_src_path)/lazy/SkDiscardablePixelRef.cpp', | 79 '<(skia_src_path)/lazy/SkDiscardablePixelRef.cpp', |
| 81 '<(skia_src_path)/core/SkDistanceFieldGen.cpp', | 80 '<(skia_src_path)/core/SkDistanceFieldGen.cpp', |
| 82 '<(skia_src_path)/core/SkDistanceFieldGen.h', | 81 '<(skia_src_path)/core/SkDistanceFieldGen.h', |
| 83 '<(skia_src_path)/core/SkDither.cpp', | 82 '<(skia_src_path)/core/SkDither.cpp', |
| 84 '<(skia_src_path)/core/SkDraw.cpp', | 83 '<(skia_src_path)/core/SkDraw.cpp', |
| 85 '<(skia_src_path)/core/SkDrawable.cpp', | 84 '<(skia_src_path)/core/SkDrawable.cpp', |
| 86 '<(skia_src_path)/core/SkDrawLooper.cpp', | 85 '<(skia_src_path)/core/SkDrawLooper.cpp', |
| 87 '<(skia_src_path)/core/SkDrawProcs.h', | 86 '<(skia_src_path)/core/SkDrawProcs.h', |
| 88 '<(skia_src_path)/core/SkEdgeBuilder.cpp', | 87 '<(skia_src_path)/core/SkEdgeBuilder.cpp', |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 393 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
| 395 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 394 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 396 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 395 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 397 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 396 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 398 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 397 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
| 399 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 398 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 400 '<(skia_src_path)/pathops/SkPathWriter.h', | 399 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 401 '<(skia_src_path)/pathops/SkReduceOrder.h', | 400 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 402 ], | 401 ], |
| 403 } | 402 } |
| OLD | NEW |