Index: ui/shell_dialogs/BUILD.gn |
diff --git a/ui/shell_dialogs/BUILD.gn b/ui/shell_dialogs/BUILD.gn |
index 24edffb12eb07a3f6c9c4403fc778ceaaeafed81..77897ffb89436ea6f1f0ef69c9d744c739ec2ecd 100644 |
--- a/ui/shell_dialogs/BUILD.gn |
+++ b/ui/shell_dialogs/BUILD.gn |
@@ -53,7 +53,10 @@ component("shell_dialogs") { |
} |
if (is_android) { |
- deps += [ "//ui/base:ui_base_jni_headers" ] |
+ deps += [ |
+ "//ui/android", |
+ "//ui/base:ui_base_jni_headers", |
+ ] |
include_dirs = [ "$root_gen_dir/ui" ] |
libs = [ "jnigraphics" ] |