| Index: ui/snapshot/snapshot.gyp
|
| diff --git a/ui/snapshot/snapshot.gyp b/ui/snapshot/snapshot.gyp
|
| index 8cc7abf12ad8b4670feffe6cb510f30a43d80240..635c15365743ce24373f49f27f372effc14cb380 100644
|
| --- a/ui/snapshot/snapshot.gyp
|
| +++ b/ui/snapshot/snapshot.gyp
|
| @@ -41,6 +41,15 @@
|
| '../compositor/compositor.gyp:compositor',
|
| ],
|
| }],
|
| + ['OS=="mac"', {
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
|
| + '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework',
|
| + '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
|
| + ],
|
| + },
|
| + }],
|
| ],
|
| },
|
| {
|
|
|