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

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

Issue 902583003: Update installer files now that PDF plugin is gone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « chrome/tools/build/chromeos/FILES.cfg ('k') | chrome/tools/build/win/FILES.cfg » ('j') | 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 d406d7ae8458ebb48d6000c56dd72cf58f778877..0862176661255eafd6021d8dbf6985089dfd2edf 100644
--- a/chrome/tools/build/linux/FILES.cfg
+++ b/chrome/tools/build/linux/FILES.cfg
@@ -130,11 +130,6 @@ FILES = [
'filename': 'PepperFlash',
'buildtype': ['official'],
},
- # PDF Plugin files:
- {
- 'filename': 'libpdf.so',
- 'buildtype': ['dev', 'official'],
- },
# Native Client plugin files:
{
'filename': 'nacl_irt_x86_32.nexe',
@@ -195,18 +190,6 @@ FILES = [
'archive': 'breakpad-info.zip',
},
{
- 'filename': 'libpdf.so.breakpad.ia32',
- 'arch': ['32bit'],
- 'buildtype': ['official'],
- 'archive': 'breakpad-info.zip',
- },
- {
- 'filename': 'libpdf.so.breakpad.x64',
- 'arch': ['64bit'],
- 'buildtype': ['official'],
- 'archive': 'breakpad-info.zip',
- },
- {
'filename': 'nacl_irt_x86_32.nexe.debug',
'arch': ['32bit'],
'buildtype': ['official'],
« no previous file with comments | « chrome/tools/build/chromeos/FILES.cfg ('k') | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698