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

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: 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..dbb35959918bd25a647406cc2faba3493bfd674c 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -68,6 +68,7 @@ if (!mojo_use_prebuilt_mojo_shell) {
deps = shell_common_deps + [
":jni_headers",
"//mojo/android:libsystem_java",
+ "//mojo/services/native_viewport/public/interfaces:interfaces",
"//mojo/services/window_manager/public/interfaces:interfaces",
"//services/native_viewport:lib",
"//shell/application_manager",
@@ -289,6 +290,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 = [

Powered by Google App Engine
This is Rietveld 408576698