diff options
author | mikhail.pozdnyakov <mikhail.pozdnyakov@intel.com> | 2016-02-29 00:59:33 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-29 09:00:41 +0000 |
commit | da8ee699b156b3d8d82b16285039f7bf7d80b720 (patch) | |
tree | b30559a99b6d2f2057fabcbdc3ebf8421c6baa46 /extensions/renderer/DEPS | |
parent | 724a18da5c695cfea307116a6bde98f7aef11663 (diff) | |
download | chromium_src-da8ee699b156b3d8d82b16285039f7bf7d80b720.zip chromium_src-da8ee699b156b3d8d82b16285039f7bf7d80b720.tar.gz chromium_src-da8ee699b156b3d8d82b16285039f7bf7d80b720.tar.bz2 |
[chrome.displaySource] Use WDS for Wi-Fi Display implementation
The WDS library implements a Wi-Fi Display dialect of RTSP
that includes the parser, actual negotiation logic for sink
and source, and the related data structures.
This patch contains initial implementation of WDS library
embedder interfaces.
BUG=242107
Review URL: https://codereview.chromium.org/1698473004
Cr-Commit-Position: refs/heads/master@{#378182}
Diffstat (limited to 'extensions/renderer/DEPS')
-rw-r--r-- | extensions/renderer/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/renderer/DEPS b/extensions/renderer/DEPS index bd0ed52..6d144629 100644 --- a/extensions/renderer/DEPS +++ b/extensions/renderer/DEPS @@ -13,6 +13,8 @@ include_rules = [ "+third_party/WebKit/public/platform", "+third_party/WebKit/public/web", + "+third_party/wds/src/libwds/public", + "+tools/json_schema_compiler", "-v8", |