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

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

Issue 19564009: Adding pnacl translator to chrome-*.zip for dev builds. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « chrome/tools/build/mac/FILES.cfg ('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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'archive': 'policy_templates.zip', 297 'archive': 'policy_templates.zip',
298 }, 298 },
299 { 299 {
300 'filename': 'resources.pak', 300 'filename': 'resources.pak',
301 'buildtype': ['dev', 'official'], 301 'buildtype': ['dev', 'official'],
302 }, 302 },
303 { 303 {
304 'filename': 'wow_helper.exe', 304 'filename': 'wow_helper.exe',
305 'buildtype': ['dev', 'official'], 305 'buildtype': ['dev', 'official'],
306 }, 306 },
307 # PNaCl translator (only for dev builds, components use for shipping).
308 {
309 'filename': 'pnacl',
310 'buildtype': ['dev'],
311 },
307 # Flash Player files: 312 # Flash Player files:
308 { 313 {
309 'filename': 'PepperFlash/pepflashplayer.dll', 314 'filename': 'PepperFlash/pepflashplayer.dll',
310 'buildtype': ['official'], 315 'buildtype': ['official'],
311 }, 316 },
312 { 317 {
313 'filename': 'PepperFlash/manifest.json', 318 'filename': 'PepperFlash/manifest.json',
314 'buildtype': ['official'], 319 'buildtype': ['official'],
315 }, 320 },
316 # Widevine CDM adapter files: 321 # Widevine CDM adapter files:
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 'filename': 'nacl_irt_x86_32.nexe.debug', 718 'filename': 'nacl_irt_x86_32.nexe.debug',
714 'buildtype': ['official'], 719 'buildtype': ['official'],
715 'archive': 'chrome-win32-nacl-irt-syms.zip', 720 'archive': 'chrome-win32-nacl-irt-syms.zip',
716 }, 721 },
717 { 722 {
718 'filename': 'nacl_irt_x86_64.nexe.debug', 723 'filename': 'nacl_irt_x86_64.nexe.debug',
719 'buildtype': ['official'], 724 'buildtype': ['official'],
720 'archive': 'chrome-win32-nacl-irt-syms.zip', 725 'archive': 'chrome-win32-nacl-irt-syms.zip',
721 }, 726 },
722 ] 727 ]
OLDNEW
« no previous file with comments | « chrome/tools/build/mac/FILES.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698