Index: remoting/remoting_host_mac.gypi |
diff --git a/remoting/remoting_host_mac.gypi b/remoting/remoting_host_mac.gypi |
index f47c8ecc58319f1bd291f07886c8343353502b95..02dce5437aee50b703067524bb8c1a3bb4fb8fde 100644 |
--- a/remoting/remoting_host_mac.gypi |
+++ b/remoting/remoting_host_mac.gypi |
@@ -3,30 +3,31 @@ |
# found in the LICENSE file. |
{ |
- 'variables': { |
- 'remoting_host_installer_mac_roots': [ |
- 'host/installer/mac/', |
- '<(DEPTH)/chrome/installer/mac/', |
- ], |
- 'remoting_host_installer_mac_files': [ |
- 'host/installer/mac/do_signing.sh', |
- 'host/installer/mac/do_signing.props', |
- 'host/installer/mac/ChromotingHost.pkgproj', |
- 'host/installer/mac/ChromotingHostService.pkgproj', |
- 'host/installer/mac/ChromotingHostUninstaller.pkgproj', |
- 'host/installer/mac/LaunchAgents/org.chromium.chromoting.plist', |
- 'host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh', |
- 'host/installer/mac/Config/org.chromium.chromoting.conf', |
- 'host/installer/mac/Scripts/keystone_install.sh', |
- 'host/installer/mac/Scripts/remoting_postflight.sh', |
- 'host/installer/mac/Scripts/remoting_preflight.sh', |
- 'host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg', |
- '<(DEPTH)/chrome/installer/mac/pkg-dmg', |
- ], |
- }, |
- |
'conditions': [ |
['OS=="mac"', { |
+ |
kelvinp
2015/02/04 01:01:58
Nit: remove extra blank line
|
+ 'variables': { |
+ 'remoting_host_installer_mac_roots': [ |
+ 'host/installer/mac/', |
+ '<(DEPTH)/chrome/installer/mac/', |
+ ], |
+ 'remoting_host_installer_mac_files': [ |
+ 'host/installer/mac/do_signing.sh', |
+ 'host/installer/mac/do_signing.props', |
+ 'host/installer/mac/ChromotingHost.pkgproj', |
+ 'host/installer/mac/ChromotingHostService.pkgproj', |
+ 'host/installer/mac/ChromotingHostUninstaller.pkgproj', |
+ 'host/installer/mac/LaunchAgents/org.chromium.chromoting.plist', |
+ 'host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh', |
+ 'host/installer/mac/Config/org.chromium.chromoting.conf', |
+ 'host/installer/mac/Scripts/keystone_install.sh', |
+ 'host/installer/mac/Scripts/remoting_postflight.sh', |
+ 'host/installer/mac/Scripts/remoting_preflight.sh', |
+ 'host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg', |
+ '<(DEPTH)/chrome/installer/mac/pkg-dmg', |
+ ], |
+ }, |
+ |
'targets': [ |
{ |
'target_name': 'remoting_host_uninstaller', |
@@ -255,6 +256,7 @@ |
], # conditions |
}, # end of target 'remoting_host_prefpane' |
], # end of 'targets' |
+ |
kelvinp
2015/02/04 01:01:58
Nit: remove extra blank line
|
}], # 'OS=="mac"' |
], # end of 'conditions' |