OLD | NEW |
1 # Include this gypi to include all 'core' files | 1 # Include this gypi to include all 'core' files |
2 # The parent gyp/gypi file must define | 2 # The parent gyp/gypi file must define |
3 # 'skia_src_path' e.g. skia/trunk/src | 3 # 'skia_src_path' e.g. skia/trunk/src |
4 # 'skia_include_path' e.g. skia/trunk/include | 4 # 'skia_include_path' e.g. skia/trunk/include |
5 # | 5 # |
6 # The skia build defines these in common_variables.gypi | 6 # The skia build defines these in common_variables.gypi |
7 # | 7 # |
8 { | 8 { |
9 'sources': [ | 9 'sources': [ |
10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h', | 10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h', |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 '<(skia_src_path)/core/SkCubicClipper.cpp', | 63 '<(skia_src_path)/core/SkCubicClipper.cpp', |
64 '<(skia_src_path)/core/SkCubicClipper.h', | 64 '<(skia_src_path)/core/SkCubicClipper.h', |
65 '<(skia_src_path)/core/SkData.cpp', | 65 '<(skia_src_path)/core/SkData.cpp', |
66 '<(skia_src_path)/core/SkDataTable.cpp', | 66 '<(skia_src_path)/core/SkDataTable.cpp', |
67 '<(skia_src_path)/core/SkDebug.cpp', | 67 '<(skia_src_path)/core/SkDebug.cpp', |
68 '<(skia_src_path)/core/SkDeque.cpp', | 68 '<(skia_src_path)/core/SkDeque.cpp', |
69 '<(skia_src_path)/core/SkDevice.cpp', | 69 '<(skia_src_path)/core/SkDevice.cpp', |
70 '<(skia_src_path)/core/SkDeviceProfile.cpp', | 70 '<(skia_src_path)/core/SkDeviceProfile.cpp', |
71 '<(skia_src_path)/core/SkDither.cpp', | 71 '<(skia_src_path)/core/SkDither.cpp', |
72 '<(skia_src_path)/core/SkDraw.cpp', | 72 '<(skia_src_path)/core/SkDraw.cpp', |
| 73 '<(skia_src_path)/core/SkDrawLooper.cpp', |
73 '<(skia_src_path)/core/SkDrawProcs.h', | 74 '<(skia_src_path)/core/SkDrawProcs.h', |
74 '<(skia_src_path)/core/SkEdgeBuilder.cpp', | 75 '<(skia_src_path)/core/SkEdgeBuilder.cpp', |
75 '<(skia_src_path)/core/SkEdgeClipper.cpp', | 76 '<(skia_src_path)/core/SkEdgeClipper.cpp', |
76 '<(skia_src_path)/core/SkEdge.cpp', | 77 '<(skia_src_path)/core/SkEdge.cpp', |
77 '<(skia_src_path)/core/SkEdge.h', | 78 '<(skia_src_path)/core/SkEdge.h', |
78 '<(skia_src_path)/core/SkError.cpp', | 79 '<(skia_src_path)/core/SkError.cpp', |
79 '<(skia_src_path)/core/SkErrorInternals.h', | 80 '<(skia_src_path)/core/SkErrorInternals.h', |
80 '<(skia_src_path)/core/SkFDStream.cpp', | 81 '<(skia_src_path)/core/SkFDStream.cpp', |
81 '<(skia_src_path)/core/SkFP.h', | 82 '<(skia_src_path)/core/SkFP.h', |
82 '<(skia_src_path)/core/SkFilterProc.cpp', | 83 '<(skia_src_path)/core/SkFilterProc.cpp', |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 359 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
359 '<(skia_src_path)/pathops/SkReduceOrder.h', | 360 '<(skia_src_path)/pathops/SkReduceOrder.h', |
360 ], | 361 ], |
361 } | 362 } |
362 | 363 |
363 # Local Variables: | 364 # Local Variables: |
364 # tab-width:2 | 365 # tab-width:2 |
365 # indent-tabs-mode:nil | 366 # indent-tabs-mode:nil |
366 # End: | 367 # End: |
367 # vim: set expandtab tabstop=2 shiftwidth=2: | 368 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |