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

Unified Diff: remoting/client/display/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 | « jingle/notifier/listener/push_notifications_subscribe_task.cc ('k') | remoting/client/ios/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/display/BUILD.gn
diff --git a/remoting/client/display/BUILD.gn b/remoting/client/display/BUILD.gn
index 59340078b0a9ba96a279eeff85e199cf3295418a..9716d4cd0849e5bcadb2d3a3a4c3cad57e760f86 100644
--- a/remoting/client/display/BUILD.gn
+++ b/remoting/client/display/BUILD.gn
@@ -31,7 +31,6 @@ source_set("display") {
"//remoting/proto",
"//third_party/libyuv",
"//third_party/webrtc/base:rtc_base",
- "//third_party/webrtc/base:rtc_task_runner",
]
public_configs = [ "//third_party/khronos:khronos_headers" ]
@@ -87,7 +86,6 @@ if (is_win) {
"//testing/gmock",
"//testing/gtest",
"//third_party/webrtc/base:rtc_base",
- "//third_party/webrtc/base:rtc_task_runner",
]
}
}
« no previous file with comments | « jingle/notifier/listener/push_notifications_subscribe_task.cc ('k') | remoting/client/ios/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698