Chromium Code Reviews| Index: ui/native_theme/BUILD.gn |
| diff --git a/ui/native_theme/BUILD.gn b/ui/native_theme/BUILD.gn |
| index 02642a818967fab1fa261c41a78c11ed4f70e76a..fbe42371ce901615092026b78a3692a9a26238d2 100644 |
| --- a/ui/native_theme/BUILD.gn |
| +++ b/ui/native_theme/BUILD.gn |
| @@ -54,4 +54,11 @@ component("native_theme") { |
| "//ui/gfx/geometry", |
| "//ui/resources", |
| ] |
| + |
| + if (is_mac) { |
| + libs = [ |
| + "CoreGraphics.framework", |
| + "AppKit.framework", |
| + ] |
| + } |
| } |