Chromium Code Reviews| Index: gyp/core.gypi |
| diff --git a/gyp/core.gypi b/gyp/core.gypi |
| index e6a7a441b8f852b203b2ef4d20c6c752649f8170..341aca0f50f5f349a60b6370248624ef07b4f335 100644 |
| --- a/gyp/core.gypi |
| +++ b/gyp/core.gypi |
| @@ -167,6 +167,7 @@ |
| '<(skia_src_path)/core/SkScan_Antihair.cpp', |
| '<(skia_src_path)/core/SkScan_Hairline.cpp', |
| '<(skia_src_path)/core/SkScan_Path.cpp', |
| + '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', |
|
mtklein
2013/10/16 18:54:09
Nit: this is a strange place to put this line. Al
sugoi1
2013/10/16 20:07:41
Oops. It used to be SkSecure... Fixed.
|
| '<(skia_src_path)/core/SkShader.cpp', |
| '<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp', |
| '<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp', |