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

Unified Diff: content/test/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 | « no previous file | remoting/client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 5de4ffb9dd827b20b787449d9d57bf827aa2b098..f036edf67ec5aec1be1db10d99f5cdd9f0f35ad5 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -332,7 +332,7 @@ static_library("test_support") {
deps += [
"//third_party/webrtc/api:libjingle_peerconnection",
"//third_party/webrtc/api:rtc_stats_api",
- "//third_party/webrtc/base:rtc_base",
+ "//third_party/webrtc/base:rtc_base_approved",
"//third_party/webrtc/media:rtc_media_base",
"//third_party/webrtc/modules/video_capture",
"//third_party/webrtc/stats:rtc_stats",
« no previous file with comments | « no previous file | remoting/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698