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

Unified Diff: base/base.gyp

Issue 11786005: Remove uses of PropVariantTo*; removing the need to DelayLoad propsys.dll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better ScopedPropVariant Created 7 years, 11 months 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 | base/base.gypi » ('j') | base/win/scoped_propvariant.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index a584ae425b1308ef5c12acb56c85fae979354846..bddd3e6d612f70c495e6ee76cb47a75cf45c5524 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -760,17 +760,6 @@
'test/test_file_util_linux.cc',
],
}],
- ['OS=="win"', {
- 'direct_dependent_settings': {
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'DelayLoadDLLs': [
- 'propsys.dll',
- ],
- },
- },
- },
- }],
],
'sources': [
'perftimer.cc',
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/win/scoped_propvariant.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698