0
Files
src/ui
aruslan@chromium.org 009c27661b Add 2-lines summary to CC/Address for Wallet items.
This adds functionality, not the final formatting of CC and Address data.

BUG=181286


Review URL: https://chromiumcodereview.appspot.com/12755019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188329 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 10:55:48 +00:00
..
2013-03-14 20:00:19 +00:00
2013-03-15 10:45:11 +00:00
2013-03-15 09:12:48 +00:00
2013-02-15 17:49:49 +00:00
2013-02-24 05:40:52 +00:00
2013-01-24 07:10:58 +00:00

This directory contains elements of Chromium's user interface toolkit:

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