summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-08 22:07:48 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-08 22:07:48 +0000
commit568d3f5d7b4d5aecc0ab0dc2f858a8c78b082e6a (patch)
treed9720f7eebd8a9fcf5a6b300d4425141c7b4841d /DEPS
parentc40671f2093ca48862fb1212226c8ccb95d0adc9 (diff)
downloadchromium_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 'DEPS')
-rw-r--r--DEPS10
1 files changed, 10 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 4e3e26c..64ad090 100644
--- a/DEPS
+++ b/DEPS
@@ -20,3 +20,13 @@ deps = {
"src/webkit/data/layout_tests/LayoutTests":
"http://svn.webkit.org/repository/webkit/branches/Safari-3-1-branch/LayoutTests@31256",
}
+
+include_rules = [
+ # Everybody can use some things.
+ "+base",
+ "+build",
+
+ # For now, we allow ICU to be included by specifying "unicode/...", although
+ # this should probably change.
+ "+unicode"
+]