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

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

Issue 17029019: Archiving the appropriate irt symbols bitage for 64-bit mac official builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | no next file » | 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 b6be5209d32623289680cc3f6862a8446da71482..7261b1758ca8a020d4fb2f2ebc9e8c3fe65bcd8a 100644
--- a/chrome/tools/build/mac/FILES.cfg
+++ b/chrome/tools/build/mac/FILES.cfg
@@ -57,6 +57,13 @@ FILES = [
},
{
'filename': 'nacl_irt_x86_32.nexe.debug',
+ 'arch': ['32bit'],
+ 'buildtype': ['official'],
+ 'archive': 'chrome-mac-nacl-irt-syms.zip',
+ },
+ {
+ 'filename': 'nacl_irt_x86_64.nexe.debug',
+ 'arch': ['64bit'],
'buildtype': ['official'],
'archive': 'chrome-mac-nacl-irt-syms.zip',
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698