diff options
author | felipeg@chromium.org <felipeg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-07 19:18:35 +0000 |
---|---|---|
committer | felipeg@chromium.org <felipeg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-07 19:18:35 +0000 |
commit | 4032b30d3d3a7febddbc5bcaf8f8a63495cfb272 (patch) | |
tree | 5b8fbb276ba26dcd5ddf71027fd1e06df7c8254c /build/all_android.gyp | |
parent | 24f72e8014d9ca9af48f59eacc02099d6dc40c41 (diff) | |
download | chromium_src-4032b30d3d3a7febddbc5bcaf8f8a63495cfb272.zip chromium_src-4032b30d3d3a7febddbc5bcaf8f8a63495cfb272.tar.gz chromium_src-4032b30d3d3a7febddbc5bcaf8f8a63495cfb272.tar.bz2 |
Forwarder 2 implementation
This is the first CL for implementing the Forwarder2, necessary to android testing.
The big picture CL can be seem here: https://chromiumcodereview.appspot.com/10918057/
BUG=146502
Review URL: https://chromiumcodereview.appspot.com/10916112
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155446 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all_android.gyp')
-rw-r--r-- | build/all_android.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index c3b103a..2894287 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -49,6 +49,7 @@ '../tools/android/device_stats_monitor/device_stats_monitor.gyp:device_stats_monitor', '../tools/android/fake_dns/fake_dns.gyp:fake_dns', '../tools/android/forwarder/forwarder.gyp:forwarder', + '../tools/android/forwarder2/forwarder.gyp:forwarder2', '../tools/android/md5sum/md5sum.gyp:md5sum', '../ui/ui.gyp:ui_unittests', # From here down: not added to run_tests.py yet. |