diff options
Diffstat (limited to 'ui/gfx/gfx.gyp')
-rw-r--r-- | ui/gfx/gfx.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp index ce9550e..59ed0d2 100644 --- a/ui/gfx/gfx.gyp +++ b/ui/gfx/gfx.gyp @@ -373,6 +373,10 @@ 'dependencies': [ '<(DEPTH)/build/linux/system.gyp:pangocairo', ], + 'sources!': [ + 'platform_font_ozone.cc', + 'render_text_ozone.cc', + ], }], ['ozone_platform_dri==1', { 'dependencies': [ |