| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 '<(skia_src_path)/core/SkDrawProcs.h', | 73 '<(skia_src_path)/core/SkDrawProcs.h', |
| 74 '<(skia_src_path)/core/SkEdgeBuilder.cpp', | 74 '<(skia_src_path)/core/SkEdgeBuilder.cpp', |
| 75 '<(skia_src_path)/core/SkEdgeClipper.cpp', | 75 '<(skia_src_path)/core/SkEdgeClipper.cpp', |
| 76 '<(skia_src_path)/core/SkEdge.cpp', | 76 '<(skia_src_path)/core/SkEdge.cpp', |
| 77 '<(skia_src_path)/core/SkEdge.h', | 77 '<(skia_src_path)/core/SkEdge.h', |
| 78 '<(skia_src_path)/core/SkError.cpp', | 78 '<(skia_src_path)/core/SkError.cpp', |
| 79 '<(skia_src_path)/core/SkErrorInternals.h', | 79 '<(skia_src_path)/core/SkErrorInternals.h', |
| 80 '<(skia_src_path)/core/SkFP.h', | 80 '<(skia_src_path)/core/SkFP.h', |
| 81 '<(skia_src_path)/core/SkFilterProc.cpp', | 81 '<(skia_src_path)/core/SkFilterProc.cpp', |
| 82 '<(skia_src_path)/core/SkFilterProc.h', | 82 '<(skia_src_path)/core/SkFilterProc.h', |
| 83 '<(skia_src_path)/core/SkFilterShader.cpp', |
| 83 '<(skia_src_path)/core/SkFlattenable.cpp', | 84 '<(skia_src_path)/core/SkFlattenable.cpp', |
| 84 '<(skia_src_path)/core/SkFlattenableBuffers.cpp', | 85 '<(skia_src_path)/core/SkFlattenableBuffers.cpp', |
| 85 '<(skia_src_path)/core/SkFloat.cpp', | 86 '<(skia_src_path)/core/SkFloat.cpp', |
| 86 '<(skia_src_path)/core/SkFloat.h', | 87 '<(skia_src_path)/core/SkFloat.h', |
| 87 '<(skia_src_path)/core/SkFloatBits.cpp', | 88 '<(skia_src_path)/core/SkFloatBits.cpp', |
| 88 '<(skia_src_path)/core/SkFontHost.cpp', | 89 '<(skia_src_path)/core/SkFontHost.cpp', |
| 89 '<(skia_src_path)/core/SkFontDescriptor.cpp', | 90 '<(skia_src_path)/core/SkFontDescriptor.cpp', |
| 90 '<(skia_src_path)/core/SkFontDescriptor.h', | 91 '<(skia_src_path)/core/SkFontDescriptor.h', |
| 91 '<(skia_src_path)/core/SkFontStream.cpp', | 92 '<(skia_src_path)/core/SkFontStream.cpp', |
| 92 '<(skia_src_path)/core/SkFontStream.h', | 93 '<(skia_src_path)/core/SkFontStream.h', |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 362 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 362 '<(skia_src_path)/pathops/SkReduceOrder.h', | 363 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 363 ], | 364 ], |
| 364 } | 365 } |
| 365 | 366 |
| 366 # Local Variables: | 367 # Local Variables: |
| 367 # tab-width:2 | 368 # tab-width:2 |
| 368 # indent-tabs-mode:nil | 369 # indent-tabs-mode:nil |
| 369 # End: | 370 # End: |
| 370 # vim: set expandtab tabstop=2 shiftwidth=2: | 371 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |