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

Unified Diff: crypto/crypto.gyp

Issue 7352014: Revert "Add COMPONENT_BUILD global define. " (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « chrome/chrome_exe.gypi ('k') | crypto/crypto_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/crypto.gyp
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
index f660e4cd0eede118e73f723cbc0e55a535dbce82..a6df806d6b7e2c981ed8ca8fbf85c1bec280718f 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -76,8 +76,14 @@
}],
[ 'component == "shared_library"', {
'defines': [
+ 'CRYPTO_DLL',
'CRYPTO_IMPLEMENTATION',
],
+ 'direct_dependent_settings': {
+ 'defines': [
+ 'CRYPTO_DLL',
+ ],
+ },
}],
[ 'use_openssl==1', {
# TODO(joth): Use a glob to match exclude patterns once the
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | crypto/crypto_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698