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

Unified Diff: content/content_shell.gypi

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
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 5877dca04da5ae6cf1f3f3bc0ad0c055e658cddf..d92adef2f91ee8e6280547620973645837ca877e 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -339,6 +339,9 @@
],
}],
['OS=="win"', {
+ 'dependencies': [
+ 'content_user32_delay_imports',
+ ],
'sources': [
'shell/shell.rc',
],

Powered by Google App Engine
This is Rietveld 408576698