| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 # Include this gypi to include all 'core' files | 5 # Include this gypi to include all 'core' files |
| 6 # The parent gyp/gypi file must define | 6 # The parent gyp/gypi file must define |
| 7 # 'skia_src_path' e.g. skia/trunk/src | 7 # 'skia_src_path' e.g. skia/trunk/src |
| 8 # 'skia_include_path' e.g. skia/trunk/include | 8 # 'skia_include_path' e.g. skia/trunk/include |
| 9 # | 9 # |
| 10 # The skia build defines these in common_variables.gypi | 10 # The skia build defines these in common_variables.gypi |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 '<(skia_src_path)/core/SkBitmapHeap.h', | 33 '<(skia_src_path)/core/SkBitmapHeap.h', |
| 34 '<(skia_src_path)/core/SkBitmapProcShader.cpp', | 34 '<(skia_src_path)/core/SkBitmapProcShader.cpp', |
| 35 '<(skia_src_path)/core/SkBitmapProcShader.h', | 35 '<(skia_src_path)/core/SkBitmapProcShader.h', |
| 36 '<(skia_src_path)/core/SkBitmapProcState.cpp', | 36 '<(skia_src_path)/core/SkBitmapProcState.cpp', |
| 37 '<(skia_src_path)/core/SkBitmapProcState.h', | 37 '<(skia_src_path)/core/SkBitmapProcState.h', |
| 38 '<(skia_src_path)/core/SkBitmapProcState_matrix.h', | 38 '<(skia_src_path)/core/SkBitmapProcState_matrix.h', |
| 39 '<(skia_src_path)/core/SkBitmapProcState_matrixProcs.cpp', | 39 '<(skia_src_path)/core/SkBitmapProcState_matrixProcs.cpp', |
| 40 '<(skia_src_path)/core/SkBitmapProcState_sample.h', | 40 '<(skia_src_path)/core/SkBitmapProcState_sample.h', |
| 41 '<(skia_src_path)/core/SkBitmapScaler.h', | 41 '<(skia_src_path)/core/SkBitmapScaler.h', |
| 42 '<(skia_src_path)/core/SkBitmapScaler.cpp', | 42 '<(skia_src_path)/core/SkBitmapScaler.cpp', |
| 43 '<(skia_src_path)/core/SkBitmap_scroll.cpp', | |
| 44 '<(skia_src_path)/core/SkBlitBWMaskTemplate.h', | 43 '<(skia_src_path)/core/SkBlitBWMaskTemplate.h', |
| 45 '<(skia_src_path)/core/SkBlitMask_D32.cpp', | 44 '<(skia_src_path)/core/SkBlitMask_D32.cpp', |
| 46 '<(skia_src_path)/core/SkBlitRow_D16.cpp', | 45 '<(skia_src_path)/core/SkBlitRow_D16.cpp', |
| 47 '<(skia_src_path)/core/SkBlitRow_D32.cpp', | 46 '<(skia_src_path)/core/SkBlitRow_D32.cpp', |
| 48 '<(skia_src_path)/core/SkBlitter.h', | 47 '<(skia_src_path)/core/SkBlitter.h', |
| 49 '<(skia_src_path)/core/SkBlitter.cpp', | 48 '<(skia_src_path)/core/SkBlitter.cpp', |
| 50 '<(skia_src_path)/core/SkBlitter_A8.cpp', | 49 '<(skia_src_path)/core/SkBlitter_A8.cpp', |
| 51 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp', | 50 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp', |
| 52 '<(skia_src_path)/core/SkBlitter_RGB16.cpp', | 51 '<(skia_src_path)/core/SkBlitter_RGB16.cpp', |
| 53 '<(skia_src_path)/core/SkBlitter_Sprite.cpp', | 52 '<(skia_src_path)/core/SkBlitter_Sprite.cpp', |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 389 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
| 391 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 390 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 392 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 391 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 393 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 392 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 394 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 393 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
| 395 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 394 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 396 '<(skia_src_path)/pathops/SkPathWriter.h', | 395 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 397 '<(skia_src_path)/pathops/SkReduceOrder.h', | 396 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 398 ], | 397 ], |
| 399 } | 398 } |
| OLD | NEW |