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

Unified Diff: third_party/webrtc_overrides/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 | « third_party/libjingle_xmpp/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/webrtc_overrides/BUILD.gn
diff --git a/third_party/webrtc_overrides/BUILD.gn b/third_party/webrtc_overrides/BUILD.gn
index 5f5e67dd96fcba7badba234f982ad01835f5e5ad..dfe46472cd0f43195b6dfb321e54ac0117de71e9 100644
--- a/third_party/webrtc_overrides/BUILD.gn
+++ b/third_party/webrtc_overrides/BUILD.gn
@@ -48,7 +48,7 @@ static_library("webrtc") {
# https://codereview.chromium.org/2022833002/ is landed. The target should
# be removed entirely if possible.
"//third_party/libjingle_xmpp:rtc_task_runner",
- "//third_party/webrtc/base:rtc_base",
+ "//third_party/webrtc/base:rtc_base_approved",
]
deps = [
"//third_party/webrtc/p2p:rtc_p2p",
« no previous file with comments | « third_party/libjingle_xmpp/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698