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 13 matching lines...) Expand all Loading... |
24 '<(skia_src_path)/core/SkAntiRun.h', | 24 '<(skia_src_path)/core/SkAntiRun.h', |
25 '<(skia_src_path)/core/SkAutoKern.h', | 25 '<(skia_src_path)/core/SkAutoKern.h', |
26 '<(skia_src_path)/core/SkBBHFactory.cpp', | 26 '<(skia_src_path)/core/SkBBHFactory.cpp', |
27 '<(skia_src_path)/core/SkBBoxHierarchy.h', | 27 '<(skia_src_path)/core/SkBBoxHierarchy.h', |
28 '<(skia_src_path)/core/SkBigPicture.cpp', | 28 '<(skia_src_path)/core/SkBigPicture.cpp', |
29 '<(skia_src_path)/core/SkBitmap.cpp', | 29 '<(skia_src_path)/core/SkBitmap.cpp', |
30 '<(skia_src_path)/core/SkBitmapCache.cpp', | 30 '<(skia_src_path)/core/SkBitmapCache.cpp', |
31 '<(skia_src_path)/core/SkBitmapController.cpp', | 31 '<(skia_src_path)/core/SkBitmapController.cpp', |
32 '<(skia_src_path)/core/SkBitmapDevice.cpp', | 32 '<(skia_src_path)/core/SkBitmapDevice.cpp', |
33 '<(skia_src_path)/core/SkBitmapFilter.h', | 33 '<(skia_src_path)/core/SkBitmapFilter.h', |
34 '<(skia_src_path)/core/SkBitmapFilter.cpp', | |
35 '<(skia_src_path)/core/SkBitmapHeap.cpp', | 34 '<(skia_src_path)/core/SkBitmapHeap.cpp', |
36 '<(skia_src_path)/core/SkBitmapHeap.h', | 35 '<(skia_src_path)/core/SkBitmapHeap.h', |
37 '<(skia_src_path)/core/SkBitmapProcShader.cpp', | 36 '<(skia_src_path)/core/SkBitmapProcShader.cpp', |
38 '<(skia_src_path)/core/SkBitmapProcShader.h', | 37 '<(skia_src_path)/core/SkBitmapProcShader.h', |
39 '<(skia_src_path)/core/SkBitmapProcState.cpp', | 38 '<(skia_src_path)/core/SkBitmapProcState.cpp', |
40 '<(skia_src_path)/core/SkBitmapProcState.h', | 39 '<(skia_src_path)/core/SkBitmapProcState.h', |
41 '<(skia_src_path)/core/SkBitmapProcState_filter.h', | 40 '<(skia_src_path)/core/SkBitmapProcState_filter.h', |
42 '<(skia_src_path)/core/SkBitmapProcState_matrix.h', | 41 '<(skia_src_path)/core/SkBitmapProcState_matrix.h', |
43 '<(skia_src_path)/core/SkBitmapProcState_matrix_template.h', | 42 '<(skia_src_path)/core/SkBitmapProcState_matrix_template.h', |
44 '<(skia_src_path)/core/SkBitmapProcState_matrixProcs.cpp', | 43 '<(skia_src_path)/core/SkBitmapProcState_matrixProcs.cpp', |
(...skipping 423 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 |