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

Unified Diff: content/shell/BUILD.gn

Issue 2416403002: Reland of Android: support multiple displays on C++ side (Closed)
Patch Set: Update native side only after jni init 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 0f7b3c189442d01b61611f5eecbc417d0d33b36d..4a4413f8235c497011e5e90ed357c563f381a67a 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -308,7 +308,10 @@ static_library("content_shell_lib") {
}
if (is_android) {
- deps += [ "//content/shell/android:content_shell_jni_headers" ]
+ deps += [
+ "//content/shell/android:content_shell_jni_headers",
+ "//ui/android:android",
+ ]
}
if (is_posix && !is_mac) {

Powered by Google App Engine
This is Rietveld 408576698