Index: chrome/tools/build/linux/FILES.cfg |
diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg |
index b3544569332df809c0684ddeb065e4304bad4ae9..35d990a0ddf392d55eb77ed47f3c31ba91152271 100644 |
--- a/chrome/tools/build/linux/FILES.cfg |
+++ b/chrome/tools/build/linux/FILES.cfg |
@@ -100,6 +100,8 @@ FILES = [ |
'buildtype': ['dev', 'official'], |
}, |
# Flash Player files: |
+ # TODO(viettrungluu): Remove these once all the changes have been made to |
+ # include/use Pepper Flash on 32-bit Linux. |
{ |
'filename': 'libgcflashplayer.so', |
'arch': ['32bit'], |
@@ -113,8 +115,7 @@ FILES = [ |
# Pepper Flash Player files: |
{ |
'filename': 'PepperFlash', |
- # TODO(viettrungluu): For now, only with 64-bit Linux. |
- 'arch': ['64bit'], |
+ 'arch': ['32bit','64bit'], |
'buildtype': ['official'], |
}, |
# PDF Plugin files: |