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

Unified Diff: remoting/client/BUILD.gn

Issue 2694363005: Add gn dependency on rtc_task_runner. (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
Index: remoting/client/BUILD.gn
diff --git a/remoting/client/BUILD.gn b/remoting/client/BUILD.gn
index 9f0063d87b506905c6957329156830f8b2e656eb..30d3e94288b711089bd093135891773943642998 100644
--- a/remoting/client/BUILD.gn
+++ b/remoting/client/BUILD.gn
@@ -110,5 +110,6 @@ source_set("unit_tests") {
"//testing/gmock",
"//testing/gtest",
"//third_party/webrtc/base:rtc_base",
+ "//third_party/webrtc/base:rtc_task_runner",
Sergey Ulanov 2017/02/16 19:38:13 I don't think anything under src/remoting needs ta
nisse-chromium (ooo August 14) 2017/02/20 09:51:32 And dropped this one too.
]
}

Powered by Google App Engine
This is Rietveld 408576698