Chromium Code Reviews| Index: ui/ui.gyp |
| =================================================================== |
| --- ui/ui.gyp (revision 142712) |
| +++ 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,7 +667,7 @@ |
| 'base/x/events_x.cc', |
| ], |
| }], |
| - ['toolkit_views==0 and use_canvas_skia==0', { |
| + ['toolkit_views==0 and use_canvas_skia==0 and OS!="mac"', { |
|
msw
2012/06/18 21:18:59
What build configuration are we trying to exclude
Alexei Svitkine (slow)
2012/06/22 15:55:47
Done.
|
| 'sources!': [ |
| 'gfx/render_text.cc', |
| 'gfx/render_text.h', |