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

Unified Diff: content/content_browser.gypi

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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 85eb45132e2f688731eb6ed569ec3873178ee308..6ac5a27f9c1eab0f582b01a238d2eab50d4d22bf 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1030,7 +1030,8 @@
'msvs_settings': {
'VCLinkerTool': {
'DelayLoadDLLs': [
- 'user32.dll',
+ # TODO(siggi): Sort this - DO NOT SUBMIT
+ # 'user32.dll',
],
},
},

Powered by Google App Engine
This is Rietveld 408576698