summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-28 18:38:06 +0000
committerrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-28 18:38:06 +0000
commit5f952964e16ccdcc7bbad878356a50954e57c0f2 (patch)
treeca33d68f8020116d72c3cabe70cb0f1cc5f9a8e5 /chrome/chrome.gyp
parentc71ea72e8b2b5419ec0d12981812f28297829219 (diff)
downloadchromium_src-5f952964e16ccdcc7bbad878356a50954e57c0f2.zip
chromium_src-5f952964e16ccdcc7bbad878356a50954e57c0f2.tar.gz
chromium_src-5f952964e16ccdcc7bbad878356a50954e57c0f2.tar.bz2
Revert 191173 "Check in a custom-built import library for user32..."
> Check in a custom-built import library for user32 exports up to Windows XP SP2/SP3, which is used by chrome.dll in preference to the Platform SDK's user32.lib import library. > Custom build an import library for Chrome's post-WinXP imports, that binds to a fictional "user32-delay.dll". > Implement and test a delay load hook that diverts dynamic loading of any dll "foo-delay.dll" to "foo.dll". > > R=cpu@chromium.org > BUG=176040 > > > Review URL: https://chromiumcodereview.appspot.com/12295040 TBR=siggi@chromium.org Review URL: https://codereview.chromium.org/13208002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191179 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp21
1 files changed, 0 insertions, 21 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index be44f74..f181d4d 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1040,27 +1040,6 @@
['OS=="win" and target_arch=="ia32"',
{ 'targets': [
{
- 'target_name': 'chrome_user32_delay_imports',
- 'type': 'none',
- 'variables': {
- 'lib_dir': '<(INTERMEDIATE_DIR)',
- },
- 'sources': [
- 'chrome.user32.delay.imports'
- ],
- 'includes': [
- '../build/win/importlibs/create_import_lib.gypi',
- ],
- 'direct_dependent_settings': {
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'AdditionalLibraryDirectories': ['<(lib_dir)', ],
- 'AdditionalDependencies': ['chrome.user32.delay.lib', ],
- },
- },
- },
- },
- {
'target_name': 'crash_service_win64',
'type': 'executable',
'product_name': 'crash_service64',