Chromium Code Reviews| Index: remoting/remoting.gyp |
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
| index 040200197eb51ce1e9ab3c480556ed1d998a588c..881e3c4e598b272058b9e89b011c324592b6ea12 100644 |
| --- a/remoting/remoting.gyp |
| +++ b/remoting/remoting.gyp |
| @@ -387,6 +387,11 @@ |
| 'conditions': [ |
| ['OS=="mac"', { |
| 'mac_bundle': 1, |
| + 'link_settings': { |
| + 'libraries': [ |
| + '$(SDKROOT)/System/Library/Frameworks/ServiceManagement.framework', |
| + ], |
| + }, |
| 'xcode_settings': { |
| 'CHROMIUM_BUNDLE_ID': '<(mac_bundle_id)', |
| 'INFOPLIST_FILE': 'host/plugin/host_plugin-Info.plist', |
| @@ -1070,6 +1075,7 @@ |
| 'dependencies': [ |
| 'remoting_base', |
| 'remoting_client', |
| + 'remoting_host_plugin', |
|
Lambros
2012/03/23 02:06:11
remoting_unittests seems to also need the ServiceM
Jamie
2012/03/23 03:24:05
It doesn't seem right to link in the entire host p
Lambros
2012/03/26 19:15:26
You're right, remoting_unittests shouldn't depend
|
| 'remoting_jingle_glue', |
| 'remoting_protocol', |
| '../base/base.gyp:base', |