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

Unified Diff: chrome/chrome_exe.gypi

Issue 394503003: Make chrome_initial dep on crypto32 explicit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index bd6bfa0464aa77879c51d824c03932fb38d1494d..fe9eb31af1dbc840ee0f7b160611972f9015460b 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -490,6 +490,7 @@
'installer_util',
'image_pre_reader',
'../base/base.gyp:base',
+ '../crypto/crypto.gyp:crypto',
'../breakpad/breakpad.gyp:breakpad_handler',
'../breakpad/breakpad.gyp:breakpad_sender',
'../chrome_elf/chrome_elf.gyp:chrome_elf',
@@ -515,7 +516,10 @@
'ole32.dll',
'oleaut32.dll',
],
- 'AdditionalDependencies': [ 'wintrust.lib' ],
+ 'AdditionalDependencies': [
+ 'wintrust.lib',
+ 'crypt32.lib'
+ ],
'conditions': [
['asan==0', {
# Set /SUBSYSTEM:WINDOWS for chrome.exe itself, except for the
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698