Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1313)

Unified Diff: ui/gfx/BUILD.gn

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/events/x/device_list_cache_x.cc ('k') | ui/gfx/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/events/x/device_list_cache_x.cc ('k') | ui/gfx/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698