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

Unified Diff: ui/android/ui_android.gyp

Issue 1371523003: Android: Don't destroy LayerTreeHost when Surface goes away (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/android/resources/ui_resource_provider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « ui/android/resources/ui_resource_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698