Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(528)

Unified Diff: chrome_frame/chrome_frame.gyp

Issue 5845002: Attempt to get rid of chrome_frame_perftests dependency on nspr.lib which cau... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame.gyp
===================================================================
--- chrome_frame/chrome_frame.gyp (revision 69103)
+++ chrome_frame/chrome_frame.gyp (working copy)
@@ -386,7 +386,6 @@
'chrome_frame_utils',
'chrome_tab_idl',
'npchrome_frame',
- 'xulrunner_sdk',
],
'sources': [
'../base/perf_test_suite.h',
@@ -431,6 +430,7 @@
},
'msvs_settings': {
'VCLinkerTool': {
+ 'IgnoreDefaultLibraryNames': ['nspr.lib', 'nspr4.lib'],
'DelayLoadDLLs': ['nspr4.dll'],
},
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698