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

Unified Diff: remoting/remoting_host_mac.gypi

Issue 896743004: [Chromoting] Remove wildcard ('*') from remoting_all target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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_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"', {
+
+ 'variables': {
garykac 2015/02/03 23:44:56 Moved for consistency with the other platform-spec
+ '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'
+
}], # 'OS=="mac"'
], # end of 'conditions'

Powered by Google App Engine
This is Rietveld 408576698