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

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

Issue 10271019: [Chromoting] Re-enable 'dev' channel for remoting-webapp.zip. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « chrome/tools/build/mac/FILES.cfg ('k') | no next file » | 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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 }, 517 },
518 { 518 {
519 'filename': 'remoting_service.pdb', 519 'filename': 'remoting_service.pdb',
520 'arch': ['32bit', '64bit'], 520 'arch': ['32bit', '64bit'],
521 'buildtype': ['official'], 521 'buildtype': ['official'],
522 'archive': 'remoting-win32.zip', 522 'archive': 'remoting-win32.zip',
523 }, 523 },
524 { 524 {
525 'filename': 'remoting-webapp.zip', 525 'filename': 'remoting-webapp.zip',
526 'arch': ['32bit', '64bit'], 526 'arch': ['32bit', '64bit'],
527 'buildtype': ['official'], 527 'buildtype': ['dev', 'official'],
528 'archive': 'remoting-webapp.zip', 528 'archive': 'remoting-webapp.zip',
529 }, 529 },
530 { 530 {
531 'filename': 'devtools_frontend.zip', 531 'filename': 'devtools_frontend.zip',
532 'arch': ['32bit', '64bit'], 532 'arch': ['32bit', '64bit'],
533 'buildtype': ['dev'], 533 'buildtype': ['dev'],
534 'archive': 'devtools_frontend.zip', 534 'archive': 'devtools_frontend.zip',
535 }, 535 },
536 # Cloud Print virtual driver files: 536 # Cloud Print virtual driver files:
537 { 537 {
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 'buildtype': ['official'], 747 'buildtype': ['official'],
748 'archive': 'chrome-win32-syms.zip', 748 'archive': 'chrome-win32-syms.zip',
749 }, 749 },
750 { 750 {
751 'filename': 'syzygy/mini_installer.pdb', 751 'filename': 'syzygy/mini_installer.pdb',
752 'arch': ['32bit', '64bit'], 752 'arch': ['32bit', '64bit'],
753 'buildtype': ['official'], 753 'buildtype': ['official'],
754 'archive': 'chrome-win32-syms.zip', 754 'archive': 'chrome-win32-syms.zip',
755 }, 755 },
756 ] 756 ]
OLDNEW
« no previous file with comments | « chrome/tools/build/mac/FILES.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698