Adam Barth 61a2a00c78 Live the dream
This CL plumbs the data pipe from the network stack all the way to the parser
thread. We now drain the data pipe on the parser thread, which means network
bytes don't need to transit the main thread to reach the parser.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/664573004
2014-10-24 16:51:56 -07:00

9 lines
140 B
Python

include_rules = [
"+bindings",
"+core",
"+platform",
"+public/platform",
"+mojo/public",
"+mojo/services/public",
]