Index: ui/ui.gyp |
=================================================================== |
--- ui/ui.gyp (revision 143591) |
+++ ui/ui.gyp (working copy) |
@@ -378,6 +378,8 @@ |
'gfx/rect_base_impl.h', |
'gfx/render_text.cc', |
'gfx/render_text.h', |
+ 'gfx/render_text_mac.cc', |
+ 'gfx/render_text_mac.h', |
'gfx/render_text_linux.cc', |
'gfx/render_text_linux.h', |
'gfx/render_text_win.cc', |
@@ -665,16 +667,6 @@ |
'base/x/events_x.cc', |
], |
}], |
- ['toolkit_views==0 and use_canvas_skia==0', { |
- 'sources!': [ |
- 'gfx/render_text.cc', |
- 'gfx/render_text.h', |
- 'gfx/render_text_linux.cc', |
- 'gfx/render_text_linux.h', |
- 'gfx/render_text_win.cc', |
- 'gfx/render_text_win.h', |
- ], |
- }], |
['OS=="android"', { |
'sources!': [ |
'base/touch/touch_factory.cc', |
@@ -683,6 +675,12 @@ |
'gfx/pango_util.cc', |
'gfx/platform_font_pango.cc', |
'gfx/platform_font_pango.h', |
+ 'gfx/render_text.cc', |
+ 'gfx/render_text.h', |
+ 'gfx/render_text_linux.cc', |
msw
2012/06/22 17:42:10
nit: sorry, but I think android builds automatical
Alexei Svitkine (slow)
2012/06/22 19:35:29
Done.
|
+ 'gfx/render_text_linux.h', |
+ 'gfx/render_text_win.cc', |
+ 'gfx/render_text_win.h', |
], |
}], |
['OS=="linux"', { |