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

Unified Diff: remoting/client/ios/BUILD.gn

Issue 2694363005: Add gn dependency on rtc_task_runner. (Closed)
Patch Set: Dropped two of the rtc_task_runner deps. 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 | « remoting/client/display/BUILD.gn ('k') | remoting/client/ios/bridge/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ios/BUILD.gn
diff --git a/remoting/client/ios/BUILD.gn b/remoting/client/ios/BUILD.gn
index 5a086032e55832cddc99c320d3bba702ed42d09d..4fff7bf895a8df85e57ea303f0a73af260315df0 100644
--- a/remoting/client/ios/BUILD.gn
+++ b/remoting/client/ios/BUILD.gn
@@ -46,6 +46,7 @@ source_set("ios_core") {
public_deps = [
"//third_party/webrtc/base:rtc_base",
+ "//third_party/webrtc/base:rtc_task_runner",
"//third_party/webrtc/modules/desktop_capture:primitives",
]
« no previous file with comments | « remoting/client/display/BUILD.gn ('k') | remoting/client/ios/bridge/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698