Chromium Code Reviews| Index: content/test/BUILD.gn |
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
| index 80e75581140ca27161aef07b8874fb96163b8e4f..7d6c3039b9c01b4a26c8b5321dde3dffc4887f28 100644 |
| --- a/content/test/BUILD.gn |
| +++ b/content/test/BUILD.gn |
| @@ -125,7 +125,10 @@ static_library("test_support") { |
| } |
| if (is_android) { |
| - deps += [ "//ui/shell_dialogs" ] |
| + deps += [ |
| + "//ui/android", |
| + "//ui/shell_dialogs" |
| + ] |
| } |
| if (is_win) { |