| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 0ad6c8d9cd47148e26fa4cc0befa8699852f4fb9..9814caba6b9efe1a3fbf54c8da636f44626e0b61 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -2696,6 +2696,11 @@
|
| 'browser/media_galleries/fileapi/iphoto_file_util.cc',
|
| 'browser/media_galleries/fileapi/iphoto_file_util.h',
|
| ],
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + '$(SDKROOT)/System/Library/Frameworks/CoreServices.framework',
|
| + ],
|
| + },
|
| }],
|
| ['enable_extensions==1', {
|
| 'sources': [
|
| @@ -3314,6 +3319,11 @@
|
| ['exclude', '^browser/sync/glue/theme_'],
|
| ['exclude', '^browser/usb/'],
|
| ],
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + '-llog',
|
| + ],
|
| + },
|
| }],
|
| ['OS=="mac"', {
|
| 'sources!': [
|
|
|