summaryrefslogtreecommitdiffstats
path: root/tools/android/fake_dns
Commit message (Collapse)AuthorAgeFilesLines
* [Android] Clean up build/android and tools/androidfrankf@chromium.org2013-10-143-285/+0
| | | | | | | | | | | | - Remove the place holder modules - Remove unused device_status_monitor - Remove unused fake_dns R=bulach@chromium.org, craigdh@chromium.org Review URL: https://codereview.chromium.org/26402002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228558 0039d316-1c4b-4281-b951-d872f2087c98
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
| | | | | | Review URL: https://codereview.chromium.org/11366229 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167739 0039d316-1c4b-4281-b951-d872f2087c98
* Make tools/android code built with clangmichaelbai@chromium.org2012-09-071-10/+26
| | | | | | | | | BUG=143931 Review URL: https://chromiumcodereview.appspot.com/10912135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155439 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the dependency on the STRIP env variable for Androidpeter@chromium.org2012-08-161-1/+1
| | | | | | | | | | | | Android builds currently rely on the STRIP environment variable to be available during build time, rather than just at project generation time. It shouldn't. BUG=142642 Review URL: https://chromiumcodereview.appspot.com/10832295 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151886 0039d316-1c4b-4281-b951-d872f2087c98
* fake_dns tool for Android (fixed DEPS).wangxianzhu@chromium.org2012-02-173-0/+269
| | | | | | | | | | 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
* Revert 122320 - fake_dns tool for Android.creis@chromium.org2012-02-162-266/+0
| | | | | | | | | | | | | 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
* fake_dns tool for Android.wangxianzhu@chromium.org2012-02-162-0/+266
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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122320 0039d316-1c4b-4281-b951-d872f2087c98