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

Unified Diff: services/native_viewport/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: services/native_viewport/BUILD.gn
diff --git a/services/native_viewport/BUILD.gn b/services/native_viewport/BUILD.gn
index 208cd0aefd9687d4200d528fe0a7bf6fff03a874..f987ea0f4716a774d74113df6f1b417b94c64ed4 100644
--- a/services/native_viewport/BUILD.gn
+++ b/services/native_viewport/BUILD.gn
@@ -27,6 +27,7 @@ if (is_android) {
"//mojo/services/keyboard/public/interfaces:interfaces_java",
"//mojo/public/java:bindings",
"//mojo/public/java:system",
+ "//shell:java",
qsr 2015/08/06 14:13:20 As discussed offline, this layering violation is a
etiennej 2015/08/07 10:16:37 Done.
]
}

Powered by Google App Engine
This is Rietveld 408576698