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

Unified Diff: webrtc/api/audio_codecs/test/BUILD.gn

Issue 2976293002: Remove remains of webrtc/base (Closed)
Patch Set: Add README.md Created 3 years, 5 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 | « webrtc/api/audio_codecs/opus/BUILD.gn ('k') | webrtc/api/video_codecs/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/audio_codecs/test/BUILD.gn
diff --git a/webrtc/api/audio_codecs/test/BUILD.gn b/webrtc/api/audio_codecs/test/BUILD.gn
index 32cef2d5cb3d3ce3340654640d0bd80abf8f980c..4a0c8789209ca628e06179af8850bbb15a2f0107 100644
--- a/webrtc/api/audio_codecs/test/BUILD.gn
+++ b/webrtc/api/audio_codecs/test/BUILD.gn
@@ -21,8 +21,8 @@ if (rtc_include_tests) {
]
deps = [
"..:audio_codecs_api",
- "../../../base:protobuf_utils", # TODO(kwiberg): Why is this needed?
- "../../../base:rtc_base_approved",
+ "../../../rtc_base:protobuf_utils", # TODO(kwiberg): Why is this needed?
+ "../../../rtc_base:rtc_base_approved",
"../../../test:audio_codec_mocks",
"../../../test:test_support",
"../g722:audio_decoder_g722",
« no previous file with comments | « webrtc/api/audio_codecs/opus/BUILD.gn ('k') | webrtc/api/video_codecs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698