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

Unified Diff: ui/android/BUILD.gn

Issue 2416403002: Reland of Android: support multiple displays on C++ side (Closed)
Patch Set: Rebased and fixed webkit_tests 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 b73b07e5d6923190a6aa3d1be811c73c97083de0..5de427a47126951c0c8d8bf3f75f12f4f94f95a5 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -15,6 +15,8 @@ component("android") {
"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",
@@ -32,6 +34,7 @@ component("android") {
"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",
@@ -58,10 +61,24 @@ component("android") {
]
}
+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