diff options
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 42054ff..081bf6f 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -387,7 +387,6 @@ 'chrome_frame_utils', 'chrome_tab_idl', 'npchrome_frame', - 'xulrunner_sdk', ], 'sources': [ '../base/perf_test_suite.h', @@ -432,6 +431,7 @@ }, 'msvs_settings': { 'VCLinkerTool': { + 'IgnoreDefaultLibraryNames': ['nspr.lib', 'nspr4.lib'], 'DelayLoadDLLs': ['nspr4.dll'], }, }, |