0
Files
src/ui
sail@chromium.org 08397d5343 Change includes of gfx/* to ui/gfx/*
BUG=71063
TEST=compiled

Review URL: http://codereview.chromium.org/6312156

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73890 0039d316-1c4b-4281-b951-d872f2087c98
2011-02-05 01:53:38 +00:00
..
2011-02-05 01:53:38 +00:00
2011-02-05 01:53:38 +00:00
2011-01-20 23:19:46 +00:00
2011-01-14 21:14:16 +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