| 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
|
|
|