| Index: ui/ui.gyp
|
| diff --git a/ui/ui.gyp b/ui/ui.gyp
|
| index 24180593b1481fe7fe9c78b4eeef9767958201f2..6cc3c09fa62e39e2ef9e38fc55ba6cd55965da1c 100644
|
| --- a/ui/ui.gyp
|
| +++ b/ui/ui.gyp
|
| @@ -174,6 +174,7 @@
|
| 'base/resource/data_pack.h',
|
| 'base/resource/resource_bundle.cc',
|
| 'base/resource/resource_bundle.h',
|
| + 'base/resource/resource_bundle_android.cc',
|
| 'base/resource/resource_bundle_aurax11.cc',
|
| 'base/resource/resource_bundle_gtk.cc',
|
| 'base/resource/resource_bundle_linux.cc',
|
| @@ -222,6 +223,7 @@
|
| 'gfx/canvas.h',
|
| 'gfx/canvas_skia.h',
|
| 'gfx/canvas_skia.cc',
|
| + 'gfx/canvas_skia_android.cc',
|
| 'gfx/canvas_skia_linux.cc',
|
| 'gfx/canvas_skia_mac.mm',
|
| 'gfx/canvas_skia_paint.h',
|
| @@ -254,6 +256,8 @@
|
| 'gfx/mac/scoped_ns_disable_screen_updates.h',
|
| 'gfx/native_theme.cc',
|
| 'gfx/native_theme.h',
|
| + 'gfx/native_theme_android.cc',
|
| + 'gfx/native_theme_android.h',
|
| 'gfx/native_theme_aura.cc',
|
| 'gfx/native_theme_aura.h',
|
| 'gfx/native_theme_base.cc',
|
| @@ -494,6 +498,14 @@
|
| ],
|
| },
|
| }],
|
| + ['OS=="android"', {
|
| + 'sources!': [
|
| + 'gfx/pango_util.h',
|
| + 'gfx/pango_util.cc',
|
| + 'gfx/platform_font_pango.h',
|
| + 'gfx/platform_font_pango.cc',
|
| + ],
|
| + }],
|
| ['use_x11==1', {
|
| 'all_dependent_settings': {
|
| 'ldflags': [
|
|
|