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

Unified Diff: third_party/boringssl/boringssl.gyp

Issue 1537473002: [third-party] Netty fork of Tomcat Native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed open source license review comments Created 4 years, 11 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: third_party/boringssl/boringssl.gyp
diff --git a/third_party/boringssl/boringssl.gyp b/third_party/boringssl/boringssl.gyp
index 798b82565e12f75f3dc5cc03ddd244391d254e7b..9fbf1a92411c790129d98bc1e900b86c0b4a6527 100644
--- a/third_party/boringssl/boringssl.gyp
+++ b/third_party/boringssl/boringssl.gyp
@@ -150,5 +150,18 @@
}],
],
},
+ { # Builds decrepit BoringSSL sources.
+ 'target_name': 'boringssl-decrepit',
+ 'type': '<(component)',
+ 'includes': [
+ 'boringssl.gypi',
+ ],
+ 'sources': [
+ '<@(boringssl_decrepit_sources)',
+ ],
+ 'include_dirs': [
+ 'src/include',
+ ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698