| Index: ui/ui_gfx.gypi
|
| diff --git a/ui/ui_gfx.gypi b/ui/ui_gfx.gypi
|
| index 2d33805bf5521519b118c7498d59c3d7660c4955..2fcbe4e625268b641a5b8f259a4f629146b51e2b 100644
|
| --- a/ui/ui_gfx.gypi
|
| +++ b/ui/ui_gfx.gypi
|
| @@ -104,6 +104,12 @@
|
| 'gfx/point.h',
|
| 'gfx/rect.cc',
|
| 'gfx/rect.h',
|
| + 'gfx/render_text.h',
|
| + 'gfx/render_text.cc',
|
| + 'gfx/render_text_linux.h',
|
| + 'gfx/render_text_linux.cc',
|
| + 'gfx/render_text_win.h',
|
| + 'gfx/render_text_win.cc',
|
| 'gfx/scoped_cg_context_save_gstate_mac.h',
|
| 'gfx/scoped_ns_graphics_context_save_gstate_mac.h',
|
| 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm',
|
|
|