From d277bb40a3190c5c1e10926ec35d8e19b8c01784 Mon Sep 17 00:00:00 2001 From: "ananta@chromium.org" Date: Wed, 15 Dec 2010 01:52:18 +0000 Subject: Attempt to get rid of chrome_frame_perftests dependency on nspr.lib which causes random build errors. TBR=amit BUG=none TEST=none Review URL: http://codereview.chromium.org/5845002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69213 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/chrome_frame.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome_frame/chrome_frame.gyp') 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'], }, }, -- cgit v1.1