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

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

Issue 3005483002: Replace remaining gflags usages with rtc_base/flags (Closed)
Patch Set: Rebase Created 3 years, 4 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/BUILD.gn
diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
index a569bd100625bfc8e6c8fc44554a5597d08c84d2..204a9889a0f70467a1ad2b54ea2113744c740073 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -724,7 +724,6 @@ if (rtc_include_tests) {
"../../rtc_base:protobuf_utils",
"../../rtc_base:rtc_base_approved",
"../../system_wrappers:system_wrappers_default",
- "//third_party/gflags:gflags",
]
} # unpack_aecdump
@@ -755,7 +754,6 @@ if (rtc_include_tests) {
"aec_dump",
"aec_dump:aec_dump_impl",
"//testing/gtest",
- "//third_party/gflags:gflags",
]
} # audioproc_f
}
@@ -794,11 +792,11 @@ if (rtc_include_tests) {
"..:module_api",
"../..:webrtc_common",
"../../common_audio:common_audio",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers:metrics_default",
"../../system_wrappers:system_wrappers",
"../../test:test_support",
"//testing/gtest",
- "//third_party/gflags",
]
}
@@ -828,7 +826,6 @@ if (rtc_include_tests) {
"../../common_audio:common_audio",
"../../rtc_base:rtc_base_approved",
"../../system_wrappers:metrics_default",
- "//third_party/gflags",
]
}
@@ -841,10 +838,10 @@ if (rtc_include_tests) {
deps = [
":audio_processing",
":audioproc_test_utils",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers:metrics_default",
"../../test:test_support",
"//testing/gtest",
- "//third_party/gflags",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698