diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-15 01:52:18 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-15 01:52:18 +0000 |
commit | d277bb40a3190c5c1e10926ec35d8e19b8c01784 (patch) | |
tree | 15b52587d24846b4cbe864b16e182de15a2925dc /chrome_frame/chrome_frame.gyp | |
parent | 5044f0f4df3f1aca93b94f105b6199d0be01449d (diff) | |
download | chromium_src-d277bb40a3190c5c1e10926ec35d8e19b8c01784.zip chromium_src-d277bb40a3190c5c1e10926ec35d8e19b8c01784.tar.gz chromium_src-d277bb40a3190c5c1e10926ec35d8e19b8c01784.tar.bz2 |
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
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'], }, }, |