Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: remoting/remoting.gyp

Issue 9837031: Implement DaemonController Start(), Stop() and GetStatus() for Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698