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', |
}, |