summaryrefslogtreecommitdiffstats
path: root/webkit
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 /webkit
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 'webkit')
-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
4 files changed, 15 insertions, 15 deletions
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",
+]