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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/mac/FILES.cfg
diff --git a/chrome/tools/build/mac/FILES.cfg b/chrome/tools/build/mac/FILES.cfg
index 7261b1758ca8a020d4fb2f2ebc9e8c3fe65bcd8a..74d00cdb8a296e71c4ee70dc9fcdb6db813f2a5d 100644
--- a/chrome/tools/build/mac/FILES.cfg
+++ b/chrome/tools/build/mac/FILES.cfg
@@ -38,6 +38,11 @@ FILES = [
'filename': 'Google Chrome Packaging',
'buildtype': ['official'],
},
+ # PNaCl translator (only for dev builds, components use for shipping).
+ {
+ 'filename': 'pnacl',
+ 'buildtype': ['dev'],
+ },
# Remoting files:
{
'filename': 'remoting-webapp.zip',
« 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