diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-21 01:30:45 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-21 01:30:45 +0000 |
commit | 83c75888e4525ed9ae0473f566b3f5768fe76504 (patch) | |
tree | 523dba76e44f18e0e0e1f2a4997e91c5373f87b2 /remoting/protocol/DEPS | |
parent | c64edcc0969bba17342bc2f3864342049e83a864 (diff) | |
download | chromium_src-83c75888e4525ed9ae0473f566b3f5768fe76504.zip chromium_src-83c75888e4525ed9ae0473f566b3f5768fe76504.tar.gz chromium_src-83c75888e4525ed9ae0473f566b3f5768fe76504.tar.bz2 |
Channel adapter for Pepper P2P Transport API.
The new adapter will be used to implement protocol on top
of the Transport API.
BUG=51198
TEST=None
Review URL: http://codereview.chromium.org/7200037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89776 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/DEPS')
-rw-r--r-- | remoting/protocol/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/protocol/DEPS b/remoting/protocol/DEPS index b1c16e3..5da27db 100644 --- a/remoting/protocol/DEPS +++ b/remoting/protocol/DEPS @@ -2,6 +2,8 @@ include_rules = [ "+google/protobuf", "+jingle/glue", "+net", + "+ppapi/c", + "+ppapi/cpp", "+remoting/jingle_glue", "+third_party/protobuf/src", ] |