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

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

Issue 10985038: DevTools: stop deploying the devtools_frontend.zip (new contributing doc does not require it) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « 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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 'arch': ['32bit', '64bit'], 495 'arch': ['32bit', '64bit'],
496 'buildtype': ['official'], 496 'buildtype': ['official'],
497 'archive': 'remoting-win32.zip', 497 'archive': 'remoting-win32.zip',
498 }, 498 },
499 { 499 {
500 'filename': 'remoting-webapp.zip', 500 'filename': 'remoting-webapp.zip',
501 'arch': ['32bit', '64bit'], 501 'arch': ['32bit', '64bit'],
502 'buildtype': ['dev', 'official'], 502 'buildtype': ['dev', 'official'],
503 'archive': 'remoting-webapp.zip', 503 'archive': 'remoting-webapp.zip',
504 }, 504 },
505 {
506 'filename': 'devtools_frontend.zip',
507 'arch': ['32bit', '64bit'],
508 'buildtype': ['dev'],
509 'archive': 'devtools_frontend.zip',
510 },
511 # Cloud Print virtual driver files: 505 # Cloud Print virtual driver files:
512 { 506 {
513 'filename': 'gcp_portmon.dll', 507 'filename': 'gcp_portmon.dll',
514 'arch': ['32bit', '64bit'], 508 'arch': ['32bit', '64bit'],
515 'buildtype': ['official'], 509 'buildtype': ['official'],
516 'archive': 'gcp_portmon.dll', 510 'archive': 'gcp_portmon.dll',
517 }, 511 },
518 { 512 {
519 'filename': 'gcp_portmon64.dll', 513 'filename': 'gcp_portmon64.dll',
520 'arch': ['32bit', '64bit'], 514 'arch': ['32bit', '64bit'],
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 'buildtype': ['official'], 765 'buildtype': ['official'],
772 'archive': 'chrome-win32-syms.zip', 766 'archive': 'chrome-win32-syms.zip',
773 }, 767 },
774 { 768 {
775 'filename': 'syzygy/mini_installer.pdb', 769 'filename': 'syzygy/mini_installer.pdb',
776 'arch': ['32bit', '64bit'], 770 'arch': ['32bit', '64bit'],
777 'buildtype': ['official'], 771 'buildtype': ['official'],
778 'archive': 'chrome-win32-syms.zip', 772 'archive': 'chrome-win32-syms.zip',
779 }, 773 },
780 ] 774 ]
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