diff options
author | Daniel Cheng <dcheng@chromium.org> | 2014-10-06 20:22:19 -0700 |
---|---|---|
committer | Daniel Cheng <dcheng@chromium.org> | 2014-10-07 03:23:01 +0000 |
commit | d42a8f8372389ff80a2f0f55b8826318a6ed2c93 (patch) | |
tree | 21d3f15ac47b219ac38c0aaf59fd3ed0855d8049 /ui | |
parent | d974ccd44609e4c7e4412f1af80818b81504851f (diff) | |
download | chromium_src-d42a8f8372389ff80a2f0f55b8826318a6ed2c93.zip chromium_src-d42a8f8372389ff80a2f0f55b8826318a6ed2c93.tar.gz chromium_src-d42a8f8372389ff80a2f0f55b8826318a6ed2c93.tar.bz2 |
Rewrite line endings from CRLF to LF for a bunch of files.
There's a lot of other files with CRLF line endings in test data,
third_party, and tools. Out of caution, those files have been left
unchanged, in case anything depends on the CRLF being present.
BUG=420796
TBR=darin@chromium.org, rsleevi@chromium.org, sky@chromium.org
Review URL: https://codereview.chromium.org/630333002
Cr-Commit-Position: refs/heads/master@{#298348}
Diffstat (limited to 'ui')
-rw-r--r-- | ui/README.chromium | 12 | ||||
-rw-r--r-- | ui/v2/OWNERS | 2 | ||||
-rw-r--r-- | ui/views/OWNERS | 6 | ||||
-rw-r--r-- | ui/views/corewm/README.chromium | 4 | ||||
-rw-r--r-- | ui/views/widget/desktop_aura/README.chromium | 4 |
5 files changed, 14 insertions, 14 deletions
diff --git a/ui/README.chromium b/ui/README.chromium index 1824944..b134653 100644 --- a/ui/README.chromium +++ b/ui/README.chromium @@ -1,6 +1,6 @@ -This directory contains discrete components used to build Chromium's user
-interface.
-
-Each subdirectory must be an isolated component that lists its dependencies in
-a DEPS file. See subdirectory README.chromium files for specific information
-about each component.
+This directory contains discrete components used to build Chromium's user +interface. + +Each subdirectory must be an isolated component that lists its dependencies in +a DEPS file. See subdirectory README.chromium files for specific information +about each component. diff --git a/ui/v2/OWNERS b/ui/v2/OWNERS index f2f5774..9c070a5 100644 --- a/ui/v2/OWNERS +++ b/ui/v2/OWNERS @@ -1 +1 @@ -ben@chromium.org
+ben@chromium.org diff --git a/ui/views/OWNERS b/ui/views/OWNERS index 8e95571..bcc5cf9 100644 --- a/ui/views/OWNERS +++ b/ui/views/OWNERS @@ -1,3 +1,3 @@ -ben@chromium.org
-sadrul@chromium.org
-sky@chromium.org
+ben@chromium.org +sadrul@chromium.org +sky@chromium.org diff --git a/ui/views/corewm/README.chromium b/ui/views/corewm/README.chromium index a5513c4..cfb2b6a 100644 --- a/ui/views/corewm/README.chromium +++ b/ui/views/corewm/README.chromium @@ -1,2 +1,2 @@ -This directory contains window-manager code that is shared by Ash and the
-Desktop Aura implementation.
+This directory contains window-manager code that is shared by Ash and the +Desktop Aura implementation. diff --git a/ui/views/widget/desktop_aura/README.chromium b/ui/views/widget/desktop_aura/README.chromium index 5e0ff71..a81055f 100644 --- a/ui/views/widget/desktop_aura/README.chromium +++ b/ui/views/widget/desktop_aura/README.chromium @@ -1,2 +1,2 @@ -This directory contains the views::NativeWidget implementation used for the
-Desktop Aura port, and required supporting infrastructure.
+This directory contains the views::NativeWidget implementation used for the +Desktop Aura port, and required supporting infrastructure. |