Index: ui/shell_dialogs/BUILD.gn |
diff --git a/ui/shell_dialogs/BUILD.gn b/ui/shell_dialogs/BUILD.gn |
index f4f89f7c92809d98c7bca00a65160024fc9a8a31..24edffb12eb07a3f6c9c4403fc778ceaaeafed81 100644 |
--- a/ui/shell_dialogs/BUILD.gn |
+++ b/ui/shell_dialogs/BUILD.gn |
@@ -58,7 +58,7 @@ component("shell_dialogs") { |
libs = [ "jnigraphics" ] |
if (!is_android_webview_build) { |
- #deps += [ '../android/ui_android.gyp:ui_java' ] TODO(GYP) |
+ deps += [ "//ui/android:ui_java" ] |
} |
} |