Index: gyp/piex.gyp |
diff --git a/gyp/piex.gyp b/gyp/piex.gyp |
index b2a1f36ce859ca3a8dcdc911c7f13ae0a38c9c77..630ccfe05d2f13af1d040643e74090b153c2df90 100644 |
--- a/gyp/piex.gyp |
+++ b/gyp/piex.gyp |
@@ -35,6 +35,7 @@ |
'../third_party/externals/piex/src/tiff_directory/tiff_directory.cc', |
'../third_party/externals/piex/src/tiff_parser.cc', |
], |
+ 'defines': [ 'BREAK_IF_DEBUGGING_AND_OUT_OF_RANGE' ], |
msarett
2016/02/08 17:02:23
Do we want to define this all the time or only in
mtklein
2016/02/08 17:22:24
Doesn't matter. It only affects debug mode.
|
'include_dirs': [ '../third_party/externals/piex' ], |
'direct_dependent_settings': { |
'include_dirs': [ '../third_party/externals/piex' ], |