aboutsummaryrefslogtreecommitdiff
path: root/modules/BUILD.gn
diff options
context:
space:
mode:
authorMirko Bonadei <mbonadei@webrtc.org>2018-10-16 14:13:50 +0200
committerCommit Bot <commit-bot@chromium.org>2018-10-16 12:57:04 +0000
commit276827cbdb450d9e3cff455bcef773016e80065a (patch)
tree17155e13022ee99f057ade2e4117d306b42e1de3 /modules/BUILD.gn
parent0753675a3e3ba14f4a69bde951dbdbee8c27c668 (diff)
downloadwebrtc-276827cbdb450d9e3cff455bcef773016e80065a.tar.gz
Export symbols needed by the Chromium component build (part 3).
This CL uses RTC_EXPORT (defined in rtc_base/system/rtc_export.h) to mark WebRTC symbols as visible from a shared library, this doesn't mean these symbols are part of the public API (please continue to refer to [1] for info about what is considered public WebRTC API). Bug: webrtc:9419 Change-Id: I4d4e2ae52ee01de68147fd0f2cfe4c92d600ad94 Reviewed-on: https://webrtc-review.googlesource.com/c/106343 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25207}
Diffstat (limited to 'modules/BUILD.gn')
-rw-r--r--modules/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/BUILD.gn b/modules/BUILD.gn
index 1df9865d45..ef029914b3 100644
--- a/modules/BUILD.gn
+++ b/modules/BUILD.gn
@@ -54,6 +54,7 @@ rtc_source_set("module_api") {
"../api:libjingle_peerconnection_api",
"../modules/rtp_rtcp:rtp_video_header",
"../rtc_base:safe_conversions",
+ "../rtc_base/system:rtc_export",
]
}