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: http://src.chromium.org/svn/trunk/src/build@122630 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
wangxianzhu@chromium.org 2012-02-17 23:57:42 +00:00
Родитель ce44b8eb2e
Коммит eb284adb92
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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',
],
},
{