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

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

Issue 10636063: Minor tweeks in virtual driver build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | cloud_print/DEPS » ('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 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 'buildtype': ['official'], 540 'buildtype': ['official'],
541 'archive': 'gcp_portmon.dll', 541 'archive': 'gcp_portmon.dll',
542 }, 542 },
543 { 543 {
544 'filename': 'gcp_portmon64.dll', 544 'filename': 'gcp_portmon64.dll',
545 'arch': ['32bit', '64bit'], 545 'arch': ['32bit', '64bit'],
546 'buildtype': ['official'], 546 'buildtype': ['official'],
547 'archive': 'gcp_portmon64.dll', 547 'archive': 'gcp_portmon64.dll',
548 }, 548 },
549 { 549 {
550 'filename': 'gcp-driver.dll',
Albert Bodenhamer 2012/06/26 20:42:30 gcp-driver.ppd
Vitaly Buka (NO REVIEWS) 2012/06/26 20:44:01 Done.
551 'arch': ['32bit', '64bit'],
552 'buildtype': ['official'],
553 'archive': 'gcp-driver.ppd',
554 },
555 {
550 'filename': 'virtual_driver_setup.exe', 556 'filename': 'virtual_driver_setup.exe',
551 'arch': ['32bit', '64bit'], 557 'arch': ['32bit', '64bit'],
552 'buildtype': ['official'], 558 'buildtype': ['official'],
553 'archive': 'virtual_driver_setup.exe', 559 'archive': 'virtual_driver_setup.exe',
554 }, 560 },
555 { 561 {
556 'filename': 'cloud_print_service.exe', 562 'filename': 'cloud_print_service.exe',
557 'arch': ['32bit', '64bit'], 563 'arch': ['32bit', '64bit'],
558 'buildtype': ['official'], 564 'buildtype': ['official'],
559 'archive': 'cloud_print_service.exe', 565 'archive': 'cloud_print_service.exe',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 'buildtype': ['official'], 790 'buildtype': ['official'],
785 'archive': 'chrome-win32-syms.zip', 791 'archive': 'chrome-win32-syms.zip',
786 }, 792 },
787 { 793 {
788 'filename': 'syzygy/mini_installer.pdb', 794 'filename': 'syzygy/mini_installer.pdb',
789 'arch': ['32bit', '64bit'], 795 'arch': ['32bit', '64bit'],
790 'buildtype': ['official'], 796 'buildtype': ['official'],
791 'archive': 'chrome-win32-syms.zip', 797 'archive': 'chrome-win32-syms.zip',
792 }, 798 },
793 ] 799 ]
OLDNEW
« no previous file with comments | « no previous file | cloud_print/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698