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

Unified Diff: ui/views/views.gyp

Issue 12295040: Stop delay loading user32.dll from chrome.dll on x86/Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build config sketch, mostly works for x86 and x64. Move the hook back to base." Created 7 years, 10 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
« build/win/importlibs/filter_export_list.py ('K') | « content/user32.delay.imports ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 0c37795a8970d4b97a3c8070bc17d112ec8e60b8..5564269be493e5263f5c7db6789e32cf332349e3 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -512,7 +512,8 @@
'msvs_settings': {
'VCLinkerTool': {
'DelayLoadDLLs': [
- 'user32.dll',
+ # TODO(siggi): fixme, DO NOT SUBMIT
+ # 'user32.dll',
],
},
},
« build/win/importlibs/filter_export_list.py ('K') | « content/user32.delay.imports ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698