summaryrefslogtreecommitdiffstats
path: root/chrome/DEPS
diff options
context:
space:
mode:
authormmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-18 23:59:51 +0000
committermmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-18 23:59:51 +0000
commit4ec7327e664f72ade9a1aa4460c25978d72af94f (patch)
tree0f2c6c09a13f2b59664dad4042f3646e43c1a189 /chrome/DEPS
parent29f705410c85fc7f24c0135137a326f78b777e39 (diff)
downloadchromium_src-4ec7327e664f72ade9a1aa4460c25978d72af94f.zip
chromium_src-4ec7327e664f72ade9a1aa4460c25978d72af94f.tar.gz
chromium_src-4ec7327e664f72ade9a1aa4460c25978d72af94f.tar.bz2
Use LF for newlines in all DEPS files
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1011 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r--chrome/DEPS28
1 files changed, 14 insertions, 14 deletions
diff --git a/chrome/DEPS b/chrome/DEPS
index 618d1b3..83639d6 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -1,14 +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",
-]
+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",
+]