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

Side by Side Diff: chrome/tools/build/win/FILES.cfg

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, 2 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 | « build/all.gyp ('k') | remoting/host/win/parameters.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 # This is a buildbot configuration file containing a tagged list of files 8 # This is a buildbot configuration file containing a tagged list of files
9 # processed by the stage/archive scripts. The known tags are: 9 # processed by the stage/archive scripts. The known tags are:
10 # 10 #
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 }, 438 },
439 # Remoting files: 439 # Remoting files:
440 { 440 {
441 'filename': 'chromoting.msi', 441 'filename': 'chromoting.msi',
442 'arch': ['32bit', '64bit'], 442 'arch': ['32bit', '64bit'],
443 'buildtype': ['dev', 'official'], 443 'buildtype': ['dev', 'official'],
444 'archive': 'remoting-host.msi', 444 'archive': 'remoting-host.msi',
445 'direct_archive': 1, 445 'direct_archive': 1,
446 }, 446 },
447 { 447 {
448 'filename': 'remoting-me2me-host-win.zip',
449 'arch': ['32bit', '64bit'],
450 'buildtype': ['dev', 'official'],
451 'archive': 'remoting-me2me-host-win.zip',
452 'direct_archive': 1,
453 },
454 {
448 'filename': 'remoting_host_controller.exe', 455 'filename': 'remoting_host_controller.exe',
449 'arch': ['32bit', '64bit'], 456 'arch': ['32bit', '64bit'],
450 'buildtype': ['official'], 457 'buildtype': ['official'],
451 'archive': 'remoting-win32.zip', 458 'archive': 'remoting-win32.zip',
452 'filegroup': ['symsrc'], 459 'filegroup': ['symsrc'],
453 }, 460 },
454 { 461 {
455 'filename': 'remoting_host_controller.pdb', 462 'filename': 'remoting_host_controller.pdb',
456 'arch': ['32bit', '64bit'], 463 'arch': ['32bit', '64bit'],
457 'buildtype': ['official'], 464 'buildtype': ['official'],
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 'buildtype': ['official'], 778 'buildtype': ['official'],
772 'archive': 'chrome-win32-syms.zip', 779 'archive': 'chrome-win32-syms.zip',
773 }, 780 },
774 { 781 {
775 'filename': 'syzygy/mini_installer.pdb', 782 'filename': 'syzygy/mini_installer.pdb',
776 'arch': ['32bit', '64bit'], 783 'arch': ['32bit', '64bit'],
777 'buildtype': ['official'], 784 'buildtype': ['official'],
778 'archive': 'chrome-win32-syms.zip', 785 'archive': 'chrome-win32-syms.zip',
779 }, 786 },
780 ] 787 ]
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | remoting/host/win/parameters.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698