diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-08 02:03:10 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-08 02:03:10 +0000 |
commit | dfcc8927737e14edd5890c509ae113794435a470 (patch) | |
tree | 8705cd5af8968a9fa995246df6f23275aa226a5c /remoting/proto/chromotocol.gyp | |
parent | d7f7f753ace38ad83299ba7b53aa85f373849c91 (diff) | |
download | chromium_src-dfcc8927737e14edd5890c509ae113794435a470.zip chromium_src-dfcc8927737e14edd5890c509ae113794435a470.tar.gz chromium_src-dfcc8927737e14edd5890c509ae113794435a470.tar.bz2 |
Implement ChannelMultiplexer.
ChannelMultiplexer allows multiple logical channels to share a
single underlying transport channel.
BUG=137135
Review URL: https://chromiumcodereview.appspot.com/10830046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150484 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/proto/chromotocol.gyp')
-rw-r--r-- | remoting/proto/chromotocol.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/proto/chromotocol.gyp b/remoting/proto/chromotocol.gyp index 98077ce..baf8c40 100644 --- a/remoting/proto/chromotocol.gyp +++ b/remoting/proto/chromotocol.gyp @@ -15,6 +15,7 @@ 'control.proto', 'event.proto', 'internal.proto', + 'mux.proto', 'video.proto', ], 'variables': { |