Chromium Code Reviews| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 100 '<(skia_src_path)/core/SkImageFilterUtils.cpp', | 100 '<(skia_src_path)/core/SkImageFilterUtils.cpp', |
| 101 '<(skia_src_path)/core/SkLineClipper.cpp', | 101 '<(skia_src_path)/core/SkLineClipper.cpp', |
| 102 '<(skia_src_path)/core/SkMallocPixelRef.cpp', | 102 '<(skia_src_path)/core/SkMallocPixelRef.cpp', |
| 103 '<(skia_src_path)/core/SkMask.cpp', | 103 '<(skia_src_path)/core/SkMask.cpp', |
| 104 '<(skia_src_path)/core/SkMaskFilter.cpp', | 104 '<(skia_src_path)/core/SkMaskFilter.cpp', |
| 105 '<(skia_src_path)/core/SkMaskGamma.cpp', | 105 '<(skia_src_path)/core/SkMaskGamma.cpp', |
| 106 '<(skia_src_path)/core/SkMaskGamma.h', | 106 '<(skia_src_path)/core/SkMaskGamma.h', |
| 107 '<(skia_src_path)/core/SkMath.cpp', | 107 '<(skia_src_path)/core/SkMath.cpp', |
| 108 '<(skia_src_path)/core/SkMatrix.cpp', | 108 '<(skia_src_path)/core/SkMatrix.cpp', |
| 109 '<(skia_src_path)/core/SkMetaData.cpp', | 109 '<(skia_src_path)/core/SkMetaData.cpp', |
| 110 '<(skia_src_path)/core/SkMipMap.cpp', | |
|
tfarina
2013/07/18 21:01:26
also add:
'<(skia_src_path)/core/SkMipMap.h',
| |
| 110 '<(skia_src_path)/core/SkOrderedReadBuffer.cpp', | 111 '<(skia_src_path)/core/SkOrderedReadBuffer.cpp', |
| 111 '<(skia_src_path)/core/SkOrderedWriteBuffer.cpp', | 112 '<(skia_src_path)/core/SkOrderedWriteBuffer.cpp', |
| 112 '<(skia_src_path)/core/SkPackBits.cpp', | 113 '<(skia_src_path)/core/SkPackBits.cpp', |
| 113 '<(skia_src_path)/core/SkPaint.cpp', | 114 '<(skia_src_path)/core/SkPaint.cpp', |
| 114 '<(skia_src_path)/core/SkPaintPriv.cpp', | 115 '<(skia_src_path)/core/SkPaintPriv.cpp', |
| 115 '<(skia_src_path)/core/SkPaintPriv.h', | 116 '<(skia_src_path)/core/SkPaintPriv.h', |
| 116 '<(skia_src_path)/core/SkPath.cpp', | 117 '<(skia_src_path)/core/SkPath.cpp', |
| 117 '<(skia_src_path)/core/SkPathEffect.cpp', | 118 '<(skia_src_path)/core/SkPathEffect.cpp', |
| 118 '<(skia_src_path)/core/SkPathHeap.cpp', | 119 '<(skia_src_path)/core/SkPathHeap.cpp', |
| 119 '<(skia_src_path)/core/SkPathHeap.h', | 120 '<(skia_src_path)/core/SkPathHeap.h', |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 362 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 363 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 363 '<(skia_src_path)/pathops/SkReduceOrder.h', | 364 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 364 ], | 365 ], |
| 365 } | 366 } |
| 366 | 367 |
| 367 # Local Variables: | 368 # Local Variables: |
| 368 # tab-width:2 | 369 # tab-width:2 |
| 369 # indent-tabs-mode:nil | 370 # indent-tabs-mode:nil |
| 370 # End: | 371 # End: |
| 371 # vim: set expandtab tabstop=2 shiftwidth=2: | 372 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |