| 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/SkCordic.cpp', | 63 '<(skia_src_path)/core/SkCordic.cpp', |
| 64 '<(skia_src_path)/core/SkCordic.h', | 64 '<(skia_src_path)/core/SkCordic.h', |
| 65 '<(skia_src_path)/core/SkCoreBlitters.h', | 65 '<(skia_src_path)/core/SkCoreBlitters.h', |
| 66 '<(skia_src_path)/core/SkCubicClipper.cpp', | 66 '<(skia_src_path)/core/SkCubicClipper.cpp', |
| 67 '<(skia_src_path)/core/SkCubicClipper.h', | 67 '<(skia_src_path)/core/SkCubicClipper.h', |
| 68 '<(skia_src_path)/core/SkData.cpp', | 68 '<(skia_src_path)/core/SkData.cpp', |
| 69 '<(skia_src_path)/core/SkDataTable.cpp', | 69 '<(skia_src_path)/core/SkDataTable.cpp', |
| 70 '<(skia_src_path)/core/SkDebug.cpp', | 70 '<(skia_src_path)/core/SkDebug.cpp', |
| 71 '<(skia_src_path)/core/SkDeque.cpp', | 71 '<(skia_src_path)/core/SkDeque.cpp', |
| 72 '<(skia_src_path)/core/SkDevice.cpp', | 72 '<(skia_src_path)/core/SkDevice.cpp', |
| 73 '<(skia_src_path)/core/SkDeviceLooper.cpp', | |
| 74 '<(skia_src_path)/core/SkDeviceProfile.cpp', | 73 '<(skia_src_path)/core/SkDeviceProfile.cpp', |
| 75 '<(skia_src_path)/core/SkDither.cpp', | 74 '<(skia_src_path)/core/SkDither.cpp', |
| 76 '<(skia_src_path)/core/SkDraw.cpp', | 75 '<(skia_src_path)/core/SkDraw.cpp', |
| 77 '<(skia_src_path)/core/SkDrawLooper.cpp', | 76 '<(skia_src_path)/core/SkDrawLooper.cpp', |
| 78 '<(skia_src_path)/core/SkDrawProcs.h', | 77 '<(skia_src_path)/core/SkDrawProcs.h', |
| 79 '<(skia_src_path)/core/SkEdgeBuilder.cpp', | 78 '<(skia_src_path)/core/SkEdgeBuilder.cpp', |
| 80 '<(skia_src_path)/core/SkEdgeClipper.cpp', | 79 '<(skia_src_path)/core/SkEdgeClipper.cpp', |
| 81 '<(skia_src_path)/core/SkEdge.cpp', | 80 '<(skia_src_path)/core/SkEdge.cpp', |
| 82 '<(skia_src_path)/core/SkEdge.h', | 81 '<(skia_src_path)/core/SkEdge.h', |
| 83 '<(skia_src_path)/core/SkError.cpp', | 82 '<(skia_src_path)/core/SkError.cpp', |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 371 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 373 '<(skia_src_path)/pathops/SkReduceOrder.h', | 372 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 374 ], | 373 ], |
| 375 } | 374 } |
| 376 | 375 |
| 377 # Local Variables: | 376 # Local Variables: |
| 378 # tab-width:2 | 377 # tab-width:2 |
| 379 # indent-tabs-mode:nil | 378 # indent-tabs-mode:nil |
| 380 # End: | 379 # End: |
| 381 # vim: set expandtab tabstop=2 shiftwidth=2: | 380 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |