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

Unified Diff: chrome/tools/build/win/FILES.cfg

Issue 14705005: Archive unstripped nacl irt for official builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: name change Created 7 years, 8 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/mac/FILES.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/win/FILES.cfg
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index 655214b83616ce8782822232af97299ec15c664f..5972c7e5060e660f2534d3e70b0e2fb43b5a7b30 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -693,4 +693,14 @@ FILES = [
'archive': 'chrome-win32-syms.zip',
'optional': ['official'],
},
+ {
+ 'filename': 'nacl_irt_x86_32.nexe.debug',
+ 'buildtype': ['official'],
+ 'archive': 'chrome-win32-nacl-irt-syms.zip',
+ },
+ {
+ 'filename': 'nacl_irt_x86_64.nexe.debug',
+ 'buildtype': ['official'],
+ 'archive': 'chrome-win32-nacl-irt-syms.zip',
+ },
]
« 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