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

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

Issue 2631007: Merge 48978 to 375 - Include plugin.vch files for Flash Player (on official b... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/375/src/
Patch Set: Created 10 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 | « chrome/installer/installer.gyp ('k') | chrome/tools/build/win/FILES » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/linux/FILES.cfg
===================================================================
--- chrome/tools/build/linux/FILES.cfg (revision 49085)
+++ chrome/tools/build/linux/FILES.cfg (working copy)
@@ -56,11 +56,6 @@
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'libgcflashplayer.so',
- 'arch': ['32bit'],
- 'buildtype': ['official'],
- },
- {
'filename': 'locales',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
@@ -85,4 +80,15 @@
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},
+ # Flash Player files:
+ {
+ 'filename': 'libgcflashplayer.so',
+ 'arch': ['32bit'],
+ 'buildtype': ['official'],
+ },
+ {
+ 'filename': 'plugin.vch',
+ 'arch': ['32bit'],
+ 'buildtype': ['official'],
+ },
]
« no previous file with comments | « chrome/installer/installer.gyp ('k') | chrome/tools/build/win/FILES » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698