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

Unified Diff: webrtc/pc/BUILD.gn

Issue 3003643002: Allow external TaskQueue implementations on Linux (Closed)
Patch Set: Add rtc_task_queue_api target. Created 3 years, 4 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/rtc_base/BUILD.gn » ('j') | webrtc/rtc_base/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/BUILD.gn
diff --git a/webrtc/pc/BUILD.gn b/webrtc/pc/BUILD.gn
index 71e29d8a6cc4abc0199ea7a89c2eb61c0a073444..2ed020232e2364e61b7818f975f60fca3fb718cf 100644
--- a/webrtc/pc/BUILD.gn
+++ b/webrtc/pc/BUILD.gn
@@ -226,6 +226,12 @@ rtc_source_set("libjingle_peerconnection") {
"../api:libjingle_peerconnection_api",
]
+ # This target always link with a default implementation
+ # regardless of the flag |rtc_link_task_queue_impl|.
+ deps = [
+ "../rtc_base:rtc_task_queue_impl",
+ ]
+
if (rtc_use_quic) {
sources += [
"quicdatachannel.cc",
« no previous file with comments | « no previous file | webrtc/rtc_base/BUILD.gn » ('j') | webrtc/rtc_base/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698