0
Files
src/ui
thakis@chromium.org c44d8d39ba Rename range.mm to range_mac.mm.
For consistency, move the windows-specific code from range.cc into
range_win.cc.

Do the same for unit tests.

In addition to this being nicer in general, the make build also gets
confused if two files have the same path and basename, but different
extensions (range.cc, range.mm), which is fixed by this CL.

BUG=none
TEST=none

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91480 0039d316-1c4b-4281-b951-d872f2087c98
2011-07-04 21:28:58 +00:00
..
2011-07-04 21:28:58 +00:00
2011-06-30 17:50:16 +00:00
2011-07-01 21:56:20 +00:00
2011-06-30 19:43:12 +00:00
2011-01-14 21:14:16 +00:00
2011-07-04 21:28:58 +00:00
2011-07-04 21:26:27 +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