diff options
author | creis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-16 20:20:05 +0000 |
---|---|---|
committer | creis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-16 20:20:05 +0000 |
commit | 01db12c6928e8868042105ccd00cb688661d309f (patch) | |
tree | 106b4ae0e344b1fc7cb36d31d590e4ece2769299 /build | |
parent | 9dc7c76aff37875d7a267eeb51345c722dbcdc08 (diff) | |
download | chromium_src-01db12c6928e8868042105ccd00cb688661d309f.zip chromium_src-01db12c6928e8868042105ccd00cb688661d309f.tar.gz chromium_src-01db12c6928e8868042105ccd00cb688661d309f.tar.bz2 |
Revert 122320 - fake_dns tool for Android.
It runs on device to resolves any host name to 127.0.0.1.
With it and the forwarder, all HTTP requests are redirected to our replay server
running on the host machine.
Review URL: http://codereview.chromium.org/9401014
TBR=wangxianzhu@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9415018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122348 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all_android.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index ae019ed..f1b0f90 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -34,8 +34,6 @@ '../net/net.gyp:net_unittests', # From here down: not added to run_tests.py yet. '../jingle/jingle.gyp:jingle_unittests', - '../tools/android/fake_dns/fake_dns.gyp:fake_dns', - '../tools/android/forwarder/forwarder.gyp:forwarder', ], }, { |