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/BUILD.gn

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 | « content/browser/renderer_host/compositor_impl_android.cc ('k') | ui/android/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/BUILD.gn
diff --git a/ui/android/BUILD.gn b/ui/android/BUILD.gn
index 852b14e119a77d2b772d215fd845457a1c41bc64..4c2b2707e50ed92f63c307e64fdca3c5f8cf2df2 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -14,10 +14,6 @@ component("android") {
"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",
@@ -160,7 +156,9 @@ test("ui_android_unittests") {
"//base",
"//base/test:test_support",
"//cc",
+ "//cc:test_support",
"//skia",
+ "//testing/gmock",
"//testing/gtest",
"//ui/base",
"//ui/gfx",
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.cc ('k') | ui/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698