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

Unified Diff: remoting/client/display/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 | « content/test/BUILD.gn ('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 9716d4cd0849e5bcadb2d3a3a4c3cad57e760f86..59340078b0a9ba96a279eeff85e199cf3295418a 100644
--- a/remoting/client/display/BUILD.gn
+++ b/remoting/client/display/BUILD.gn
@@ -31,6 +31,7 @@ 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" ]
@@ -86,6 +87,7 @@ 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 | « content/test/BUILD.gn ('k') | remoting/client/ios/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698