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

Unified Diff: webrtc/base/BUILD.gn

Issue 1812213002: Put config in sync between gyp and gn. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 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: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index 8e5b4f73284f2cb4783091ddda2d47402dcde6fd..3369cbe36181dc519c629e1d145c676533106441 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -188,11 +188,13 @@ static_library("rtc_base") {
configs += [
"..:common_config",
+ ":openssl_config",
":rtc_base_config",
]
public_configs = [
"..:common_inherited_config",
+ ":openssl_config",
":rtc_base_config",
]
@@ -485,7 +487,6 @@ static_library("rtc_base") {
}
if (use_openssl) {
- public_configs += [ ":openssl_config" ]
if (rtc_build_ssl) {
deps += [ "//third_party/boringssl" ]
} else {
« 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