Chromium Code Reviews| Index: ui/app_list/BUILD.gn |
| diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn |
| index 83ec096c14368247bebacc2540b7edce4df06064..f6d1ec67ff19d3091f16ee5cef6669681575ae2d 100644 |
| --- a/ui/app_list/BUILD.gn |
| +++ b/ui/app_list/BUILD.gn |
| @@ -206,7 +206,10 @@ component("app_list") { |
| "cocoa/scroll_view_with_no_scrollbars.mm", |
| ] |
| deps += [ "//third_party/google_toolbox_for_mac" ] |
| - libs = [ "QuartzCore.framework" ] |
| + libs = [ |
| + "AppKit.framework", |
| + "QuartzCore.framework", |
| + ] |
| } |
| } |