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

Unified Diff: webrtc/base/BUILD.gn

Issue 2708843002: Move rtc_task_runner dependency from rtc_base to rtc_base_unittests. (Closed)
Patch Set: 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 | « no previous file | no next file » | 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 a82748eccdab42860c3352518da08149f95fc06e..62817db689fe03452614f3015b16619c037e5b11 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -371,7 +371,6 @@ rtc_static_library("rtc_base") {
]
public_deps = [
":rtc_base_approved",
- ":rtc_task_runner",
]
public_configs = []
@@ -890,6 +889,7 @@ if (rtc_include_tests) {
}
deps = [
":rtc_base_tests_main",
+ ":rtc_task_runner",
]
public_deps = [
":rtc_base",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698