diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-22 19:49:54 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-22 19:49:54 +0000 |
commit | e7bf309bed1ed14bb5717f154cb1c3d57fef492e (patch) | |
tree | d51cab8dbb2b2578f84becf74c7d745fca7f1ee8 /webkit | |
parent | c53ff6355b6adf06aa94df43f94877a598f2d008 (diff) | |
download | chromium_src-e7bf309bed1ed14bb5717f154cb1c3d57fef492e.zip chromium_src-e7bf309bed1ed14bb5717f154cb1c3d57fef492e.tar.gz chromium_src-e7bf309bed1ed14bb5717f154cb1c3d57fef492e.tar.bz2 |
fix line endings on webkit/child/DEPS so other patches can apply
tryserver can't apply any patch to this file when it contains \r
apparently.
See e.g. http://build.chromium.org/p/tryserver.chromium/builders/linux_clang/builds/125940
TBR=jamesr@chromium.org
Review URL: https://codereview.chromium.org/19584004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212947 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/child/DEPS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/webkit/child/DEPS b/webkit/child/DEPS index 552b168..29c1fad 100644 --- a/webkit/child/DEPS +++ b/webkit/child/DEPS @@ -1,5 +1,5 @@ -include_rules = [
- "+jni", # Needed for Android's java-generated bindings.
- "+ui/base",
- "+ui/native_theme",
-]
+include_rules = [ + "+jni", # Needed for Android's java-generated bindings. + "+ui/base", + "+ui/native_theme", +] |