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

Unified Diff: chrome/tools/build/linux/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 | « no previous file | chrome/tools/build/mac/FILES.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/linux/FILES.cfg
diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg
index e62cbd0fdf95437a1c9b82e00c8f804da2230ce2..93bf017a4685da1d1dc6eb84c8e7bda4c124a3c5 100644
--- a/chrome/tools/build/linux/FILES.cfg
+++ b/chrome/tools/build/linux/FILES.cfg
@@ -155,6 +155,11 @@ FILES = [
'filename': 'nacl_helper_bootstrap',
'buildtype': ['dev', '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 | « no previous file | chrome/tools/build/mac/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698