Chromium Code Reviews| Index: ui/gfx/gfx.gyp |
| diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp |
| index 7ab68a1f8ff830f4420799b96765c1f0679d1c3a..abab2eab42c981aab9b835e2108e929a4fd81f4a 100644 |
| --- a/ui/gfx/gfx.gyp |
| +++ b/ui/gfx/gfx.gyp |
| @@ -197,10 +197,11 @@ |
| 'rect_f.h', |
| 'render_text.cc', |
| 'render_text.h', |
| - 'render_text_linux.cc', |
| - 'render_text_linux.h', |
| 'render_text_mac.cc', |
| 'render_text_mac.h', |
| + 'render_text_ozone.cc', |
| + 'render_text_pango.cc', |
| + 'render_text_pango.h', |
| 'render_text_win.cc', |
| 'render_text_win.h', |
| 'safe_integer_conversions.h', |
| @@ -305,7 +306,6 @@ |
| ['use_pango==0', { |
| 'sources/': [ |
| ['exclude', '^pango_util\\.'], |
|
msw
2013/11/04 23:10:46
nit: would it make sense to add "_util" to your li
sadrul
2013/11/05 02:42:27
Done.
|
| - ['exclude', '^platform_font_pango\\.'], |
| ], |
| }], |
| ['toolkit_uses_gtk == 1', { |