| Index: skia/BUILD.gn
|
| diff --git a/skia/BUILD.gn b/skia/BUILD.gn
|
| index a5872a7563503637622ac2d575af13d68e89020e..60e6f828bc414940da9bf32b62958745e90b9996 100644
|
| --- a/skia/BUILD.gn
|
| +++ b/skia/BUILD.gn
|
| @@ -498,6 +498,16 @@ component("skia") {
|
| configs += [ "//build/config/compiler:optimize_max" ]
|
| }
|
|
|
| + if (is_mac) {
|
| + libs = [
|
| + "AppKit.framework",
|
| + "CoreFoundation.framework",
|
| + "CoreGraphics.framework",
|
| + "CoreText.framework",
|
| + "Foundation.framework",
|
| + ]
|
| + }
|
| +
|
| if (is_ios) {
|
| libs = [ "ImageIO.framework" ]
|
| set_sources_assignment_filter([])
|
|
|