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

Side by Side Diff: chrome/tools/build/mac/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/linux/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 20 matching lines...) Expand all
31 'buildtype': ['dev'], 31 'buildtype': ['dev'],
32 }, 32 },
33 { 33 {
34 'filename': 'Google Chrome.app', 34 'filename': 'Google Chrome.app',
35 'buildtype': ['official'], 35 'buildtype': ['official'],
36 }, 36 },
37 { 37 {
38 'filename': 'Google Chrome Packaging', 38 'filename': 'Google Chrome Packaging',
39 'buildtype': ['official'], 39 'buildtype': ['official'],
40 }, 40 },
41 # PNaCl translator (only for dev builds, components use for shipping).
42 {
43 'filename': 'pnacl',
44 'buildtype': ['dev'],
45 },
41 # Remoting files: 46 # Remoting files:
42 { 47 {
43 'filename': 'remoting-webapp.zip', 48 'filename': 'remoting-webapp.zip',
44 'buildtype': ['dev', 'official'], 49 'buildtype': ['dev', 'official'],
45 'archive': 'remoting-webapp.zip', 50 'archive': 'remoting-webapp.zip',
46 }, 51 },
47 { 52 {
48 'filename': 'remoting-me2me-host-mac.zip', 53 'filename': 'remoting-me2me-host-mac.zip',
49 'buildtype': ['dev', 'official'], 54 'buildtype': ['dev', 'official'],
50 'archive': 'remoting-me2me-host-mac.zip', 55 'archive': 'remoting-me2me-host-mac.zip',
(...skipping 10 matching lines...) Expand all
61 'buildtype': ['official'], 66 'buildtype': ['official'],
62 'archive': 'chrome-mac-nacl-irt-syms.zip', 67 'archive': 'chrome-mac-nacl-irt-syms.zip',
63 }, 68 },
64 { 69 {
65 'filename': 'nacl_irt_x86_64.nexe.debug', 70 'filename': 'nacl_irt_x86_64.nexe.debug',
66 'arch': ['64bit'], 71 'arch': ['64bit'],
67 'buildtype': ['official'], 72 'buildtype': ['official'],
68 'archive': 'chrome-mac-nacl-irt-syms.zip', 73 'archive': 'chrome-mac-nacl-irt-syms.zip',
69 }, 74 },
70 ] 75 ]
OLDNEW
« no previous file with comments | « chrome/tools/build/linux/FILES.cfg ('k') | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698