summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--DEPS64
-rw-r--r--base/DEPS6
-rw-r--r--base/gfx/DEPS6
-rw-r--r--breakpad/DEPS2
-rw-r--r--chrome/DEPS28
-rw-r--r--chrome/app/DEPS12
-rw-r--r--chrome/browser/DEPS38
-rw-r--r--chrome/common/DEPS16
-rw-r--r--chrome/installer/DEPS8
-rw-r--r--chrome/renderer/DEPS8
-rw-r--r--chrome/test/DEPS8
-rw-r--r--chrome/test/perf/DEPS6
-rw-r--r--net/DEPS6
-rw-r--r--skia/DEPS4
-rw-r--r--testing/DEPS4
-rw-r--r--third_party/DEPS2
-rw-r--r--webkit/build/JavaScriptCore/DEPS4
-rw-r--r--webkit/default_plugin/DEPS6
-rw-r--r--webkit/glue/DEPS14
-rw-r--r--webkit/glue/plugins/DEPS6
20 files changed, 124 insertions, 124 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"
+]
diff --git a/base/DEPS b/base/DEPS
index 45dc3e2..c6e9550 100644
--- a/base/DEPS
+++ b/base/DEPS
@@ -1,3 +1,3 @@
-include_rules = [
- "+third_party/zlib",
-]
+include_rules = [
+ "+third_party/zlib",
+]
diff --git a/base/gfx/DEPS b/base/gfx/DEPS
index 9ba5a37..f4e06f0 100644
--- a/base/gfx/DEPS
+++ b/base/gfx/DEPS
@@ -1,3 +1,3 @@
-include_rules = [
- "+skia"
-]
+include_rules = [
+ "+skia"
+]
diff --git a/breakpad/DEPS b/breakpad/DEPS
index d6e89fe..ad8101f 100644
--- a/breakpad/DEPS
+++ b/breakpad/DEPS
@@ -1 +1 @@
-skip_subtree_includes = True
+skip_subtree_includes = True
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",
+]
diff --git a/chrome/app/DEPS b/chrome/app/DEPS
index caa6945..892a0d2 100644
--- a/chrome/app/DEPS
+++ b/chrome/app/DEPS
@@ -1,6 +1,6 @@
-include_rules = [
- "+breakpad",
- "+chrome/browser",
- "+sandbox",
- "+tools/memory_watcher",
-]
+include_rules = [
+ "+breakpad",
+ "+chrome/browser",
+ "+sandbox",
+ "+tools/memory_watcher",
+]
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 525425e..55ab2cc 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -1,19 +1,19 @@
-include_rules = [
- "+chrome/installer",
- "+chrome/tools",
- "+chrome/tools/profiles", # For history unit tests.
- "+chrome/views",
- "+webkit/activex_shim",
- "+webkit/default_plugin",
- "+webkit/glue", # Defines some types that are marshalled over IPC.
-
- # Other libraries.
- "+chrome/third_party/hunspell",
- "+chrome/third_party/sqlite",
- "+libxml", # For search engine definition parsing.
- "+v8/public", # Browser uses V8 to get the version and run the debugger.
-
- # FIXME: this should probably not be here, we need to find a better
- # structure for these includes.
- "+chrome/renderer",
-]
+include_rules = [
+ "+chrome/installer",
+ "+chrome/tools",
+ "+chrome/tools/profiles", # For history unit tests.
+ "+chrome/views",
+ "+webkit/activex_shim",
+ "+webkit/default_plugin",
+ "+webkit/glue", # Defines some types that are marshalled over IPC.
+
+ # Other libraries.
+ "+chrome/third_party/hunspell",
+ "+chrome/third_party/sqlite",
+ "+libxml", # For search engine definition parsing.
+ "+v8/public", # Browser uses V8 to get the version and run the debugger.
+
+ # FIXME: this should probably not be here, we need to find a better
+ # structure for these includes.
+ "+chrome/renderer",
+]
diff --git a/chrome/common/DEPS b/chrome/common/DEPS
index bd0159c..fdd760a 100644
--- a/chrome/common/DEPS
+++ b/chrome/common/DEPS
@@ -1,8 +1,8 @@
-include_rules = [
- "+chrome/plugin", # For checking whether we're a plugin process.
-
- # Other libraries.
- "+third_party/bzip2",
- "+third_party/npapi",
-]
-
+include_rules = [
+ "+chrome/plugin", # For checking whether we're a plugin process.
+
+ # Other libraries.
+ "+third_party/bzip2",
+ "+third_party/npapi",
+]
+
diff --git a/chrome/installer/DEPS b/chrome/installer/DEPS
index 530b46c..1fa50b3 100644
--- a/chrome/installer/DEPS
+++ b/chrome/installer/DEPS
@@ -1,4 +1,4 @@
-include_rules = [
- "+third_party/bspatch",
- "+third_party/lzma_sdk",
-]
+include_rules = [
+ "+third_party/bspatch",
+ "+third_party/lzma_sdk",
+]
diff --git a/chrome/renderer/DEPS b/chrome/renderer/DEPS
index 3632832..c732328 100644
--- a/chrome/renderer/DEPS
+++ b/chrome/renderer/DEPS
@@ -1,4 +1,4 @@
-include_rules = [
- "+webkit/port", # For certain drawing, would be nice to not have.
-]
-
+include_rules = [
+ "+webkit/port", # For certain drawing, would be nice to not have.
+]
+
diff --git a/chrome/test/DEPS b/chrome/test/DEPS
index 20e075d..70906cf 100644
--- a/chrome/test/DEPS
+++ b/chrome/test/DEPS
@@ -1,4 +1,4 @@
-include_rules = [
- # The test directory can do whatever it wants in chrome.
- "+chrome",
-]
+include_rules = [
+ # The test directory can do whatever it wants in chrome.
+ "+chrome",
+]
diff --git a/chrome/test/perf/DEPS b/chrome/test/perf/DEPS
index c35ddd5..d29562f 100644
--- a/chrome/test/perf/DEPS
+++ b/chrome/test/perf/DEPS
@@ -1,3 +1,3 @@
-include_rules = [
- "+webkit/third_party/WebCore/platform", # For URL parsing perf test.
-]
+include_rules = [
+ "+webkit/third_party/WebCore/platform", # For URL parsing perf test.
+]
diff --git a/net/DEPS b/net/DEPS
index b098819..d048ba2 100644
--- a/net/DEPS
+++ b/net/DEPS
@@ -1,3 +1,3 @@
-include_rules = [
- "+third_party/modp_b64",
-]
+include_rules = [
+ "+third_party/modp_b64",
+]
diff --git a/skia/DEPS b/skia/DEPS
index 5a51ebd..fe0a5d2 100644
--- a/skia/DEPS
+++ b/skia/DEPS
@@ -1,2 +1,2 @@
-# Don't check include rules for Skia.
-skip_subtree_includes = True
+# Don't check include rules for Skia.
+skip_subtree_includes = True
diff --git a/testing/DEPS b/testing/DEPS
index 0338d3e..af64546 100644
--- a/testing/DEPS
+++ b/testing/DEPS
@@ -1,2 +1,2 @@
-# Prevent the include rule checker from checking gtest.
-skip_subtree_includes = True
+# Prevent the include rule checker from checking gtest.
+skip_subtree_includes = True
diff --git a/third_party/DEPS b/third_party/DEPS
index d6e89fe..ad8101f 100644
--- a/third_party/DEPS
+++ b/third_party/DEPS
@@ -1 +1 @@
-skip_subtree_includes = True
+skip_subtree_includes = True
diff --git a/webkit/build/JavaScriptCore/DEPS b/webkit/build/JavaScriptCore/DEPS
index 8ae4cb5..b732c5f 100644
--- a/webkit/build/JavaScriptCore/DEPS
+++ b/webkit/build/JavaScriptCore/DEPS
@@ -1,2 +1,2 @@
-# Don't check the includes here, since we include various WebKit things.
-skip_subtree_includes = True
+# Don't check the includes here, since we include various WebKit things.
+skip_subtree_includes = True
diff --git a/webkit/default_plugin/DEPS b/webkit/default_plugin/DEPS
index c753860..5827c26 100644
--- a/webkit/default_plugin/DEPS
+++ b/webkit/default_plugin/DEPS
@@ -1,3 +1,3 @@
-include_rules = [
- "+third_party/libxml",
-]
+include_rules = [
+ "+third_party/libxml",
+]
diff --git a/webkit/glue/DEPS b/webkit/glue/DEPS
index e4af456..a9f4fff 100644
--- a/webkit/glue/DEPS
+++ b/webkit/glue/DEPS
@@ -1,7 +1,7 @@
-include_rules = [
- "+webkit/tools/test_shell", # Needed for test shell tests.
-
- # This is not actually a directory, but npruntime_util.cc includes a file
- # from WebKit starting with this path in JSCore mode.
- "+bindings/c",
-]
+include_rules = [
+ "+webkit/tools/test_shell", # Needed for test shell tests.
+
+ # This is not actually a directory, but npruntime_util.cc includes a file
+ # from WebKit starting with this path in JSCore mode.
+ "+bindings/c",
+]
diff --git a/webkit/glue/plugins/DEPS b/webkit/glue/plugins/DEPS
index b1b4f45..6085fe5 100644
--- a/webkit/glue/plugins/DEPS
+++ b/webkit/glue/plugins/DEPS
@@ -1,3 +1,3 @@
-include_rules = [
- "+third_party/mozilla/include",
-]
+include_rules = [
+ "+third_party/mozilla/include",
+]