aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gn_to_bp.py
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-08-16 08:38:57 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-08-16 13:55:38 +0000
commitc902ff8fc8bd3c385096bdbb0fec6d1ce3c231a3 (patch)
treec9a2444a89e56876124105d8c3d677792f6e5170 /gn/gn_to_bp.py
parent3f5301b284f195305371657801b1fc167a7f2671 (diff)
turn exceptions on in test tools on Android
This is a follow-up to https://skia-review.googlesource.com/c/34982 which did the same for locally built test tools. Change-Id: Id97841a64521fda99cb952a1a751ffc10f636f53 Reviewed-on: https://skia-review.googlesource.com/35162 Commit-Queue: Mike Klein <mtklein@google.com> Reviewed-by: Leon Scroggins <scroggo@google.com>
Diffstat (limited to 'gn/gn_to_bp.py')
-rw-r--r--gn/gn_to_bp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py
index 8248ef8edd..096c5eb280 100644
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -15,6 +15,7 @@ import subprocess
import tempfile
tool_cflags = [
+ '-fexceptions',
'-Wno-unused-parameter',
]