| Index: ui/android/ui_android.gyp
|
| diff --git a/ui/android/ui_android.gyp b/ui/android/ui_android.gyp
|
| index 90ae8748fb0784be8b11178bc83fb28969935d15..036790cec72b4c3e3720b0cc9dc38ed0b7b03bea 100644
|
| --- a/ui/android/ui_android.gyp
|
| +++ b/ui/android/ui_android.gyp
|
| @@ -27,10 +27,6 @@
|
| 'resources/resource_manager.h',
|
| 'resources/resource_manager_impl.cc',
|
| 'resources/resource_manager_impl.h',
|
| - 'resources/ui_resource_android.cc',
|
| - 'resources/ui_resource_android.h',
|
| - 'resources/ui_resource_client_android.h',
|
| - 'resources/ui_resource_provider.cc',
|
| 'resources/ui_resource_provider.h',
|
| 'ui_android_export.h',
|
| 'ui_android_jni_registrar.cc',
|
| @@ -165,8 +161,10 @@
|
| '../../base/base.gyp:base',
|
| '../../base/base.gyp:test_support_base',
|
| '../../cc/cc.gyp:cc',
|
| + '../../cc/cc_tests.gyp:cc_test_support',
|
| '../../skia/skia.gyp:skia',
|
| '../../testing/android/native_test.gyp:native_test_native_code',
|
| + '../../testing/gmock.gyp:gmock',
|
| '../../testing/gtest.gyp:gtest',
|
| '../base/ui_base.gyp:ui_base',
|
| '../gfx/gfx.gyp:gfx',
|
|
|