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

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

Issue 2736233002: Replace some webrtc rtc_base dependencies with rtc_base_approved (Closed)
Patch Set: Put back content/test:content_unittests dependency on rtc_base Created 3 years, 9 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/BUILD.gn ('k') | third_party/libjingle_xmpp/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..c2d5007bbe37cd852be19bff73dabcc65163b0e2 100644
--- a/remoting/client/display/BUILD.gn
+++ b/remoting/client/display/BUILD.gn
@@ -30,7 +30,7 @@ source_set("display") {
deps = [
"//remoting/proto",
"//third_party/libyuv",
- "//third_party/webrtc/base:rtc_base",
+ "//third_party/webrtc/base:rtc_base_approved",
]
public_configs = [ "//third_party/khronos:khronos_headers" ]
@@ -85,7 +85,7 @@ if (is_win) {
"//remoting/proto",
"//testing/gmock",
"//testing/gtest",
- "//third_party/webrtc/base:rtc_base",
+ "//third_party/webrtc/base:rtc_base_approved",
]
}
}
« no previous file with comments | « remoting/client/BUILD.gn ('k') | third_party/libjingle_xmpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698