Index: ui/ui.gyp |
diff --git a/ui/ui.gyp b/ui/ui.gyp |
index f8b43c5bfac06f9dba3cdbfce4dbe07e46386f32..52a18d54ec4bbf72175d23357af1358f2d3cc91a 100644 |
--- a/ui/ui.gyp |
+++ b/ui/ui.gyp |
@@ -246,6 +246,12 @@ |
'gfx/point.h', |
'gfx/rect.cc', |
'gfx/rect.h', |
+ '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', |
'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', |
@@ -370,6 +376,14 @@ |
'$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', |
], |
}, |
+ 'sources/': [ |
+ ['exclude', '^gfx/render_text.cc'], |
+ ['exclude', '^gfx/render_text.h'], |
+ ['exclude', '^gfx/render_text_linux.cc'], |
+ ['exclude', '^gfx/render_text_linux.h'], |
+ ['exclude', '^gfx/render_text_win.cc'], |
+ ['exclude', '^gfx/render_text_win.h'], |
+ ], |
}], |
['use_x11==1', { |
'all_dependent_settings': { |