OLD | NEW |
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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
564 'RDP_DESKTOP_SESSION_CLSID={<(rdp_desktop_session_clsid)}', | 564 'RDP_DESKTOP_SESSION_CLSID={<(rdp_desktop_session_clsid)}', |
565 'VERSION=<(version_full)', | 565 'VERSION=<(version_full)', |
566 ], | 566 ], |
567 'generated_files': [ | 567 'generated_files': [ |
568 '<@(_compiled_inputs)', | 568 '<@(_compiled_inputs)', |
569 '<(sas_dll_path)/sas.dll', | 569 '<(sas_dll_path)/sas.dll', |
570 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json', | 570 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json', |
571 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json', | 571 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json', |
572 'resources/chromoting.ico', | 572 'resources/chromoting.ico', |
573 '<(PRODUCT_DIR)/icudtl.dat', | 573 '<(PRODUCT_DIR)/icudtl.dat', |
| 574 '<(PRODUCT_DIR)/natives_blob.bin', |
| 575 '<(PRODUCT_DIR)/snapshot_blob.bin', |
574 ], | 576 ], |
575 'generated_files_dst': [ | 577 'generated_files_dst': [ |
576 '<@(_compiled_inputs_dst)', | 578 '<@(_compiled_inputs_dst)', |
577 'files/sas.dll', | 579 'files/sas.dll', |
578 'files/com.google.chrome.remote_assistance.json', | 580 'files/com.google.chrome.remote_assistance.json', |
579 'files/com.google.chrome.remote_desktop.json', | 581 'files/com.google.chrome.remote_desktop.json', |
580 'files/chromoting.ico', | 582 'files/chromoting.ico', |
581 'files/icudtl.dat', | 583 'files/icudtl.dat', |
| 584 'files/natives_blob.bin', |
| 585 'files/snapshot_blob.bin', |
582 ], | 586 ], |
583 'zip_path': '<(PRODUCT_DIR)/remoting-me2me-host-<(OS).zip', | 587 'zip_path': '<(PRODUCT_DIR)/remoting-me2me-host-<(OS).zip', |
584 'outputs': [ | 588 'outputs': [ |
585 '<(_zip_path)', | 589 '<(_zip_path)', |
586 ], | 590 ], |
587 'actions': [ | 591 'actions': [ |
588 { | 592 { |
589 'action_name': 'Zip installer files for signing', | 593 'action_name': 'Zip installer files for signing', |
590 'temp_dir': '<(INTERMEDIATE_DIR)/installation', | 594 'temp_dir': '<(INTERMEDIATE_DIR)/installation', |
591 'source_files': [ | 595 'source_files': [ |
(...skipping 20 matching lines...) Expand all Loading... |
612 '--defs', '<@(_defs)', | 616 '--defs', '<@(_defs)', |
613 ], | 617 ], |
614 }, | 618 }, |
615 ], # actions | 619 ], # actions |
616 }, # end of target 'remoting_me2me_host_archive' | 620 }, # end of target 'remoting_me2me_host_archive' |
617 ], # end of 'targets' | 621 ], # end of 'targets' |
618 }], # '<(wix_path) != ""' | 622 }], # '<(wix_path) != ""' |
619 | 623 |
620 ], # end of 'conditions' | 624 ], # end of 'conditions' |
621 } | 625 } |
OLD | NEW |