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

Unified Diff: webrtc/voice_engine/BUILD.gn

Issue 2731993002: Update formatting of AudioLevel class (Closed)
Patch Set: Review comments 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 | webrtc/voice_engine/audio_level.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/BUILD.gn
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
index f58e93a7fd331ac9e22d4f9ee4ee4d707cd4efcd..caf683125edf58b737f5c2861b776bbf6155f654 100644
--- a/webrtc/voice_engine/BUILD.gn
+++ b/webrtc/voice_engine/BUILD.gn
@@ -138,9 +138,9 @@ rtc_static_library("voice_engine") {
"../modules/audio_coding",
]
deps = [
+ ":audio_level",
":file_player",
":file_recorder",
- ":level_indicator",
"..:webrtc_common",
"../api:audio_mixer_api",
"../api:call_api",
@@ -165,10 +165,10 @@ rtc_static_library("voice_engine") {
]
}
-rtc_static_library("level_indicator") {
+rtc_static_library("audio_level") {
sources = [
- "level_indicator.cc",
- "level_indicator.h",
+ "audio_level.cc",
+ "audio_level.h",
]
deps = [
« no previous file with comments | « no previous file | webrtc/voice_engine/audio_level.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698