Chromium Code Reviews

Unified Diff: webrtc/base/BUILD.gn

Issue 2622923002: Delete unused TaskRunner abstraction. (Closed)
Patch Set: Rebase. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | webrtc/base/task.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index d8f5e2b0964b9e36307b5d493fe35cd62390c757..cd17fa60972ecbd6fad1479a7e716af3446d03d5 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -348,19 +348,6 @@ config("rtc_base_warnings_config") {
}
}
-# TODO(nisse): This target is temporarily split out, to aid moving the
-# code over to Chrome. It should be deleted from webrtc soon.
-rtc_static_library("rtc_task_runner") {
- sources = [
- "task.cc",
- "task.h",
- "taskparent.cc",
- "taskparent.h",
- "taskrunner.cc",
- "taskrunner.h",
- ]
-}
-
rtc_static_library("rtc_base") {
cflags = []
cflags_cc = []
@@ -870,7 +857,6 @@ if (rtc_include_tests) {
"sigslot_unittest.cc",
"sigslottester_unittest.cc",
"stream_unittest.cc",
- "task_unittest.cc",
"testclient_unittest.cc",
"thread_unittest.cc",
]
@@ -892,7 +878,6 @@ if (rtc_include_tests) {
}
deps = [
":rtc_base_tests_main",
- ":rtc_task_runner",
]
public_deps = [
":rtc_base",
« no previous file with comments | « no previous file | webrtc/base/task.h » ('j') | no next file with comments »

Powered by Google App Engine