From a26d219a929f4e70f8597dfd57a53348c4bba905 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Wed, 16 Aug 2017 21:39:14 +0000 Subject: 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 > Reviewed-by: Leon Scroggins 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 Commit-Queue: Mike Klein --- gn/gn_to_bp.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gn/gn_to_bp.py') 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', ] -- cgit v1.2.3