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

Unified Diff: ui/views/views.gyp

Issue 12210017: Start of build config for custom user32 import libs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implement the delay load hook. 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
« chrome/imports/build_import_libraries.py ('K') | « content/content_browser.gypi ('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 00d62973e7bfa901b8d75e1882f77b9a87eea3e9..11caa63c6fe84f7d97fd09d489afc52aafb18afd 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -515,7 +515,8 @@
'msvs_settings': {
'VCLinkerTool': {
'DelayLoadDLLs': [
- 'user32.dll',
+ # TODO(siggi): Sort this - DO NOT SUBMIT
+ # 'user32.dll',
],
},
},
« chrome/imports/build_import_libraries.py ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698