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

Unified Diff: webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn

Issue 2976633002: Revert of Remove remains of webrtc/base (patchset #7 id:120001 of https://codereview.webrtc.org/297… (Closed)
Patch Set: 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
Index: webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
diff --git a/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn b/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
index 587663b7fcf76c287a44d65662fb756bd830281f..af24f8ab5e477c0af660460dcf4b1fb6924d75b8 100644
--- a/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
+++ b/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
@@ -22,8 +22,8 @@ rtc_executable("conversational_speech_generator") {
]
deps = [
":lib",
- "../../../../rtc_base:rtc_base_approved",
- "../../../../test:test_support",
+ "../../../../../webrtc/base:rtc_base_approved",
+ "../../../../../webrtc/test:test_support",
"//third_party/gflags",
]
}
@@ -45,9 +45,9 @@ rtc_static_library("lib") {
"wavreader_interface.h",
]
deps = [
- "../../../..:webrtc_common",
- "../../../../common_audio",
- "../../../../rtc_base:rtc_base_approved",
+ "../../../../../webrtc:webrtc_common",
+ "../../../../../webrtc/base:rtc_base_approved",
+ "../../../../../webrtc/common_audio",
]
visibility = [ ":*" ] # Only targets in this file can depend on this.
}
@@ -63,11 +63,14 @@ rtc_source_set("unittest") {
]
deps = [
":lib",
- "../../../..:webrtc_common",
- "../../../../common_audio",
- "../../../../rtc_base:rtc_base_approved",
- "../../../../test:test_support",
+ "../../../../../webrtc:webrtc_common",
+ "../../../../../webrtc/base:rtc_base_approved",
+ "../../../../../webrtc/common_audio",
+ "../../../../../webrtc/test:test_support",
"//testing/gmock",
"//testing/gtest",
+ "//webrtc:webrtc_common",
+ "//webrtc/base:rtc_base_approved",
+ "//webrtc/test:test_support",
]
}
« no previous file with comments | « webrtc/modules/audio_processing/aec_dump/BUILD.gn ('k') | webrtc/modules/audio_processing/test/py_quality_assessment/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698