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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 '<(skia_src_path)/core/SkPictureShader.h', | 235 '<(skia_src_path)/core/SkPictureShader.h', |
236 '<(skia_src_path)/core/SkPixelRef.cpp', | 236 '<(skia_src_path)/core/SkPixelRef.cpp', |
237 '<(skia_src_path)/core/SkPixmap.cpp', | 237 '<(skia_src_path)/core/SkPixmap.cpp', |
238 '<(skia_src_path)/core/SkPoint.cpp', | 238 '<(skia_src_path)/core/SkPoint.cpp', |
239 '<(skia_src_path)/core/SkPoint3.cpp', | 239 '<(skia_src_path)/core/SkPoint3.cpp', |
240 '<(skia_src_path)/core/SkPtrRecorder.cpp', | 240 '<(skia_src_path)/core/SkPtrRecorder.cpp', |
241 '<(skia_src_path)/core/SkQuadClipper.cpp', | 241 '<(skia_src_path)/core/SkQuadClipper.cpp', |
242 '<(skia_src_path)/core/SkQuadClipper.h', | 242 '<(skia_src_path)/core/SkQuadClipper.h', |
243 '<(skia_src_path)/core/SkRadialShadowMapShader.cpp', | 243 '<(skia_src_path)/core/SkRadialShadowMapShader.cpp', |
244 '<(skia_src_path)/core/SkRadialShadowMapShader.h', | 244 '<(skia_src_path)/core/SkRadialShadowMapShader.h', |
| 245 '<(skia_src_path)/core/SkRasterCanvasLayerAllocator.cpp', |
| 246 '<(skia_src_path)/core/SkRasterCanvasLayerAllocator.h', |
245 '<(skia_src_path)/core/SkRasterClip.cpp', | 247 '<(skia_src_path)/core/SkRasterClip.cpp', |
246 '<(skia_src_path)/core/SkRasterPipeline.cpp', | 248 '<(skia_src_path)/core/SkRasterPipeline.cpp', |
247 '<(skia_src_path)/core/SkRasterPipelineBlitter.cpp', | 249 '<(skia_src_path)/core/SkRasterPipelineBlitter.cpp', |
248 '<(skia_src_path)/core/SkRasterizer.cpp', | 250 '<(skia_src_path)/core/SkRasterizer.cpp', |
249 '<(skia_src_path)/core/SkReadBuffer.h', | 251 '<(skia_src_path)/core/SkReadBuffer.h', |
250 '<(skia_src_path)/core/SkReadBuffer.cpp', | 252 '<(skia_src_path)/core/SkReadBuffer.cpp', |
251 '<(skia_src_path)/core/SkReader32.h', | 253 '<(skia_src_path)/core/SkReader32.h', |
252 '<(skia_src_path)/core/SkRecord.cpp', | 254 '<(skia_src_path)/core/SkRecord.cpp', |
253 '<(skia_src_path)/core/SkRecords.cpp', | 255 '<(skia_src_path)/core/SkRecords.cpp', |
254 '<(skia_src_path)/core/SkRecordDraw.cpp', | 256 '<(skia_src_path)/core/SkRecordDraw.cpp', |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 519 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
518 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 520 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
519 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 521 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
520 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 522 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
521 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 523 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
522 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 524 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
523 '<(skia_src_path)/pathops/SkPathWriter.h', | 525 '<(skia_src_path)/pathops/SkPathWriter.h', |
524 '<(skia_src_path)/pathops/SkReduceOrder.h', | 526 '<(skia_src_path)/pathops/SkReduceOrder.h', |
525 ], | 527 ], |
526 } | 528 } |
OLD | NEW |