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

Unified Diff: remoting/remoting.gyp

Issue 12226106: Include .changes file in chromoting Linux archive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index c3622dd2e2f370ab753b62ac92af388ae57973e1..d1a94d7f92bc1c8ecfec70d4b62b8d6a1b3f6341 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -653,6 +653,12 @@
'variables': {
'deb_cmd': 'host/installer/linux/build-deb.sh',
'deb_filename': 'host/installer/<!(["<(deb_cmd)", "-p", "-s", "<(DEPTH)"])',
+ 'packaging_outputs': [
+ '<(deb_filename)',
+ '<!(echo <(deb_filename) | sed -e "s/.deb$/.changes/")',
+ '<(PRODUCT_DIR)/remoting_me2me_host.debug',
+ '<(PRODUCT_DIR)/remoting_start_host.debug',
+ ]
},
'targets': [
{
@@ -672,9 +678,7 @@
#},
'action_name': 'build_linux_installer_zip',
'inputs': [
- '<(deb_filename)',
- '<(PRODUCT_DIR)/remoting_me2me_host.debug',
- '<(PRODUCT_DIR)/remoting_start_host.debug',
+ '<@(packaging_outputs)',
],
'outputs': [
'<(PRODUCT_DIR)/remoting-me2me-host-<(OS).zip',
@@ -706,9 +710,7 @@
'host/installer/linux/debian/rules',
],
'outputs': [
- '<(deb_filename)',
- '<(PRODUCT_DIR)/remoting_me2me_host.debug',
- '<(PRODUCT_DIR)/remoting_start_host.debug',
+ '<@(packaging_outputs)',
],
'action': [ '<(deb_cmd)', '-s', '<(DEPTH)' ],
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698