Commit 4db895f8 authored by sergeyu@chromium.org's avatar sergeyu@chromium.org

Remove remoting host plugin from FILES.cfg

The plugin itself was removed in r278198

BUG=134215
R=kerz@chromium.org, kerz@google.com

Review URL: https://codereview.chromium.org/338713003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278430 0039d316-1c4b-4281-b951-d872f2087c98
parent 44a6ddd7
...@@ -202,18 +202,6 @@ FILES = [ ...@@ -202,18 +202,6 @@ FILES = [
'buildtype': ['official'], 'buildtype': ['official'],
'archive': 'breakpad-info.zip', 'archive': 'breakpad-info.zip',
}, },
{
'filename': 'libremoting_host_plugin.ia32.so.breakpad.ia32',
'arch': ['32bit'],
'buildtype': ['official'],
'archive': 'breakpad-info.zip',
},
{
'filename': 'libremoting_host_plugin.x64.so.breakpad.x64',
'arch': ['64bit'],
'buildtype': ['official'],
'archive': 'breakpad-info.zip',
},
{ {
'filename': 'nacl_irt_x86_32.nexe.debug', 'filename': 'nacl_irt_x86_32.nexe.debug',
'arch': ['32bit'], 'arch': ['32bit'],
......
...@@ -442,17 +442,6 @@ FILES = [ ...@@ -442,17 +442,6 @@ FILES = [
'buildtype': ['official'], 'buildtype': ['official'],
'archive': 'remoting-win32.zip', 'archive': 'remoting-win32.zip',
}, },
{
'filename': 'remoting_host_plugin.dll',
'buildtype': ['official'],
'archive': 'remoting-win32.zip',
'filegroup': ['symsrc'],
},
{
'filename': 'remoting_host_plugin.dll.pdb',
'buildtype': ['official'],
'archive': 'remoting-win32.zip',
},
{ {
'filename': 'remoting-webapp.zip', 'filename': 'remoting-webapp.zip',
'buildtype': ['dev', 'official'], 'buildtype': ['dev', 'official'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment