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

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

Issue 1875613004: Remove stray references to crash_service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « build/all.gyp ('k') | tools/perf/chrome_telemetry_build/BUILD.gn » ('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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 { 89 {
90 'filename': 'chrome_material_100_percent.pak', 90 'filename': 'chrome_material_100_percent.pak',
91 'buildtype': ['dev', 'official'], 91 'buildtype': ['dev', 'official'],
92 }, 92 },
93 { 93 {
94 'filename': 'chrome_material_200_percent.pak', 94 'filename': 'chrome_material_200_percent.pak',
95 'buildtype': ['dev', 'official'], 95 'buildtype': ['dev', 'official'],
96 'optional': ['dev', 'official'], 96 'optional': ['dev', 'official'],
97 }, 97 },
98 { 98 {
99 'filename': 'crash_service.exe',
100 'buildtype': ['dev', 'official'],
101 },
102 {
103 'filename': 'crash_service64.exe',
104 'arch': ['32bit'],
105 'buildtype': ['dev', 'official'],
106 },
107 {
108 'filename': 'First Run', 99 'filename': 'First Run',
109 'buildtype': ['dev', 'official'], 100 'buildtype': ['dev', 'official'],
110 }, 101 },
111 { 102 {
112 'filename': 'icudtl.dat', 103 'filename': 'icudtl.dat',
113 'buildtype': ['dev', 'official'], 104 'buildtype': ['dev', 'official'],
114 'optional': ['dev', 'official'], 105 'optional': ['dev', 'official'],
115 }, 106 },
116 { 107 {
117 'filename': 'icudt.dll', 108 'filename': 'icudt.dll',
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 'arch': ['32bit'], 633 'arch': ['32bit'],
643 'buildtype': ['official'], 634 'buildtype': ['official'],
644 'archive': 'chrome-win32-nacl-irt-syms.zip', 635 'archive': 'chrome-win32-nacl-irt-syms.zip',
645 }, 636 },
646 { 637 {
647 'filename': 'nacl_irt_x86_64.nexe.debug', 638 'filename': 'nacl_irt_x86_64.nexe.debug',
648 'buildtype': ['official'], 639 'buildtype': ['official'],
649 'archive': 'chrome-win32-nacl-irt-syms.zip', 640 'archive': 'chrome-win32-nacl-irt-syms.zip',
650 }, 641 },
651 ] 642 ]
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | tools/perf/chrome_telemetry_build/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698