| Index: gyp/common_variables.gypi
|
| diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
|
| index 308c7d39e1fb1e1a197589fcd8d39636e5f9894b..c3714dc6c038757d152daaa085d700464c281397 100644
|
| --- a/gyp/common_variables.gypi
|
| +++ b/gyp/common_variables.gypi
|
| @@ -226,6 +226,8 @@
|
| 'skia_run_pdfviewer_in_gm%': 0,
|
| 'skia_disable_inlining%': 0,
|
| 'skia_moz2d%': 0,
|
| + 'skia_crash_handler%':
|
| + '<!(python -c "import os; print os.environ.get(\'CHROME_HEADLESS\', 0)")',
|
|
|
| # These are referenced by our .gypi files that list files (e.g. core.gypi)
|
| #
|
|
|