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

Unified Diff: gyp/tools.gyp

Issue 24449003: Make Jpeg decoding more fault resistant. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: final rebase 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
« no previous file with comments | « gyp/tests.gyp ('k') | src/images/SkImageDecoder_libjpeg.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 3eae3cc7695ff3d07b9737e03ccac24455112bdc..afd4934be8585f8ddd56ea79c50d1129bc5a41cd 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -25,6 +25,7 @@
'skpdiff',
'skhello',
'skimage',
+ 'test_image_decoder',
],
'conditions': [
['skia_shared_lib',
@@ -401,6 +402,16 @@
'tools.gyp:picture_utils',
],
},
+ {
+ 'target_name': 'test_image_decoder',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/test_image_decoder.cpp',
+ ],
+ 'dependencies': [
+ 'skia_lib.gyp:skia_lib',
+ ],
+ },
],
'conditions': [
['skia_shared_lib',
« no previous file with comments | « gyp/tests.gyp ('k') | src/images/SkImageDecoder_libjpeg.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698