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

Unified Diff: blimp/client/core/BUILD.gn

Issue 2270323004: Add BlimpView to a Chrome tab when Blimp is enabled. (Closed)
Patch Set: Magic now happens Created 4 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: blimp/client/core/BUILD.gn
diff --git a/blimp/client/core/BUILD.gn b/blimp/client/core/BUILD.gn
index 20aeb6af2246858fb5d2224228942a182db3097b..ee2beffe652e18c4c572e71902a7002f1ed779e5 100644
--- a/blimp/client/core/BUILD.gn
+++ b/blimp/client/core/BUILD.gn
@@ -111,6 +111,7 @@ source_set("context") {
deps = [
":context_jni_headers",
+ "//ui/android",
]
}
}
@@ -168,6 +169,7 @@ if (is_android) {
deps = [
"//base:base_java",
"//blimp/client/public:public_headers_java",
+ "//ui/android:ui_java",
]
}
@@ -181,6 +183,7 @@ if (is_android) {
"//blimp/client/core:settings_java",
"//blimp/client/core/contents:contents_java",
"//blimp/client/public:public_headers_java",
+ "//ui/android:ui_java",
]
}

Powered by Google App Engine
This is Rietveld 408576698