| Index: ui/gfx/gfx.gyp
|
| diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
|
| index 48f0b2f98811f9864eb45beb51d30458ad5ae598..5be6ae29b16761ec9fed4fade5e5a5fd398925c3 100644
|
| --- a/ui/gfx/gfx.gyp
|
| +++ b/ui/gfx/gfx.gyp
|
| @@ -352,6 +352,16 @@
|
| 'text_utils_skia.cc',
|
| ],
|
| }],
|
| + ['OS=="mac"', {
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
|
| + '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework',
|
| + '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
|
| + '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
|
| + ],
|
| + },
|
| + }],
|
| ['use_pango==1', {
|
| 'dependencies': [
|
| '<(DEPTH)/build/linux/system.gyp:pangocairo',
|
|
|