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

Unified Diff: shell/BUILD.gn

Issue 1280613003: Allow native_viewport to create new native windows on demand on Android. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Refactor Created 5 years, 4 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: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 1b071058240b96e336cb083a78018fdafb116d85..fc0e246148e511da767507bf649d49729ca61c88 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -289,6 +289,7 @@ if (is_android) {
"android/apk/src/org/chromium/mojo/shell/SharingActivity.java",
"android/apk/src/org/chromium/mojo/shell/SharingApplicationDelegate.java",
"android/apk/src/org/chromium/mojo/shell/ShellService.java",
+ "android/apk/src/org/chromium/mojo/shell/ViewportActivity.java",
]
deps = [
@@ -305,6 +306,7 @@ if (is_android) {
"//services/sharing_sink:bindings_java",
"//mojo/services/nfc/public/interfaces:interfaces_java",
"//services/keyboard",
+ "//services/native_viewport:native_viewport_java",
]
}
@@ -427,6 +429,7 @@ if (is_android) {
":resources",
"//base:base_java",
"//services/native_viewport:native_viewport_java",
+ "//shell/android/task_launcher",
"//third_party/android_tools:google_play_services_default_resources",
]

Powered by Google App Engine
This is Rietveld 408576698