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

Unified Diff: blimp/client/public/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/public/BUILD.gn
diff --git a/blimp/client/public/BUILD.gn b/blimp/client/public/BUILD.gn
index a31b2a0d1696b79c90c86928c7d25c7af21a2769..855ef7ea2986f36b33b78a4e965b78852e5e9846 100644
--- a/blimp/client/public/BUILD.gn
+++ b/blimp/client/public/BUILD.gn
@@ -44,6 +44,7 @@ source_set("public_headers") {
"//base",
"//components/keyed_service/core",
"//net",
+ "//ui/gfx:native_widget_types",
"//url",
]
@@ -85,6 +86,7 @@ if (is_android) {
deps = [
"//third_party/android_tools:android_support_annotations_java",
+ "//ui/android:ui_java",
]
# The enums are added here for convenience for embedders, so they can still

Powered by Google App Engine
This is Rietveld 408576698