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

Unified Diff: webrtc/rtc_base/BUILD.gn

Issue 2936213003: Test using a global, replacable TaskQueueImpl factory.
Patch Set: Added global factory. 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/task_queue.h » ('j') | webrtc/rtc_base/task_queue_impl_factory.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/BUILD.gn
diff --git a/webrtc/rtc_base/BUILD.gn b/webrtc/rtc_base/BUILD.gn
index 60d1f57583cf9f86f0d74ac6c63484d30a5f39c6..aab0f126f04f5ac3b43f5117324be1554052c3aa 100644
--- a/webrtc/rtc_base/BUILD.gn
+++ b/webrtc/rtc_base/BUILD.gn
@@ -307,6 +307,9 @@ rtc_static_library("rtc_task_queue") {
} else {
sources = [
"task_queue.h",
+ "task_queue_impl.h",
+ "task_queue_impl_factory.cc",
+ "task_queue_impl_factory.h",
"task_queue_posix.h",
]
if (rtc_build_libevent) {
« no previous file with comments | « no previous file | webrtc/rtc_base/task_queue.h » ('j') | webrtc/rtc_base/task_queue_impl_factory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698