0
Files
src/ui
tfarina@chromium.org 0aa7693085 views: Split test_support_views in two targets.
One with content dep and one without.

BUG=141187
R=ben@chromium.org
TBR=jam@chromium.org

Review URL: https://codereview.chromium.org/11117009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161810 0039d316-1c4b-4281-b951-d872f2087c98
2012-10-14 19:11:10 +00:00
..
2012-09-18 21:47:56 +00:00
2012-10-13 06:15:20 +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