diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-08 22:07:48 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-08 22:07:48 +0000 |
commit | 568d3f5d7b4d5aecc0ab0dc2f858a8c78b082e6a (patch) | |
tree | d9720f7eebd8a9fcf5a6b300d4425141c7b4841d /chrome/DEPS | |
parent | c40671f2093ca48862fb1212226c8ccb95d0adc9 (diff) | |
download | chromium_src-568d3f5d7b4d5aecc0ab0dc2f858a8c78b082e6a.zip chromium_src-568d3f5d7b4d5aecc0ab0dc2f858a8c78b082e6a.tar.gz chromium_src-568d3f5d7b4d5aecc0ab0dc2f858a8c78b082e6a.tar.bz2 |
Add deps files and rules for the checkdeps script.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@600 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS new file mode 100644 index 0000000..618d1b3 --- /dev/null +++ b/chrome/DEPS @@ -0,0 +1,14 @@ +include_rules = [
+ "+net",
+
+ # The subdirectories in chrome/ will manually allow their own include
+ # directories in chrome/ so we disallow all of them.
+ "-chrome",
+ "+chrome/common",
+ "+chrome/test",
+
+ # Don't allow inclusion of these other libs we shouldn't be calling directly.
+ "-v8",
+ "-webkit",
+ "-tools",
+]
|