diff options
author | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-25 05:11:57 +0000 |
---|---|---|
committer | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-25 05:11:57 +0000 |
commit | 689d9d0d463d2b2f622a0cd74d79d1b60f432fc1 (patch) | |
tree | 9641f9d6b5fffa1d8a477a0dbfd6caeddd0772d6 /ui/ui_unittests.gypi | |
parent | 906625821f97a508d76810fba7b9641335f68b51 (diff) | |
download | chromium_src-689d9d0d463d2b2f622a0cd74d79d1b60f432fc1.zip chromium_src-689d9d0d463d2b2f622a0cd74d79d1b60f432fc1.tar.gz chromium_src-689d9d0d463d2b2f622a0cd74d79d1b60f432fc1.tar.bz2 |
Add gfx::RenderText and support code.
RenderText is NativeTextFieldViews' interface to platform-specific text rendering engines.
This change doesn't hook in any new Pango or Uniscribe functionality, it will just setup the necessary API.
Review URL: http://codereview.chromium.org/7265011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93840 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui_unittests.gypi')
-rw-r--r-- | ui/ui_unittests.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi index 5c7f9b7..9839df6 100644 --- a/ui/ui_unittests.gypi +++ b/ui/ui_unittests.gypi @@ -126,6 +126,11 @@ }], ], }], + ['toolkit_views==1', { + 'sources': [ + 'gfx/render_text_unittest.cc', + ], + }], ], }, ], |