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

Unified Diff: gyp/piex.gyp

Issue 1678913002: msan: define BREAK_IF_DEBUGGING_AND_OUT_OF_RANGE in piex (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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' ],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698