| Index: gyp/core.gypi
|
| diff --git a/gyp/core.gypi b/gyp/core.gypi
|
| index f7853f91d537ca38291fb132ed1d91eb20b50317..da43a05ff137fd6e66c3da30c12400d632493115 100644
|
| --- a/gyp/core.gypi
|
| +++ b/gyp/core.gypi
|
| @@ -122,6 +122,7 @@
|
| '<(skia_src_path)/core/SkPaintOptionsAndroid.cpp',
|
| '<(skia_src_path)/core/SkPaintPriv.cpp',
|
| '<(skia_src_path)/core/SkPaintPriv.h',
|
| + '<(skia_src_path)/core/SkPatch.cpp',
|
| '<(skia_src_path)/core/SkPath.cpp',
|
| '<(skia_src_path)/core/SkPathEffect.cpp',
|
| '<(skia_src_path)/core/SkPathHeap.cpp',
|
| @@ -278,6 +279,7 @@
|
| '<(skia_include_path)/core/SkOSFile.h',
|
| '<(skia_include_path)/core/SkPackBits.h',
|
| '<(skia_include_path)/core/SkPaint.h',
|
| + '<(skia_include_path)/core/SkPatch.h',
|
| '<(skia_include_path)/core/SkPath.h',
|
| '<(skia_include_path)/core/SkPathEffect.h',
|
| '<(skia_include_path)/core/SkPathMeasure.h',
|
|
|