diff options
author | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-21 19:41:44 +0000 |
---|---|---|
committer | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-21 19:41:44 +0000 |
commit | 0798330b106865a81bfcf31bcde6d699f1ea191e (patch) | |
tree | 82974639a0f78ccf2ed2a4fbd507014392c69d2a /base/base.gyp | |
parent | f57e9135f62f8433e09124b58f5bb382feabecf4 (diff) | |
download | chromium_src-0798330b106865a81bfcf31bcde6d699f1ea191e.zip chromium_src-0798330b106865a81bfcf31bcde6d699f1ea191e.tar.gz chromium_src-0798330b106865a81bfcf31bcde6d699f1ea191e.tar.bz2 |
Remove uses of PropVariantTo*; removing the need to DelayLoad propsys.dll.
Introduces base::win::ScopedPropVariant. A cleanup CL will follow to remove other specialized instances (e.g., string only) of a scoped PROPVARIANT and to fix unscoped PROPVARIANTs (some of which are leaking memory as it is now).
R=grt@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11786005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/base/base.gyp b/base/base.gyp index 64a580f..f3ffb9e 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -807,17 +807,6 @@ 'test/test_file_util_linux.cc', ], }], - ['OS=="win"', { - 'direct_dependent_settings': { - 'msvs_settings': { - 'VCLinkerTool': { - 'DelayLoadDLLs': [ - 'propsys.dll', - ], - }, - }, - }, - }], ], 'sources': [ 'perftimer.cc', |