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

Unified Diff: webrtc/api/BUILD.gn

Issue 2325603002: GN Templates: Introduce rtc_shared_library (Closed)
Patch Set: Created 4 years, 3 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 | webrtc/build/webrtc.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index 69e0a85cf9664021cddc6c75040917955737eb75..cae9e65d4e0af9d0ce2c9eaa2e4c64bafc0ca372 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -220,12 +220,12 @@ if (is_android && !build_with_chromium) {
}
}
- shared_library("libjingle_peerconnection_so") {
+ rtc_shared_library("libjingle_peerconnection_so") {
sources = [
"android/jni/jni_onload.cc",
]
- configs -= [ "//build/config/android:hide_native_jni_exports" ]
+ suppressed_configs += [ "//build/config/android:hide_native_jni_exports" ]
deps = [
":libjingle_peerconnection",
« no previous file with comments | « no previous file | webrtc/build/webrtc.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698