diff options
Diffstat (limited to 'chrome/test/security_tests/SConscript')
-rw-r--r-- | chrome/test/security_tests/SConscript | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/chrome/test/security_tests/SConscript b/chrome/test/security_tests/SConscript index 653858c..2caf4d8 100644 --- a/chrome/test/security_tests/SConscript +++ b/chrome/test/security_tests/SConscript @@ -53,25 +53,6 @@ env.Prepend( '/DEBUG',
],
LIBS = [
- 'wininet.lib',
- 'version.lib',
- 'msimg32.lib',
- 'ws2_32.lib',
- 'usp10.lib',
- 'psapi.lib',
- 'kernel32.lib',
- 'user32.lib',
- 'gdi32.lib',
- 'winspool.lib',
- 'comdlg32.lib',
- 'advapi32.lib',
- 'shell32.lib',
- 'ole32.lib',
- 'oleaut32.lib',
- 'uuid.lib',
- 'odbc32.lib',
- 'odbccp32.lib',
-
'DelayImp.lib',
],
)
|