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

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

Issue 9980015: The Chrome Remote Desktop installation for Windows can be build by bots now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 8 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 | « no previous file | remoting/remoting.gyp » ('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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'arch': ['32bit', '64bit'], 408 'arch': ['32bit', '64bit'],
409 'buildtype': ['dev', 'official'], 409 'buildtype': ['dev', 'official'],
410 }, 410 },
411 { 411 {
412 'filename': 'nacl_irt_x86_64.nexe', 412 'filename': 'nacl_irt_x86_64.nexe',
413 'arch': ['32bit', '64bit'], 413 'arch': ['32bit', '64bit'],
414 'buildtype': ['dev', 'official'], 414 'buildtype': ['dev', 'official'],
415 }, 415 },
416 # Remoting files: 416 # Remoting files:
417 { 417 {
418 'filename': 'chromoting.msi',
419 'arch': ['32bit', '64bit'],
420 'buildtype': ['dev', 'official'],
421 'archive': 'remoting-host.msi',
422 'direct_archive': 1,
423 },
424 {
418 'filename': 'remoting-webapp.zip', 425 'filename': 'remoting-webapp.zip',
419 'arch': ['32bit', '64bit'], 426 'arch': ['32bit', '64bit'],
420 'buildtype': ['dev', 'official'], 427 'buildtype': ['dev', 'official'],
421 'archive': 'remoting-webapp.zip', 428 'archive': 'remoting-webapp.zip',
422 }, 429 },
423 # Cloud Print virtual driver files: 430 # Cloud Print virtual driver files:
424 { 431 {
425 'filename': 'gcp_portmon.dll', 432 'filename': 'gcp_portmon.dll',
426 'arch': ['32bit', '64bit'], 433 'arch': ['32bit', '64bit'],
427 'buildtype': ['dev', 'official'], 434 'buildtype': ['dev', 'official'],
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 'buildtype': ['dev'], 624 'buildtype': ['dev'],
618 'archive': 'chrome-win32-syms.zip', 625 'archive': 'chrome-win32-syms.zip',
619 }, 626 },
620 { 627 {
621 'filename': 'chrome_frame_helper_dll.pdb', 628 'filename': 'chrome_frame_helper_dll.pdb',
622 'arch': ['32bit', '64bit'], 629 'arch': ['32bit', '64bit'],
623 'buildtype': ['dev'], 630 'buildtype': ['dev'],
624 'archive': 'chrome-win32-syms.zip', 631 'archive': 'chrome-win32-syms.zip',
625 }, 632 },
626 ] 633 ]
OLDNEW
« no previous file with comments | « no previous file | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698