Chromium Code Reviews| Index: ui/ui.gyp |
| diff --git a/ui/ui.gyp b/ui/ui.gyp |
| index b64959d0ae04284fdc09620695ba64d02ad8760f..dfd64d2b716aaa6795be1eaed421734e28b6c392 100644 |
| --- a/ui/ui.gyp |
| +++ b/ui/ui.gyp |
| @@ -249,6 +249,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', |
| @@ -368,6 +374,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'], |
| + ], |
|
oshima
2011/07/23 09:51:12
we don't need for non views linux, do we?
msw
2011/07/25 05:09:54
Ok, I excluded these from all non-views builds.
I
|
| }], |
| ['use_x11==1', { |
| 'all_dependent_settings': { |