Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Unified Diff: gyp/core.gypi

Issue 23021015: Initial error handling code (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Comments fixed Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698