diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-27 21:56:53 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-27 21:56:53 +0000 |
commit | cd80a471dcd114e637f29747fa7b51531d034497 (patch) | |
tree | 2bf1228517113e733e53f0c8511b7d40c38da6b0 /ui/README.chromium | |
parent | e54e710f716c7fedaf57b89c91afc37c4cbeb664 (diff) | |
download | chromium_src-cd80a471dcd114e637f29747fa7b51531d034497.zip chromium_src-cd80a471dcd114e637f29747fa7b51531d034497.tar.gz chromium_src-cd80a471dcd114e637f29747fa7b51531d034497.tar.bz2 |
Update READMEs
BUG=none
R=sky@chromium.org
Review URL: https://codereview.chromium.org/25091003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225792 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/README.chromium')
-rw-r--r-- | ui/README.chromium | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/ui/README.chromium b/ui/README.chromium index 3279ad9..1824944 100644 --- a/ui/README.chromium +++ b/ui/README.chromium @@ -1,16 +1,6 @@ -This directory contains elements of Chromium's user interface toolkit:
+This directory contains discrete components used to build Chromium's user
+interface.
-base/
- Common UI framework components for resource loading, localization,
- string formatting, cross platform model interfaces etc.
-views/
- UI "View" framework used for building interfaces on Windows and Linux
- (ChromeOS).
-
-This directory is NOT for things that are unrelated to a user interface library,
-even if:
-* they are shared by multiple top level directories in src/,
-* brettw won't let you put them in base!
-* it's just two little files... come on!
-
-- ben@chromium.org
+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.
|