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

Unified Diff: remoting/remoting.gyp

Issue 10959031: [Chromoting] Publish Chromoting Host installation as a .zip archive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Oops, |target| and |sources| were swapped. Created 8 years, 3 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/win/parameters.json ('k') | remoting/tools/candle_and_light.py » ('j') | 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 3fc92451a2daca83592b09850f9f3577c275647d..a448657a9a29782a870d06582c11f7487c7961bd 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -735,50 +735,6 @@
],
}, # end of target 'remoting_host_installation'
- # The 'remoting_host_installation_unittest' target is used to make sure
- # that the code signing job (running outside of Chromium tree) will be
- # able to unpack and re-assemble the installation successfully.
- #
- # *** If this target fails to compile the code signing job will fail
- # too, breaking the official build. ***
- #
- # N.B. The command lines passed to the WiX tools here should be in sync
- # with the code signing script.
- {
- 'target_name': 'remoting_host_installation_unittest',
- 'type': 'none',
- 'dependencies': [
- 'remoting_host_installation',
- ],
- 'sources': [
- '<(PRODUCT_DIR)/chromoting.msi',
- ],
- 'outputs': [
- '<(INTERMEDIATE_DIR)/chromoting-test.msi',
- ],
- 'rules': [
- {
- 'rule_name': 'dark_and_candle_and_light',
- 'extension': 'msi',
- 'inputs': [
- 'tools/dark_and_candle_and_light.py',
- ],
- 'outputs': [
- '<(INTERMEDIATE_DIR)/chromoting-test.msi',
- ],
- 'msvs_cygwin_shell': 0,
- 'action': [
- 'python',
- 'tools/dark_and_candle_and_light.py',
- '--wix_path', '<(wix_path)',
- '--input', '<(RULE_INPUT_PATH)',
- '--intermediate_dir', '<(INTERMEDIATE_DIR)/installation',
- '--output', '<@(_outputs)',
- ],
- 'message': 'Unpacking and repacking to <@(_outputs)',
- },
- ],
- }, # end of target 'remoting_host_installation_unittest'
{
'target_name': 'remoting_me2me_host_archive',
'type': 'none',
« no previous file with comments | « remoting/host/win/parameters.json ('k') | remoting/tools/candle_and_light.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698