| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 95642f742851571d213666f10f1e68ec517a4f4b..5a27d7055884eafb5fa4e4cb4509eef4ee16408a 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -530,6 +530,7 @@
|
| ],
|
| 'link_settings': {
|
| 'libraries': [
|
| + '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
|
| '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
|
| '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
|
| ],
|
| @@ -697,6 +698,12 @@
|
| 'sources': [
|
| 'tools/mac_helpers/infoplist_strings_util.mm',
|
| ],
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
|
| + '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
|
| + ],
|
| + },
|
| },
|
| ], # targets
|
| }], # OS=="mac"
|
|
|