From 8156dfec0f8ada9d61492b25ae39e4190c5b032d Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Fri, 5 Nov 2010 21:04:34 +0000 Subject: Add DEPS files in remoting subdirectories. This is to avoid unwanted dependencies between remoting modules. Also fixed libjingle includes to use full path, and removed some old includes. TEST=checkdeps BUG=None Review URL: http://codereview.chromium.org/4562002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65251 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/client/DEPS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 remoting/client/DEPS (limited to 'remoting/client/DEPS') 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", +] -- cgit v1.1