Skip to content

Commit

Permalink
Remove references to libpeerconnection.dll on Windows. We statically …
Browse files Browse the repository at this point in the history
…link this lib now.

BUG=446865
R=robertshield@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#315975}
  • Loading branch information
tommi authored and Commit bot committed Feb 12, 2015
1 parent e9e20a1 commit 3812747
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
7 changes: 0 additions & 7 deletions chrome/browser_tests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -215,13 +215,6 @@
],
},
}],
['OS=="win" and libpeer_target_type=="loadable_module"', {
'variables': {
'files': [
'<(PRODUCT_DIR)/libpeerconnection.dll',
],
},
}],
['chromeos==1', {
'variables': {
'files': [
Expand Down
1 change: 0 additions & 1 deletion chrome/installer/mini_installer/chrome.release
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ chrome_200_percent.pak: %(VersionDir)s\

[GOOGLE_CHROME]
delegate_execute.exe: %(VersionDir)s\
libpeerconnection.dll: %(VersionDir)s\
metro_driver.dll: %(VersionDir)s\
SecondaryTile.png: %(VersionDir)s\
widevinecdmadapter.dll: %(VersionDir)s\
Expand Down
12 changes: 0 additions & 12 deletions chrome/tools/build/win/FILES.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,6 @@ FILES = [
'buildtype': ['dev', 'official'],
'filegroup': ['default', 'symsrc'],
},
{
'filename': 'libpeerconnection.dll',
'buildtype': ['dev', 'official'],
'optional': ['dev', 'official'],
'filegroup': ['default', 'symsrc'],
},
{
'filename': 'locales/ar.pak',
'buildtype': ['dev', 'official'],
Expand Down Expand Up @@ -691,12 +685,6 @@ FILES = [
'buildtype': ['dev', 'official'],
'archive': 'chrome-win32-syms.zip',
},
{
'filename': 'libpeerconnection.dll.pdb',
'buildtype': ['dev', 'official'],
'archive': 'chrome-win32-syms.zip',
'optional': ['dev', 'official'],
},
{
'filename': 'mini_installer.exe.pdb',
'buildtype': ['dev', 'official'],
Expand Down

0 comments on commit 3812747

Please sign in to comment.