aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gn_to_bp.py
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@google.com>2017-08-16 21:39:14 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-08-16 21:39:27 +0000
commita26d219a929f4e70f8597dfd57a53348c4bba905 (patch)
tree818b999f41d9902507512f5418909538cf983b22 /gn/gn_to_bp.py
parentc2a954290dc3888f877a047098b84c24363895fb (diff)
Revert "turn exceptions on in test tools on Android"
This reverts commit c902ff8fc8bd3c385096bdbb0fec6d1ce3c231a3. Reason for revert: not gonna do this afterall. Original change's description: > 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> TBR=mtklein@chromium.org,mtklein@google.com,herb@google.com,scroggo@google.com Change-Id: Iae6c817d625989e3a427dbc18328477382d892bd No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/35524 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Mike Klein <mtklein@google.com>
Diffstat (limited to 'gn/gn_to_bp.py')
-rw-r--r--gn/gn_to_bp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py
index 9e2fa37c4b..56fa3cc784 100644
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -15,7 +15,6 @@ import subprocess
import tempfile
tool_cflags = [
- '-fexceptions',
'-Wno-unused-parameter',
]