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

Unified Diff: openssl.gyp

Issue 401903004: Switch openssl forwarding target to 'none'. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl
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: openssl.gyp
diff --git a/openssl.gyp b/openssl.gyp
index 1ee6d925a4f7b92f4cde0b601fcd438e5188580c..e586ca2c0cdc7293c167251efc927bbb1b7b4df9 100644
--- a/openssl.gyp
+++ b/openssl.gyp
@@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'openssl',
- 'type': 'static_library',
+ 'type': 'none',
'dependencies': [
'../boringssl/boringssl.gyp:boringssl',
],
« 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