diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-13 02:09:47 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-13 02:09:47 +0000 |
commit | 27521a7a218664cab5e3b5ebc6fd442f8c56992d (patch) | |
tree | 63487c2bacced82cf5264bb76f35eff3b0434ce9 /ui | |
parent | ece1b620cfaab48420571a1c17a10dc4f4ca38c0 (diff) | |
download | chromium_src-27521a7a218664cab5e3b5ebc6fd442f8c56992d.zip chromium_src-27521a7a218664cab5e3b5ebc6fd442f8c56992d.tar.gz chromium_src-27521a7a218664cab5e3b5ebc6fd442f8c56992d.tar.bz2 |
render_text_unittest.cc should not be compiled on Mac
This removes render_text_unittest.cc from target when compiled
on Mac. This becomes an issue when compiling Mac/Aura as there
is no Mac implemenation for render_text.h.
BUG=109946
TEST=Compiles under Mac/Aura.
R=asvitkine@chromium.org, ben@chromium.org
Review URL: http://codereview.chromium.org/9139064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117575 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ui_unittests.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi index 1e4fa81..638ddb2 100644 --- a/ui/ui_unittests.gypi +++ b/ui/ui_unittests.gypi @@ -165,7 +165,7 @@ '../build/linux/system.gyp:gtk', ], }], - ['toolkit_views==1', { + ['toolkit_views==1 and OS!="mac"', { 'sources': [ 'gfx/render_text_unittest.cc', ], |