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

Unified Diff: remoting/client/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 | « content/test/BUILD.gn ('k') | remoting/client/display/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/BUILD.gn
diff --git a/remoting/client/BUILD.gn b/remoting/client/BUILD.gn
index 9f0063d87b506905c6957329156830f8b2e656eb..9f3e5c494e488a29d7801d556048c1be8b50f5a4 100644
--- a/remoting/client/BUILD.gn
+++ b/remoting/client/BUILD.gn
@@ -109,6 +109,6 @@ source_set("unit_tests") {
"//remoting/proto",
"//testing/gmock",
"//testing/gtest",
- "//third_party/webrtc/base:rtc_base",
+ "//third_party/webrtc/base:rtc_base_approved",
]
}
« no previous file with comments | « content/test/BUILD.gn ('k') | remoting/client/display/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698