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

Unified Diff: third_party/libjingle/webrtc/BUILD.gn

Issue 2694903005: Add a copy of webrtc's TaskRunner abstraction, which is going to be deleted in webrtc. (Closed)
Patch Set: Delete dependencies on webrtc's rtc_task_runner. Created 3 years, 10 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 | « third_party/libjingle/BUILD.gn ('k') | third_party/libjingle_xmpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/webrtc/BUILD.gn
diff --git a/third_party/libjingle/webrtc/BUILD.gn b/third_party/libjingle/webrtc/BUILD.gn
index d6005cf502de19ee5df7165596afd03151b3cdfd..413d103418d51811b95c454105958f05806e706d 100644
--- a/third_party/libjingle/webrtc/BUILD.gn
+++ b/third_party/libjingle/webrtc/BUILD.gn
@@ -62,6 +62,5 @@ static_library("libstunprober") {
deps = [
":libjingle_webrtc_common",
"//third_party/webrtc/base:rtc_base",
- "//third_party/webrtc/base:rtc_task_runner",
]
}
« no previous file with comments | « third_party/libjingle/BUILD.gn ('k') | third_party/libjingle_xmpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698