Chromium Code Reviews| Index: ui/resources/BUILD.gn |
| diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn |
| index fb5783c9cde6e8fe0624c05bdfa368f6a6d2c2a5..a0a5d1479880795f54abd3bdaebd51a5683d5ba5 100644 |
| --- a/ui/resources/BUILD.gn |
| +++ b/ui/resources/BUILD.gn |
| @@ -204,7 +204,7 @@ repack("repack_ui_test_pak") { |
| ] |
| } |
| - if (enable_app_list) { |
| + if (use_aura && toolkit_views) { |
| deps += [ "//ui/app_list/resources" ] |
| sources += [ "$root_gen_dir/ui/app_list/resources/app_list_resources_100_percent.pak" ] |
| } |