Index: gyp/common_variables.gypi |
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi |
index 308c7d39e1fb1e1a197589fcd8d39636e5f9894b..4b0e7667b4f3d77c2c281de79c3e5af1ac18af69 100644 |
--- a/gyp/common_variables.gypi |
+++ b/gyp/common_variables.gypi |
@@ -226,6 +226,7 @@ |
'skia_run_pdfviewer_in_gm%': 0, |
'skia_disable_inlining%': 0, |
'skia_moz2d%': 0, |
+ 'skia_crash_handler%': '<!(echo $CHROME_HEADLESS)', |
borenet
2014/07/10 19:58:29
Hmm... will this blow up on Windows?
mtklein
2014/07/10 20:57:39
So, didn't blow anything up, but essentially force
|
# These are referenced by our .gypi files that list files (e.g. core.gypi) |
# |