diff options
author | rbyers@chromium.org <rbyers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 18:41:22 +0000 |
---|---|---|
committer | rbyers@chromium.org <rbyers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 18:41:22 +0000 |
commit | cbaa2972fb1a15ef32169a00439dc6ba099a0015 (patch) | |
tree | 753128e94cc079cc2da9b1cc847f3d732d072f25 /chrome/browser/chromeos/DEPS | |
parent | e09caeff5930bd5f7ab4c1e9b80a05b37ca11c9a (diff) | |
download | chromium_src-cbaa2972fb1a15ef32169a00439dc6ba099a0015.zip chromium_src-cbaa2972fb1a15ef32169a00439dc6ba099a0015.tar.gz chromium_src-cbaa2972fb1a15ef32169a00439dc6ba099a0015.tar.bz2 |
Remove CRs from DEPs file and mark as eol-style LF
CRs in this file were making it impossible to apply patches to it in the commit
and try bots. Removed CRs and marked with svn:eol-style LF property.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/7906011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101340 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/DEPS')
-rw-r--r-- | chrome/browser/chromeos/DEPS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/DEPS b/chrome/browser/chromeos/DEPS index b12714a..53f46fd 100644 --- a/chrome/browser/chromeos/DEPS +++ b/chrome/browser/chromeos/DEPS @@ -1,3 +1,3 @@ -include_rules = [
- "+cros",
-]
+include_rules = [ + "+cros", +] |