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

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

Issue 15131004: Also archive official interactive_ui_tests.exe for QA. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | 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 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 'filegroup': ['default', 'symsrc'], 545 'filegroup': ['default', 'symsrc'],
546 }, 546 },
547 { 547 {
548 'filename': 'chrome_frame_helper.dll', 548 'filename': 'chrome_frame_helper.dll',
549 'buildtype': ['dev', 'official'], 549 'buildtype': ['dev', 'official'],
550 'filegroup': ['default', 'symsrc'], 550 'filegroup': ['default', 'symsrc'],
551 }, 551 },
552 # Test binaries for external QA: 552 # Test binaries for external QA:
553 { 553 {
554 'filename': 'interactive_ui_tests.exe', 554 'filename': 'interactive_ui_tests.exe',
555 'buildtype': ['dev'], 555 'buildtype': ['dev', 'official'],
556 'optional': ['dev'], 556 'optional': ['dev', 'official'],
557 }, 557 },
558 { 558 {
559 'filename': 'performance_ui_tests.exe', 559 'filename': 'performance_ui_tests.exe',
560 'buildtype': ['official'], 560 'buildtype': ['official'],
561 'optional': ['official'], 561 'optional': ['official'],
562 }, 562 },
563 { 563 {
564 'filename': 'sync_unit_tests.exe', 564 'filename': 'sync_unit_tests.exe',
565 'buildtype': ['official'], 565 'buildtype': ['official'],
566 'optional': ['official'], 566 'optional': ['official'],
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 'filename': 'nacl_irt_x86_32.nexe.debug', 707 'filename': 'nacl_irt_x86_32.nexe.debug',
708 'buildtype': ['official'], 708 'buildtype': ['official'],
709 'archive': 'chrome-win32-nacl-irt-syms.zip', 709 'archive': 'chrome-win32-nacl-irt-syms.zip',
710 }, 710 },
711 { 711 {
712 'filename': 'nacl_irt_x86_64.nexe.debug', 712 'filename': 'nacl_irt_x86_64.nexe.debug',
713 'buildtype': ['official'], 713 'buildtype': ['official'],
714 'archive': 'chrome-win32-nacl-irt-syms.zip', 714 'archive': 'chrome-win32-nacl-irt-syms.zip',
715 }, 715 },
716 ] 716 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698