| 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 15 matching lines...) Expand all Loading... |
| 26 '<(skia_src_path)/core/SkBitmapHeap.h', | 26 '<(skia_src_path)/core/SkBitmapHeap.h', |
| 27 '<(skia_src_path)/core/SkBitmapProcShader.cpp', | 27 '<(skia_src_path)/core/SkBitmapProcShader.cpp', |
| 28 '<(skia_src_path)/core/SkBitmapProcShader.h', | 28 '<(skia_src_path)/core/SkBitmapProcShader.h', |
| 29 '<(skia_src_path)/core/SkBitmapProcState.cpp', | 29 '<(skia_src_path)/core/SkBitmapProcState.cpp', |
| 30 '<(skia_src_path)/core/SkBitmapProcState.h', | 30 '<(skia_src_path)/core/SkBitmapProcState.h', |
| 31 '<(skia_src_path)/core/SkBitmapProcState_matrix.h', | 31 '<(skia_src_path)/core/SkBitmapProcState_matrix.h', |
| 32 '<(skia_src_path)/core/SkBitmapProcState_matrixProcs.cpp', | 32 '<(skia_src_path)/core/SkBitmapProcState_matrixProcs.cpp', |
| 33 '<(skia_src_path)/core/SkBitmapProcState_sample.h', | 33 '<(skia_src_path)/core/SkBitmapProcState_sample.h', |
| 34 '<(skia_src_path)/core/SkBitmapScaler.h', | 34 '<(skia_src_path)/core/SkBitmapScaler.h', |
| 35 '<(skia_src_path)/core/SkBitmapScaler.cpp', | 35 '<(skia_src_path)/core/SkBitmapScaler.cpp', |
| 36 '<(skia_src_path)/core/SkBitmapShader16BilerpTemplate.h', | |
| 37 '<(skia_src_path)/core/SkBitmapShaderTemplate.h', | |
| 38 '<(skia_src_path)/core/SkBitmap_scroll.cpp', | 36 '<(skia_src_path)/core/SkBitmap_scroll.cpp', |
| 39 '<(skia_src_path)/core/SkBlitBWMaskTemplate.h', | 37 '<(skia_src_path)/core/SkBlitBWMaskTemplate.h', |
| 40 '<(skia_src_path)/core/SkBlitMask_D32.cpp', | 38 '<(skia_src_path)/core/SkBlitMask_D32.cpp', |
| 41 '<(skia_src_path)/core/SkBlitRow_D16.cpp', | 39 '<(skia_src_path)/core/SkBlitRow_D16.cpp', |
| 42 '<(skia_src_path)/core/SkBlitRow_D32.cpp', | 40 '<(skia_src_path)/core/SkBlitRow_D32.cpp', |
| 43 '<(skia_src_path)/core/SkBlitter.h', | 41 '<(skia_src_path)/core/SkBlitter.h', |
| 44 '<(skia_src_path)/core/SkBlitter.cpp', | 42 '<(skia_src_path)/core/SkBlitter.cpp', |
| 45 '<(skia_src_path)/core/SkBlitter_A8.cpp', | 43 '<(skia_src_path)/core/SkBlitter_A8.cpp', |
| 46 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp', | 44 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp', |
| 47 '<(skia_src_path)/core/SkBlitter_RGB16.cpp', | 45 '<(skia_src_path)/core/SkBlitter_RGB16.cpp', |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 361 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 364 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 362 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 365 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 363 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 366 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 364 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
| 367 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 365 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 368 '<(skia_src_path)/pathops/SkPathWriter.h', | 366 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 369 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 367 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 370 '<(skia_src_path)/pathops/SkReduceOrder.h', | 368 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 371 ], | 369 ], |
| 372 } | 370 } |
| OLD | NEW |