diff options
author | wangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-15 05:12:27 +0000 |
---|---|---|
committer | wangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-15 05:12:27 +0000 |
commit | c65c6e3150af3dc37471c76b10d2b05cf7367aa3 (patch) | |
tree | d1e2cd5de49cd95893c6ab6ce55de6a145951e4f /tools/android/OWNERS | |
parent | 69f406901670991e1d8a5e44346ffba25741b5cd (diff) | |
download | chromium_src-c65c6e3150af3dc37471c76b10d2b05cf7367aa3.zip chromium_src-c65c6e3150af3dc37471c76b10d2b05cf7367aa3.tar.gz chromium_src-c65c6e3150af3dc37471c76b10d2b05cf7367aa3.tar.bz2 |
tools/android/forwarder (as well as tools/android/common)
'forwarder' is a tool that can forward a TCP port listening on the device
to a port on the host. It works like 'adb forward' but in the reverse
direction. It's useful to run tests on the device that need to access TCP
services on the host.
Review URL: http://codereview.chromium.org/9359003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/android/OWNERS')
-rw-r--r-- | tools/android/OWNERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/android/OWNERS b/tools/android/OWNERS new file mode 100644 index 0000000..26eb81a --- /dev/null +++ b/tools/android/OWNERS @@ -0,0 +1,6 @@ +set noparent +jnd@chromium.org +jrg@chromium.org +tonyg@chromium.org +wangxianzhu@chromium.org +yfriedman@chromium.org |