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

Unified Diff: remoting/remoting.gyp

Issue 10261033: [Chromoting] Include pkg-dmg script into installer archive. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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
« no previous file with comments | « remoting/host/installer/build-installer-archive.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
===================================================================
--- remoting/remoting.gyp (revision 134709)
+++ remoting/remoting.gyp (working copy)
@@ -168,7 +168,10 @@
'resources/infographic_remote_assistance.png',
'resources/tick.png',
],
- 'remoting_host_installer_mac_root': 'host/installer/mac/',
+ '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/ChromotingHost.packproj',
@@ -180,6 +183,7 @@
'host/installer/mac/Scripts/remoting_postflight.sh',
'host/installer/mac/Scripts/remoting_preflight.sh',
'host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg.zip',
+ '<(DEPTH)/chrome/installer/mac/pkg-dmg',
],
},
@@ -322,7 +326,6 @@
'PrivilegedHelperTools/org.chromium.chromoting.me2me_host',
'Applications/<(host_uninstaller_name).app',
],
- 'source_files_root': '<(remoting_host_installer_mac_root)',
'source_files': [
'<@(remoting_host_installer_mac_files)',
],
@@ -355,7 +358,8 @@
'host/installer/build-installer-archive.py',
'<(_temp_dir)',
'<(_zip_path)',
- '<(_source_files_root)',
+ '--source-file-roots',
+ '<@(remoting_host_installer_mac_roots)',
'--source-files',
'<@(_source_files)',
'--generated-files',
« no previous file with comments | « remoting/host/installer/build-installer-archive.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698