diff options
Diffstat (limited to 'remoting/client/DEPS')
-rw-r--r-- | remoting/client/DEPS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/remoting/client/DEPS b/remoting/client/DEPS new file mode 100644 index 0000000..c543943 --- /dev/null +++ b/remoting/client/DEPS @@ -0,0 +1,8 @@ +include_rules = [ + "+gfx", + "+ppapi", + "+third_party/npapi", + + "+remoting/protocol", + "+remoting/jingle_glue", +] |