| Index: ui/gfx/BUILD.gn
|
| diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
|
| index f6f27bc4731c9246499180c8909a9bf5cb00958d..5c24d6905e3f55769515e8b22e6c6634e9937231 100644
|
| --- a/ui/gfx/BUILD.gn
|
| +++ b/ui/gfx/BUILD.gn
|
| @@ -28,8 +28,6 @@ component("gfx") {
|
| "android/gfx_jni_registrar.h",
|
| "android/java_bitmap.cc",
|
| "android/java_bitmap.h",
|
| - "android/shared_device_display_info.cc",
|
| - "android/shared_device_display_info.h",
|
| "android/view_configuration.cc",
|
| "android/view_configuration.h",
|
| "animation/animation.cc",
|
| @@ -175,7 +173,6 @@ component("gfx") {
|
| "scoped_ui_graphics_push_context_ios.mm",
|
| "screen.cc",
|
| "screen.h",
|
| - "screen_android.cc",
|
| "screen_aura.cc",
|
| "screen_ios.mm",
|
| "screen_mac.mm",
|
| @@ -285,10 +282,7 @@ component("gfx") {
|
| # Android.
|
| if (is_android) {
|
| if (use_aura) {
|
| - sources -= [
|
| - "canvas_notimplemented.cc",
|
| - "screen_android.cc",
|
| - ]
|
| + sources -= [ "canvas_notimplemented.cc" ]
|
| sources += [ "font_fallback_android.cc" ]
|
| } else {
|
| sources -= [
|
|
|