diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 04:34:12 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 04:34:12 +0000 |
commit | 0a02d61d7c499e3fd05c428bbb1ce88ffd950714 (patch) | |
tree | 2649bcdc82d8244c17d7e2c431b9470894593d15 /app/app.gyp | |
parent | d55e76095697233ab43bb8ddce9cc65bb82d0b7f (diff) | |
download | chromium_src-0a02d61d7c499e3fd05c428bbb1ce88ffd950714.zip chromium_src-0a02d61d7c499e3fd05c428bbb1ce88ffd950714.tar.gz chromium_src-0a02d61d7c499e3fd05c428bbb1ce88ffd950714.tar.bz2 |
Add gfx::Insets::ToString().
This will be useful for debugging views and views applications
(I needed this when I was debugging my views application).
Along the way, added tests for Insets.
TEST=added tests; app_unittests; try
BUG=none
Review URL: http://codereview.chromium.org/497004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34650 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/app.gyp')
-rw-r--r-- | app/app.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/app.gyp b/app/app.gyp index b7e31a6..a0bccad 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -44,6 +44,7 @@ 'gfx/color_utils_unittest.cc', 'gfx/font_unittest.cc', 'gfx/icon_util_unittest.cc', + 'gfx/insets_unittest.cc', 'gfx/native_theme_win_unittest.cc', 'gfx/skbitmap_operations_unittest.cc', 'gfx/text_elider_unittest.cc', |