diff options
author | jvoung@chromium.org <jvoung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-11 18:08:44 +0000 |
---|---|---|
committer | jvoung@chromium.org <jvoung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-11 18:08:44 +0000 |
commit | 46daa95ed491b4bbab471fc592f53c64f1fc9f31 (patch) | |
tree | 700d12f7973d34545dd73ea1c4f9170fb9126d27 /ppapi | |
parent | f88a8f74a8167494ef01ea59b77f532068fd42b7 (diff) | |
download | chromium_src-46daa95ed491b4bbab471fc592f53c64f1fc9f31.zip chromium_src-46daa95ed491b4bbab471fc592f53c64f1fc9f31.tar.gz chromium_src-46daa95ed491b4bbab471fc592f53c64f1fc9f31.tar.bz2 |
[NaCl SDK] docs: Remove references to obsolete debugging env vars.
Make also complained about some broken links and stopped w/
warnings as errors.
I assume a bunch these went away w/ the really old proxy switch =)
BUG=266395
NOTRY=true
Review URL: https://codereview.chromium.org/383523004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282653 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rwxr-xr-x | ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py b/ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py index 36b8c2a..1abbb44 100755 --- a/ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py +++ b/ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py @@ -78,9 +78,7 @@ def MakeEnv(options): # Enable PPAPI Dev interfaces for testing. env['NACL_ENABLE_PPAPI_DEV'] = str(options.enable_ppapi_dev) if options.debug: - env['PPAPI_BROWSER_DEBUG'] = '1' env['NACL_PLUGIN_DEBUG'] = '1' - env['NACL_PPAPI_PROXY_DEBUG'] = '1' # env['NACL_SRPC_DEBUG'] = '1' return env |