Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/nacl.scons

Issue 14122010: NaCl: Enable untrusted hardware exception handling by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove env var Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/nacl.scons
diff --git a/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/nacl.scons b/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/nacl.scons
index 33ed84448ddeb331bf11f2cdfe79c120e480ca1d..898df47236d05fb15d9930e889c3bcdb7b8e72ad 100644
--- a/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/nacl.scons
+++ b/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/nacl.scons
@@ -8,9 +8,6 @@ import posixpath
Import('env')
-# Enable untrusted exception handling (for exception_test).
-env['ENV']['NACL_UNTRUSTED_EXCEPTION_HANDLING'] = '1'
-
env.ComponentLibrary('testrunner_browser', ['test_runner_ppapi.c'])
dest_copy = env.Replicate('$STAGING_DIR', 'test_runner.html')
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698