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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 '<(skia_src_path)/core/SkPictureRecorder.cpp', | 233 '<(skia_src_path)/core/SkPictureRecorder.cpp', |
234 '<(skia_src_path)/core/SkPictureShader.cpp', | 234 '<(skia_src_path)/core/SkPictureShader.cpp', |
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', |
| 244 '<(skia_src_path)/core/SkRadialShadowMapShader.h', |
243 '<(skia_src_path)/core/SkRasterClip.cpp', | 245 '<(skia_src_path)/core/SkRasterClip.cpp', |
244 '<(skia_src_path)/core/SkRasterPipeline.cpp', | 246 '<(skia_src_path)/core/SkRasterPipeline.cpp', |
245 '<(skia_src_path)/core/SkRasterPipelineBlitter.cpp', | 247 '<(skia_src_path)/core/SkRasterPipelineBlitter.cpp', |
246 '<(skia_src_path)/core/SkRasterizer.cpp', | 248 '<(skia_src_path)/core/SkRasterizer.cpp', |
247 '<(skia_src_path)/core/SkReadBuffer.h', | 249 '<(skia_src_path)/core/SkReadBuffer.h', |
248 '<(skia_src_path)/core/SkReadBuffer.cpp', | 250 '<(skia_src_path)/core/SkReadBuffer.cpp', |
249 '<(skia_src_path)/core/SkReader32.h', | 251 '<(skia_src_path)/core/SkReader32.h', |
250 '<(skia_src_path)/core/SkRecord.cpp', | 252 '<(skia_src_path)/core/SkRecord.cpp', |
251 '<(skia_src_path)/core/SkRecords.cpp', | 253 '<(skia_src_path)/core/SkRecords.cpp', |
252 '<(skia_src_path)/core/SkRecordDraw.cpp', | 254 '<(skia_src_path)/core/SkRecordDraw.cpp', |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
512 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 514 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
513 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 515 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
514 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 516 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
515 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 517 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
516 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 518 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
517 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 519 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
518 '<(skia_src_path)/pathops/SkPathWriter.h', | 520 '<(skia_src_path)/pathops/SkPathWriter.h', |
519 '<(skia_src_path)/pathops/SkReduceOrder.h', | 521 '<(skia_src_path)/pathops/SkReduceOrder.h', |
520 ], | 522 ], |
521 } | 523 } |
OLD | NEW |