Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Issue 10918057: Add forwarder2 (Closed)

Created:
8 years, 3 months ago by felipeg
Modified:
8 years, 2 months ago
Reviewers:
bulach, Satish, Philippe, digit1
CC:
chromium-reviews, bulach+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add forwarder2 This is a Draft CL and will not be submitted. I am sending this giant CL first so that you can have a look at the whole system. I will send smaller CLs with smaller pieces separately to be reviewed and submitted. BUG=146502

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1740 lines, -1 line) Patch
M build/all_android.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M tools/android/common/adb_connection.cc View 2 chunks +1 line, -1 line 0 comments Download
M tools/android/common/common.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A tools/android/forwarder2/command.h View 1 chunk +43 lines, -0 lines 0 comments Download
A tools/android/forwarder2/command.cc View 1 chunk +84 lines, -0 lines 0 comments Download
A tools/android/forwarder2/device_controller.h View 1 chunk +45 lines, -0 lines 0 comments Download
A tools/android/forwarder2/device_controller.cc View 1 chunk +124 lines, -0 lines 0 comments Download
A tools/android/forwarder2/device_forwarder_main.cc View 1 chunk +66 lines, -0 lines 0 comments Download
A tools/android/forwarder2/device_listener.h View 1 chunk +78 lines, -0 lines 0 comments Download
A tools/android/forwarder2/device_listener.cc View 1 chunk +167 lines, -0 lines 0 comments Download
A tools/android/forwarder2/forwarder.h View 1 chunk +39 lines, -0 lines 0 comments Download
A tools/android/forwarder2/forwarder.cc View 1 chunk +151 lines, -0 lines 0 comments Download
A tools/android/forwarder2/forwarder.gyp View 1 chunk +63 lines, -0 lines 0 comments Download
A tools/android/forwarder2/host_controller.h View 1 chunk +50 lines, -0 lines 0 comments Download
A tools/android/forwarder2/host_controller.cc View 1 chunk +109 lines, -0 lines 0 comments Download
A tools/android/forwarder2/host_forwarder_main.cc View 1 chunk +145 lines, -0 lines 0 comments Download
A tools/android/forwarder2/pipe_notifier.h View 1 chunk +32 lines, -0 lines 0 comments Download
A tools/android/forwarder2/pipe_notifier.cc View 1 chunk +43 lines, -0 lines 0 comments Download
A tools/android/forwarder2/socket.h View 1 chunk +124 lines, -0 lines 0 comments Download
A tools/android/forwarder2/socket.cc View 1 chunk +308 lines, -0 lines 0 comments Download
A tools/android/forwarder2/thread.h View 1 chunk +34 lines, -0 lines 0 comments Download
A tools/android/forwarder2/thread.cc View 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
felipeg
8 years, 3 months ago (2012-09-04 17:38:07 UTC) #1
This is just for you guys to have an overview.
I will send smaller pieces to be submitted later

Powered by Google App Engine
This is Rietveld 408576698