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

Unified Diff: mojo/runner/BUILD.gn

Issue 1180573004: android: Introduce a ui::PlatformWindow implementation for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 6 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
Index: mojo/runner/BUILD.gn
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
index b3902139b6753d8ebeac7b76546edaaf1af952f4..65586b272bde6141fd363d88335b6537c9162714 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -340,8 +340,8 @@ if (is_android) {
":java",
":resources",
"//base:base_java",
- "//components/view_manager:view_manager_java",
"//third_party/android_tools:google_play_services_default_resources",
+ "//ui/platform_window/android:platform_window_java",
]
}

Powered by Google App Engine
This is Rietveld 408576698