summaryrefslogtreecommitdiffstats
path: root/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 /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 'DEPS')
-rw-r--r--DEPS64
1 files changed, 32 insertions, 32 deletions
diff --git a/DEPS b/DEPS
index c3a864d..dc868b3 100644
--- a/DEPS
+++ b/DEPS
@@ -1,32 +1,32 @@
-deps = {
- "src/breakpad/src":
- "http://google-breakpad.googlecode.com/svn/trunk/src@281",
-
- "src/googleurl":
- "http://google-url.googlecode.com/svn/trunk@90",
-
- "src/testing/gtest":
- "http://googletest.googlecode.com/svn/trunk@63",
-
- "src/third_party/WebKit":
- "svn://chrome-svn/chrome/trunk/third_party/WebKit@19",
-
- "src/third_party/icu38":
- "svn://chrome-svn/chrome/trunk/deps/third_party/icu38@989",
-
- "src/v8":
- "https://svn/r/googleclient/v8/trunk@130945",
-
- "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"
-]
+deps = {
+ "src/breakpad/src":
+ "http://google-breakpad.googlecode.com/svn/trunk/src@281",
+
+ "src/googleurl":
+ "http://google-url.googlecode.com/svn/trunk@90",
+
+ "src/testing/gtest":
+ "http://googletest.googlecode.com/svn/trunk@63",
+
+ "src/third_party/WebKit":
+ "svn://chrome-svn/chrome/trunk/third_party/WebKit@19",
+
+ "src/third_party/icu38":
+ "svn://chrome-svn/chrome/trunk/deps/third_party/icu38@989",
+
+ "src/v8":
+ "https://svn/r/googleclient/v8/trunk@130945",
+
+ "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"
+]