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

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

Issue 14564006: Make performance_ui_tests.exe optional. For "Chrome" builds, (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 | « build/all.gyp ('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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 }, 541 },
542 { 542 {
543 'filename': 'chrome_frame_helper.dll', 543 'filename': 'chrome_frame_helper.dll',
544 'buildtype': ['dev', 'official'], 544 'buildtype': ['dev', 'official'],
545 'filegroup': ['default', 'symsrc'], 545 'filegroup': ['default', 'symsrc'],
546 }, 546 },
547 # Perf testing binary: 547 # Perf testing binary:
548 { 548 {
549 'filename': 'performance_ui_tests.exe', 549 'filename': 'performance_ui_tests.exe',
550 'buildtype': ['official'], 550 'buildtype': ['official'],
551 'optional': ['official'],
551 }, 552 },
552 { 553 {
553 'filename': 'sync_unit_tests.exe', 554 'filename': 'sync_unit_tests.exe',
554 'buildtype': ['official'], 555 'buildtype': ['official'],
555 'optional': ['official'], 556 'optional': ['official'],
556 }, 557 },
557 # Metro files (currently official build only): 558 # Metro files (currently official build only):
558 { 559 {
559 'filename': 'metro_driver.dll', 560 'filename': 'metro_driver.dll',
560 'buildtype': ['official'], 561 'buildtype': ['official'],
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 'buildtype': ['official'], 687 'buildtype': ['official'],
687 'archive': 'chrome-win32-syms.zip', 688 'archive': 'chrome-win32-syms.zip',
688 }, 689 },
689 { 690 {
690 'filename': 'syzygy/asan_rtl.dll.pdb', 691 'filename': 'syzygy/asan_rtl.dll.pdb',
691 'buildtype': ['official'], 692 'buildtype': ['official'],
692 'archive': 'chrome-win32-syms.zip', 693 'archive': 'chrome-win32-syms.zip',
693 'optional': ['official'], 694 'optional': ['official'],
694 }, 695 },
695 ] 696 ]
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698