| Index: ui/shell_dialogs/BUILD.gn
|
| diff --git a/ui/shell_dialogs/BUILD.gn b/ui/shell_dialogs/BUILD.gn
|
| index baadbba665bb720c28165b72df871af94d3e8176..ff7643937df525a1bbdec36b89371d102fc86f0d 100644
|
| --- a/ui/shell_dialogs/BUILD.gn
|
| +++ b/ui/shell_dialogs/BUILD.gn
|
| @@ -63,6 +63,14 @@ component("shell_dialogs") {
|
| include_dirs = [ "$root_gen_dir/ui" ]
|
| libs = [ "jnigraphics" ]
|
| }
|
| +
|
| + if (is_mac) {
|
| + libs = [
|
| + "CoreServices.framework",
|
| + "Foundation.framework",
|
| + "AppKit.framework",
|
| + ]
|
| + }
|
| }
|
|
|
| test("shell_dialogs_unittests") {
|
|
|