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

Unified Diff: ui/android/BUILD.gn

Issue 2514633002: Revert of Android: support multiple displays on C++ side (Closed)
Patch Set: Created 4 years, 1 month 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/test/BUILD.gn ('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 b2fd58dd43ca9dbbc903f5a73db8a3d2fcb5d624..4a5187f12e6d5d8a2c064985307022c5403da101 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -15,8 +15,6 @@
"context_provider_factory.h",
"delegated_frame_host_android.cc",
"delegated_frame_host_android.h",
- "display_android_manager.cc",
- "display_android_manager.h",
"edge_effect.cc",
"edge_effect.h",
"edge_effect_base.cc",
@@ -34,7 +32,6 @@
"resources/resource_manager_impl.cc",
"resources/resource_manager_impl.h",
"resources/ui_resource_provider.h",
- "screen_android.h",
"ui_android_export.h",
"ui_android_jni_registrar.cc",
"ui_android_jni_registrar.h",
@@ -61,24 +58,10 @@
]
}
-static_library("test_support") {
- testonly = true
- sources = [
- "dummy_screen_android.cc",
- "dummy_screen_android.h",
- ]
-
- deps = [
- "//ui/android",
- "//ui/display",
- ]
-}
-
generate_jni("ui_android_jni_headers") {
sources = [
"java/src/org/chromium/ui/base/ViewAndroidDelegate.java",
"java/src/org/chromium/ui/base/WindowAndroid.java",
- "java/src/org/chromium/ui/display/DisplayAndroidManager.java",
"java/src/org/chromium/ui/resources/ResourceManager.java",
]
jni_package = "ui_android"
« no previous file with comments | « content/test/BUILD.gn ('k') | ui/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698