1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # This file is used to create a custom import library for Chrome.dll's use of
6 # user32.dll APIs added post-Windows XP to obviate the need for delay loading
11 # The DLL to bind to - we delay load these imports.
12 'dll_name': 'user32-delay.dll',
14 # Name of the generated import library.
15 'importlib_name': 'chrome.user32.delay.lib',
17 # Chrome.dll uses these post-Windows XP (SP2) exports, and so they must be
18 # delay loaded for Chrome.dll to load on Windows XP computers.
20 'CloseGestureInfoHandle@4',
21 'CloseTouchInputHandle@4',
23 'GetTouchInputInfo@16',
25 'RegisterTouchWindow@8',
26 'UnregisterTouchWindow@4',