| Index: ui/gfx/gfx.gyp
|
| diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
|
| index b912b4575e6e3696d231527281aa08ee2b933fd6..ed37001a29d36e577a1283a912865c7213d6e12f 100644
|
| --- a/ui/gfx/gfx.gyp
|
| +++ b/ui/gfx/gfx.gyp
|
| @@ -203,8 +203,6 @@
|
| 'mac/coordinate_conversion.mm',
|
| 'mac/scoped_ns_disable_screen_updates.h',
|
| 'native_widget_types.h',
|
| - 'nine_image_painter.cc',
|
| - 'nine_image_painter.h',
|
| 'overlay_transform.h',
|
| 'pango_util.cc',
|
| 'pango_util.h',
|
| @@ -221,7 +219,6 @@
|
| 'platform_font_ios.mm',
|
| 'platform_font_mac.h',
|
| 'platform_font_mac.mm',
|
| - 'platform_font_ozone.cc',
|
| 'platform_font_pango.cc',
|
| 'platform_font_pango.h',
|
| 'platform_font_win.cc',
|
| @@ -236,7 +233,6 @@
|
| 'render_text_harfbuzz.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',
|
| @@ -353,12 +349,6 @@
|
| ],
|
| },
|
| }],
|
| - ['use_aura==0 and toolkit_views==0', {
|
| - 'sources!': [
|
| - 'nine_image_painter.cc',
|
| - 'nine_image_painter.h',
|
| - ],
|
| - }],
|
| ['OS=="android" and use_aura==0', {
|
| 'sources!': [
|
| 'path.cc',
|
| @@ -393,10 +383,6 @@
|
| 'dependencies': [
|
| '<(DEPTH)/build/linux/system.gyp:pangocairo',
|
| ],
|
| - 'sources!': [
|
| - 'platform_font_ozone.cc',
|
| - 'render_text_ozone.cc',
|
| - ],
|
| }],
|
| ['desktop_linux==1 or chromeos==1', {
|
| 'dependencies': [
|
|
|