summaryrefslogtreecommitdiffstats
path: root/remoting/DEPS
diff options
context:
space:
mode:
authorgarykac@google.com <garykac@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-07 21:07:34 +0000
committergarykac@google.com <garykac@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-07 21:07:34 +0000
commitcfa8f06de2c4aae71ce39b67056d6bb85c00de74 (patch)
treee86377976166c829ebba6d6150e940216a5f419e /remoting/DEPS
parent84a661708faa4431cdba5833a33c7834389c65ef (diff)
downloadchromium_src-cfa8f06de2c4aae71ce39b67056d6bb85c00de74.zip
chromium_src-cfa8f06de2c4aae71ce39b67056d6bb85c00de74.tar.gz
chromium_src-cfa8f06de2c4aae71ce39b67056d6bb85c00de74.tar.bz2
Add DEPS file to chromoting so that the checkdeps trybot doesn't complain
about includes in other directories. TBR=hclam BUG=none TEST=ran tools/checkdeps/checkdeps.py; veriried no warnings Review URL: http://codereview.chromium.org/2679006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49092 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/DEPS')
-rw-r--r--remoting/DEPS9
1 files changed, 9 insertions, 0 deletions
diff --git a/remoting/DEPS b/remoting/DEPS
new file mode 100644
index 0000000..46cb98b
--- /dev/null
+++ b/remoting/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ "+chrome/common/net",
+ "+gfx",
+ "+google/protobuf",
+ "+media/base",
+ "+talk",
+ "+third_party/npapi",
+ "+third_party/zlib",
+]