Chromium Code Reviews| Index: ui/shell_dialogs/BUILD.gn |
| diff --git a/ui/shell_dialogs/BUILD.gn b/ui/shell_dialogs/BUILD.gn |
| index 01afac9a2af5c5aed0983996a5f007207875bdc1..4ecd64c4f477a067216af9fc7a93b9c318f5c300 100644 |
| --- a/ui/shell_dialogs/BUILD.gn |
| +++ b/ui/shell_dialogs/BUILD.gn |
| @@ -70,6 +70,10 @@ |
| "select_file_dialog_auraandroid.h", |
| ] |
| } |
| + |
| + if (is_win) { |
| + deps += [ "//win8:metro_viewer" ] |
| + } |
| } |
| test("shell_dialogs_unittests") { |