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

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: 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 9f01d58d0739ff069ca2cc19402accb7284129fa..079cecd4be3861c5ac78c549dca0d1667646938c 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',

Powered by Google App Engine
This is Rietveld 408576698