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

Unified Diff: content/shell/BUILD.gn

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: checkdeps fix 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
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 71ace7082e2e6892f7b65cffd49fc48f76aba563..9e5da9b58355c674b58403aef39bec76621ea5a3 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -308,7 +308,12 @@ static_library("content_shell_lib") {
}
if (is_android) {
- deps += [ "//content/shell/android:content_shell_jni_headers" ]
+ deps += [
+ "//content/shell/android:content_shell_jni_headers",
+ "//services/ui:lib",
+ "//services/ui/demo:lib",
+ "//services/ui/ime/test_ime_driver:lib",
+ ]
}
if (is_posix && !is_mac) {

Powered by Google App Engine
This is Rietveld 408576698