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

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

Issue 11275326: Change the names of the NaCl IRT files to solve ChromeOS packaging issue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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/chromeos/FILES.cfg ('k') | chrome/tools/build/win/FILES.cfg » ('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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'filename': 'nacl_irt_x86_32.nexe', 129 'filename': 'nacl_irt_x86_32.nexe',
130 'arch': ['32bit'], 130 'arch': ['32bit'],
131 'buildtype': ['dev', 'official'], 131 'buildtype': ['dev', 'official'],
132 }, 132 },
133 { 133 {
134 'filename': 'nacl_irt_x86_64.nexe', 134 'filename': 'nacl_irt_x86_64.nexe',
135 'arch': ['64bit'], 135 'arch': ['64bit'],
136 'buildtype': ['dev', 'official'], 136 'buildtype': ['dev', 'official'],
137 }, 137 },
138 { 138 {
139 'filename': 'nacl_ipc_irt_x86_32.nexe', 139 'filename': 'nacl_irt_srpc_x86_32.nexe',
140 'arch': ['32bit'], 140 'arch': ['32bit'],
141 'buildtype': ['dev', 'official'], 141 'buildtype': ['dev', 'official'],
142 }, 142 },
143 { 143 {
144 'filename': 'nacl_ipc_irt_x86_64.nexe', 144 'filename': 'nacl_irt_srpc_x86_64.nexe',
145 'arch': ['64bit'], 145 'arch': ['64bit'],
146 'buildtype': ['dev', 'official'], 146 'buildtype': ['dev', 'official'],
147 }, 147 },
148 { 148 {
149 'filename': 'nacl_helper', 149 'filename': 'nacl_helper',
150 'arch': ['32bit', '64bit'], 150 'arch': ['32bit', '64bit'],
151 'buildtype': ['dev', 'official'], 151 'buildtype': ['dev', 'official'],
152 }, 152 },
153 { 153 {
154 'filename': 'nacl_helper_bootstrap', 154 'filename': 'nacl_helper_bootstrap',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'buildtype': ['official'], 193 'buildtype': ['official'],
194 'archive': 'breakpad-info.zip', 194 'archive': 'breakpad-info.zip',
195 }, 195 },
196 { 196 {
197 'filename': 'libremoting_host_plugin.x64.so.breakpad.x64', 197 'filename': 'libremoting_host_plugin.x64.so.breakpad.x64',
198 'arch': ['64bit'], 198 'arch': ['64bit'],
199 'buildtype': ['official'], 199 'buildtype': ['official'],
200 'archive': 'breakpad-info.zip', 200 'archive': 'breakpad-info.zip',
201 }, 201 },
202 ] 202 ]
OLDNEW
« no previous file with comments | « chrome/tools/build/chromeos/FILES.cfg ('k') | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698