Index: build/mac/tweak_info_plist.py |
diff --git a/build/mac/tweak_info_plist.py b/build/mac/tweak_info_plist.py |
index 2057bac83865d1747ae7e41917e85f28d4d1a028..a6ffbcac0a8c5908ca51e2de7fe348a3d9b7c4d3 100755 |
--- a/build/mac/tweak_info_plist.py |
+++ b/build/mac/tweak_info_plist.py |
@@ -159,7 +159,7 @@ def _RemoveBreakpadKeys(plist): |
def _TagSuffixes(): |
# Keep this list sorted in the order that tag suffix components are to |
# appear in a tag value. That is to say, it should be sorted per ASCII. |
- components = ('32bit', 'full') |
+ components = ('full',) |
assert tuple(sorted(components)) == components |
components_len = len(components) |