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

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

Issue 397243004: Pepper: Remove trusted plugin loadable module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: upload for recommit after chromite fix Created 6 years, 4 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/mac/dump_product_syms ('k') | chrome/unit_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/win/FILES.cfg
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index d72849f6951a23e4bdb6decffbe016cb07292e2d..866d93b799094b3761b8d17f8a4386af9b6e533a 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -381,11 +381,6 @@ FILES = [
},
# Native Client plugin files:
{
- 'filename': 'ppGoogleNaClPluginChrome.dll',
- 'buildtype': ['dev', 'official'],
- 'filegroup': ['default', 'symsrc'],
- },
- {
'filename': 'nacl_irt_x86_32.nexe',
'arch': ['32bit'],
'buildtype': ['dev', 'official'],
@@ -703,11 +698,6 @@ FILES = [
'archive': 'chrome-win32-syms.zip',
},
{
- 'filename': 'ppGoogleNaClPluginChrome.dll.pdb',
- 'buildtype': ['dev', 'official'],
- 'archive': 'chrome-win32-syms.zip',
- },
- {
'filename': 'setup.exe.pdb',
'buildtype': ['dev', 'official'],
'archive': 'chrome-win32-syms.zip',
« no previous file with comments | « chrome/tools/build/mac/dump_product_syms ('k') | chrome/unit_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698