aboutsummaryrefslogtreecommitdiff
path: root/p2p/BUILD.gn
diff options
context:
space:
mode:
authorMirko Bonadei <mbonadei@webrtc.org>2019-01-25 20:26:48 +0100
committerCommit Bot <commit-bot@chromium.org>2019-01-25 20:29:58 +0000
commitd970807e0c6cb1bf958f1a33513f86ff91dcfcb4 (patch)
treed70c29b2d32bfa994b7d47f576760cfb39d2287b /p2p/BUILD.gn
parent9444f3a8c8e843080f6c8191cccfeab86676fe74 (diff)
downloadwebrtc-d970807e0c6cb1bf958f1a33513f86ff91dcfcb4.tar.gz
Remove rtc_base/scoped_ref_ptr.h.
The type rtc::scoped_refptr<T> is now part of api/. Please include it from api/scoped_refptr.h. More info: See: https://groups.google.com/forum/#!topic/discuss-webrtc/Mme2MSz4z4o. Bug: webrtc:9887, webrtc:8205 No-Try: True Change-Id: Ic6c7c81e226e59f12f7933e472f573ae097b55bf Reviewed-on: https://webrtc-review.googlesource.com/c/119041 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26414}
Diffstat (limited to 'p2p/BUILD.gn')
-rw-r--r--p2p/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/p2p/BUILD.gn b/p2p/BUILD.gn
index dcc7caf66c..775ebbd80a 100644
--- a/p2p/BUILD.gn
+++ b/p2p/BUILD.gn
@@ -119,6 +119,7 @@ rtc_static_library("rtc_p2p") {
deps = [
"../api:libjingle_peerconnection_api",
"../api:ortc_api",
+ "../api:scoped_refptr",
"../api/transport:enums",
"../logging:ice_log",
"../logging:rtc_event_log_api",
@@ -221,6 +222,7 @@ if (rtc_include_tests) {
":rtc_p2p",
"../api:libjingle_peerconnection_api",
"../api:ortc_api",
+ "../api:scoped_refptr",
"../api/units:time_delta",
"../rtc_base:checks",
"../rtc_base:gunit_helpers",