diff options
author | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-18 23:59:51 +0000 |
---|---|---|
committer | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-18 23:59:51 +0000 |
commit | 4ec7327e664f72ade9a1aa4460c25978d72af94f (patch) | |
tree | 0f2c6c09a13f2b59664dad4042f3646e43c1a189 /chrome/common/DEPS | |
parent | 29f705410c85fc7f24c0135137a326f78b777e39 (diff) | |
download | chromium_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 'chrome/common/DEPS')
-rw-r--r-- | chrome/common/DEPS | 16 |
1 files changed, 8 insertions, 8 deletions
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", +] + |