diff options
author | wangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-17 23:57:42 +0000 |
---|---|---|
committer | wangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-17 23:57:42 +0000 |
commit | ac65d3f4be81b217cd143fc14cf0c98cc200bffb (patch) | |
tree | b8222814afc03124ede0a6eec86bd307a90868dd /build | |
parent | e09155d239cf6bfd49f6c1885da3a319502f09fe (diff) | |
download | chromium_src-ac65d3f4be81b217cd143fc14cf0c98cc200bffb.zip chromium_src-ac65d3f4be81b217cd143fc14cf0c98cc200bffb.tar.gz chromium_src-ac65d3f4be81b217cd143fc14cf0c98cc200bffb.tar.bz2 |
fake_dns tool for Android (fixed DEPS).
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/9419020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122630 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all_android.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index f1b0f90..c73c68f 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -34,6 +34,10 @@ '../net/net.gyp:net_unittests', # From here down: not added to run_tests.py yet. '../jingle/jingle.gyp:jingle_unittests', + # Workaround of crbug.com/109763. + # TODO(wangxianzhu): Enable them in the next CL. + # '../tools/android/fake_dns/fake_dns.gyp:fake_dns', + # '../tools/android/forwarder/forwarder.gyp:forwarder', ], }, { |