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

Unified Diff: webrtc/audio/utility/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/audio/BUILD.gn ('k') | webrtc/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/utility/BUILD.gn
diff --git a/webrtc/audio/utility/BUILD.gn b/webrtc/audio/utility/BUILD.gn
index ac477e4f25ceed3f269b83ef00c6823397ee1ead..65f9cb0da6cc8fe4389aba807258bb53ad77a248 100644
--- a/webrtc/audio/utility/BUILD.gn
+++ b/webrtc/audio/utility/BUILD.gn
@@ -21,9 +21,9 @@ rtc_static_library("audio_frame_operations") {
deps = [
"../..:webrtc_common",
- "../../base:rtc_base_approved",
"../../modules:module_api",
"../../modules/audio_coding:audio_format_conversion",
+ "../../rtc_base:rtc_base_approved",
]
}
@@ -35,8 +35,8 @@ if (rtc_include_tests) {
]
deps = [
":audio_frame_operations",
- "../../base:rtc_base_approved",
"../../modules:module_api",
+ "../../rtc_base:rtc_base_approved",
"../../test:test_support",
"//testing/gtest",
]
« no previous file with comments | « webrtc/audio/BUILD.gn ('k') | webrtc/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698