diff options
author | Mike Klein <mtklein@google.com> | 2017-08-16 21:39:14 +0000 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-08-16 21:39:27 +0000 |
commit | a26d219a929f4e70f8597dfd57a53348c4bba905 (patch) | |
tree | 818b999f41d9902507512f5418909538cf983b22 /gn | |
parent | c2a954290dc3888f877a047098b84c24363895fb (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')
-rw-r--r-- | gn/gn_to_bp.py | 1 |
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', ] |