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

Side by Side Diff: remoting/remoting_host_win.gypi

Issue 398173002: Enable x64 Chromoting host and installer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Always define sas_dll_path Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/installer/win/chromoting.wxs ('k') | remoting/tools/zip2msi.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'remoting_host_installer_win_roots': [ 7 'remoting_host_installer_win_roots': [
8 'host/installer/win/', 8 'host/installer/win/',
9 ], 9 ],
10 'remoting_host_installer_win_files': [ 10 'remoting_host_installer_win_files': [
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 'inputs': [ 502 'inputs': [
503 'tools/zip2msi.py', 503 'tools/zip2msi.py',
504 ], 504 ],
505 'outputs': [ 505 'outputs': [
506 '<(PRODUCT_DIR)/chromoting.msi', 506 '<(PRODUCT_DIR)/chromoting.msi',
507 ], 507 ],
508 'action': [ 508 'action': [
509 'python', 'tools/zip2msi.py', 509 'python', 'tools/zip2msi.py',
510 '--wix_path', '<(wix_path)', 510 '--wix_path', '<(wix_path)',
511 '--intermediate_dir', '<(INTERMEDIATE_DIR)/installation', 511 '--intermediate_dir', '<(INTERMEDIATE_DIR)/installation',
512 '--target_arch', '<(target_arch)',
512 '<(RULE_INPUT_PATH)', 513 '<(RULE_INPUT_PATH)',
513 '<@(_outputs)', 514 '<@(_outputs)',
514 ], 515 ],
515 'message': 'Generating <@(_outputs)', 516 'message': 'Generating <@(_outputs)',
516 }, 517 },
517 ], 518 ],
518 }, # end of target 'remoting_host_installation' 519 }, # end of target 'remoting_host_installation'
519 520
520 { 521 {
521 'target_name': 'remoting_me2me_host_archive', 522 'target_name': 'remoting_me2me_host_archive',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 '--defs', '<@(_defs)', 609 '--defs', '<@(_defs)',
609 ], 610 ],
610 }, 611 },
611 ], # actions 612 ], # actions
612 }, # end of target 'remoting_me2me_host_archive' 613 }, # end of target 'remoting_me2me_host_archive'
613 ], # end of 'targets' 614 ], # end of 'targets'
614 }], # '<(wix_path) != ""' 615 }], # '<(wix_path) != ""'
615 616
616 ], # end of 'conditions' 617 ], # end of 'conditions'
617 } 618 }
OLDNEW
« no previous file with comments | « remoting/host/installer/win/chromoting.wxs ('k') | remoting/tools/zip2msi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698