| Index: chrome/tools/build/linux/FILES.cfg
|
| diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg
|
| index 410b562e6cc8e265e790a41d91b9d97c1807b6db..dc68a0fa171e89651117f6735a43d376e163b75a 100644
|
| --- a/chrome/tools/build/linux/FILES.cfg
|
| +++ b/chrome/tools/build/linux/FILES.cfg
|
| @@ -56,11 +56,6 @@ FILES = [
|
| 'buildtype': ['dev', 'official'],
|
| },
|
| {
|
| - 'filename': 'libgcflashplayer.so',
|
| - 'arch': ['32bit'],
|
| - 'buildtype': ['official'],
|
| - },
|
| - {
|
| 'filename': 'locales',
|
| 'arch': ['32bit', '64bit'],
|
| 'buildtype': ['dev', 'official'],
|
| @@ -85,4 +80,15 @@ FILES = [
|
| 'arch': ['32bit', '64bit'],
|
| 'buildtype': ['dev', 'official'],
|
| },
|
| + # Flash Player files:
|
| + {
|
| + 'filename': 'libgcflashplayer.so',
|
| + 'arch': ['32bit'],
|
| + 'buildtype': ['official'],
|
| + },
|
| + {
|
| + 'filename': 'plugin.vch',
|
| + 'arch': ['32bit'],
|
| + 'buildtype': ['official'],
|
| + },
|
| ]
|
|
|