| Index: ui/gfx/gfx.gyp
|
| diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
|
| index 5f315f953fe2f25ca6b7909e4257eaee43a02db7..2ad27ab60c01b197877c9b071618911f24c1411a 100644
|
| --- a/ui/gfx/gfx.gyp
|
| +++ b/ui/gfx/gfx.gyp
|
| @@ -103,8 +103,6 @@
|
| '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',
|
| @@ -260,7 +258,6 @@
|
| 'scoped_ui_graphics_push_context_ios.mm',
|
| 'screen.cc',
|
| 'screen.h',
|
| - 'screen_android.cc',
|
| 'screen_aura.cc',
|
| 'screen_ios.mm',
|
| 'screen_mac.mm',
|
| @@ -391,11 +388,6 @@
|
| 'path.cc',
|
| ],
|
| }],
|
| - ['OS=="android" and use_aura==1', {
|
| - 'sources!': [
|
| - 'screen_android.cc',
|
| - ],
|
| - }],
|
| ['OS=="android" or OS=="ios"', {
|
| 'sources!': [
|
| 'harfbuzz_font_skia.cc',
|
|
|