| 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 15 matching lines...) Expand all Loading... |
| 26 '<(skia_src_path)/core/SkAutoPixmapStorage.h', | 26 '<(skia_src_path)/core/SkAutoPixmapStorage.h', |
| 27 '<(skia_src_path)/core/SkAutoPixmapStorage.cpp', | 27 '<(skia_src_path)/core/SkAutoPixmapStorage.cpp', |
| 28 '<(skia_src_path)/core/SkBBHFactory.cpp', | 28 '<(skia_src_path)/core/SkBBHFactory.cpp', |
| 29 '<(skia_src_path)/core/SkBBoxHierarchy.h', | 29 '<(skia_src_path)/core/SkBBoxHierarchy.h', |
| 30 '<(skia_src_path)/core/SkBigPicture.cpp', | 30 '<(skia_src_path)/core/SkBigPicture.cpp', |
| 31 '<(skia_src_path)/core/SkBitmap.cpp', | 31 '<(skia_src_path)/core/SkBitmap.cpp', |
| 32 '<(skia_src_path)/core/SkBitmapCache.cpp', | 32 '<(skia_src_path)/core/SkBitmapCache.cpp', |
| 33 '<(skia_src_path)/core/SkBitmapController.cpp', | 33 '<(skia_src_path)/core/SkBitmapController.cpp', |
| 34 '<(skia_src_path)/core/SkBitmapDevice.cpp', | 34 '<(skia_src_path)/core/SkBitmapDevice.cpp', |
| 35 '<(skia_src_path)/core/SkBitmapFilter.h', | 35 '<(skia_src_path)/core/SkBitmapFilter.h', |
| 36 '<(skia_src_path)/core/SkBitmapHeap.cpp', | |
| 37 '<(skia_src_path)/core/SkBitmapHeap.h', | |
| 38 '<(skia_src_path)/core/SkBitmapProcShader.cpp', | 36 '<(skia_src_path)/core/SkBitmapProcShader.cpp', |
| 39 '<(skia_src_path)/core/SkBitmapProcShader.h', | 37 '<(skia_src_path)/core/SkBitmapProcShader.h', |
| 40 '<(skia_src_path)/core/SkBitmapProcState.cpp', | 38 '<(skia_src_path)/core/SkBitmapProcState.cpp', |
| 41 '<(skia_src_path)/core/SkBitmapProcState.h', | 39 '<(skia_src_path)/core/SkBitmapProcState.h', |
| 42 '<(skia_src_path)/core/SkBitmapProcState_filter.h', | 40 '<(skia_src_path)/core/SkBitmapProcState_filter.h', |
| 43 '<(skia_src_path)/core/SkBitmapProcState_matrix.h', | 41 '<(skia_src_path)/core/SkBitmapProcState_matrix.h', |
| 44 '<(skia_src_path)/core/SkBitmapProcState_matrix_template.h', | 42 '<(skia_src_path)/core/SkBitmapProcState_matrix_template.h', |
| 45 '<(skia_src_path)/core/SkBitmapProcState_matrixProcs.cpp', | 43 '<(skia_src_path)/core/SkBitmapProcState_matrixProcs.cpp', |
| 46 '<(skia_src_path)/core/SkBitmapProcState_procs.h', | 44 '<(skia_src_path)/core/SkBitmapProcState_procs.h', |
| 47 '<(skia_src_path)/core/SkBitmapProcState_sample.h', | 45 '<(skia_src_path)/core/SkBitmapProcState_sample.h', |
| (...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 490 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
| 493 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 491 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 494 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 492 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 495 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 493 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 496 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 494 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
| 497 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 495 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 498 '<(skia_src_path)/pathops/SkPathWriter.h', | 496 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 499 '<(skia_src_path)/pathops/SkReduceOrder.h', | 497 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 500 ], | 498 ], |
| 501 } | 499 } |
| OLD | NEW |