OLD | NEW |
(Empty) | |
| 1 This directory contains elements of Chromium's user interface toolkit: |
| 2 |
| 3 base/ |
| 4 Common UI framework components for resource loading, localization, |
| 5 string formatting, cross platform model interfaces etc. |
| 6 views/ |
| 7 UI "View" framework used for building interfaces on Windows and Linux |
| 8 (ChromeOS). |
| 9 |
| 10 This directory is NOT for things that are unrelated to a user interface library, |
| 11 even if: |
| 12 * they are shared by multiple top level directories in src/, |
| 13 * brettw won't let you put them in base! |
| 14 * it's just two little files... come on! |
| 15 |
| 16 - ben@chromium.org |
OLD | NEW |