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

Unified Diff: gyp/core.gypi

Issue 23021015: Initial error handling code (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: New SkSecureReadBuffer class Created 7 years, 4 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
« no previous file with comments | « no previous file | include/core/SkFlattenableBuffers.h » ('j') | src/core/SkFlattenableSerialization.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/core.gypi
diff --git a/gyp/core.gypi b/gyp/core.gypi
index dbc329107e515a1b7e21b901b8d39bf67d30e370..39b0a11f18fc433fbdac0433540f872a6ef8ae0d 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -163,6 +163,9 @@
'<(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/SkSecureReadBuffer.cpp',
+ '<(skia_src_path)/core/SkSecureReader32.cpp',
+ '<(skia_src_path)/core/SkSecureReader32.h',
'<(skia_src_path)/core/SkShader.cpp',
'<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp',
'<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp',
« no previous file with comments | « no previous file | include/core/SkFlattenableBuffers.h » ('j') | src/core/SkFlattenableSerialization.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698