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

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

Issue 9554002: Another change to include Pepper Flash with Chrome on Linux ia32. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/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:
« 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