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

Unified Diff: third_party/boringssl/BUILD.gn

Issue 1459783002: Roll src/third_party/boringssl/src d7421ebf6..3ac32b1ed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/BUILD.gn
diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn
index 914af592c311b9bcf7b60f4440242cad7176ed35..f4114d9685ce0824ebba5dc60f52e523d2360cc7 100644
--- a/third_party/boringssl/BUILD.gn
+++ b/third_party/boringssl/BUILD.gn
@@ -6,10 +6,10 @@ import("//build/config/sanitizers/sanitizers.gni")
# Config for us and everybody else depending on BoringSSL.
config("openssl_config") {
- include_dirs = []
- include_dirs += [ "src/include" ]
+ defines = [ "OPENSSL_SMALL" ]
+ include_dirs = [ "src/include" ]
if (is_component_build) {
- defines = [ "BORINGSSL_SHARED_LIBRARY" ]
+ defines += [ "BORINGSSL_SHARED_LIBRARY" ]
}
}

Powered by Google App Engine
This is Rietveld 408576698