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

Unified Diff: webrtc/audio/BUILD.gn

Issue 2995363002: Replace gflags usages with rtc_base/flags in all targets based on test_main (Closed)
Patch Set: Fix string use after free 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
« no previous file with comments | « no previous file | webrtc/audio/test/low_bandwidth_audio_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/BUILD.gn
diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn
index 8d8db4bc3508d9a86a8b61dc2775af62fdf1baf7..2c62584ece8210f77470b6d82cb57130a95f1e87 100644
--- a/webrtc/audio/BUILD.gn
+++ b/webrtc/audio/BUILD.gn
@@ -112,13 +112,13 @@ if (rtc_include_tests) {
deps = [
"../common_audio",
+ "../rtc_base:rtc_base_approved",
"../system_wrappers",
"../test:fake_audio_device",
"../test:test_common",
"../test:test_main",
"//testing/gmock",
"//testing/gtest",
- "//third_party/gflags",
]
if (is_android) {
deps += [ "//testing/android/native_test:native_test_native_code" ]
@@ -161,7 +161,6 @@ if (rtc_include_tests) {
"../test:test_main",
"//testing/gmock",
"//testing/gtest",
- "//third_party/gflags",
]
data = [
« no previous file with comments | « no previous file | webrtc/audio/test/low_bandwidth_audio_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698