| Index: ui/gfx/BUILD.gn
|
| diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
|
| index c178dcc55b0c0e389f22950a328caf2cf1e7c242..83b675d3e84f593db559671876198e29023d01c4 100644
|
| --- a/ui/gfx/BUILD.gn
|
| +++ b/ui/gfx/BUILD.gn
|
| @@ -128,8 +128,6 @@ component("gfx") {
|
| "mac/coordinate_conversion.mm",
|
| "mac/scoped_ns_disable_screen_updates.h",
|
| "native_widget_types.h",
|
| - "nine_image_painter.cc",
|
| - "nine_image_painter.h",
|
| "path.cc",
|
| "path.h",
|
| "path_aura.cc",
|
| @@ -244,8 +242,6 @@ component("gfx") {
|
| sources += [ "render_text_mac.cc" ]
|
| } else if (use_pango) {
|
| sources += [ "render_text_pango.cc" ]
|
| - } else if (use_ozone) {
|
| - sources += [ "render_text_ozone.cc" ]
|
| }
|
| }
|
|
|
| @@ -315,15 +311,8 @@ component("gfx") {
|
| configs += [ "//build/config/linux:fontconfig" ]
|
| }
|
|
|
| - # Ozone stuff.
|
| - if (use_ozone) {
|
| - sources += [ "platform_font_ozone.cc" ]
|
| - }
|
| -
|
| if (!use_aura) {
|
| sources -= [
|
| - "nine_image_painter.cc",
|
| - "nine_image_painter.h",
|
| "path_aura.cc",
|
| "screen_aura.cc",
|
| ]
|
| @@ -344,9 +333,6 @@ component("gfx") {
|
| ]
|
| configs += [ "//build/config/linux:pangocairo" ]
|
| }
|
| - if (use_pango && use_ozone) {
|
| - sources -= [ "platform_font_ozone.cc" ]
|
| - }
|
| }
|
|
|
| # Looking for gfx_geometry? It's //ui/gfx/geometry:geometry
|
| @@ -479,16 +465,6 @@ test("gfx_unittests") {
|
| ]
|
| }
|
|
|
| - if (use_ozone && !use_pango) {
|
| - sources -= [
|
| - "canvas_unittest.cc",
|
| - "font_list_unittest.cc",
|
| - "font_unittest.cc",
|
| - "render_text_unittest.cc",
|
| - "text_elider_unittest.cc",
|
| - ]
|
| - }
|
| -
|
| if (is_android) {
|
| sources -= [
|
| # Do not run display_change_notifier_unittest.cc on Android because it
|
|
|