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

Unified Diff: webrtc/modules/audio_coding/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 | « webrtc/audio/test/low_bandwidth_audio_test.cc ('k') | webrtc/modules/audio_coding/neteq/neteq_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index 3e6a1834868daa33c7d2f9f2bf3d8460d665e4df..9b68f41cfa3eefff07c4ea8319a2deef41f87cb6 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1658,7 +1658,6 @@ if (rtc_include_tests) {
"../../rtc_base:rtc_base_approved",
"../../test:test_support",
"//testing/gtest",
- "//third_party/gflags",
]
}
@@ -1844,9 +1843,9 @@ if (rtc_include_tests) {
":neteq_quality_test_support",
":neteq_tools",
":webrtc_opus",
+ "../../rtc_base:rtc_base_approved",
"../../test:test_main",
"//testing/gtest",
- "//third_party/gflags",
]
}
@@ -1884,7 +1883,6 @@ if (rtc_include_tests) {
"../../system_wrappers:system_wrappers_default",
"../../test:test_main",
"//testing/gtest",
- "//third_party/gflags",
]
}
@@ -1902,7 +1900,6 @@ if (rtc_include_tests) {
"../../rtc_base:rtc_base_approved",
"../../test:test_main",
"//testing/gtest",
- "//third_party/gflags",
]
}
@@ -1920,7 +1917,6 @@ if (rtc_include_tests) {
"../../rtc_base:rtc_base_approved",
"../../test:test_main",
"//testing/gtest",
- "//third_party/gflags",
]
}
@@ -2207,7 +2203,6 @@ if (rtc_include_tests) {
"../../test:test_support",
"//testing/gmock",
"//testing/gtest",
- "//third_party/gflags",
]
defines = audio_coding_defines
« no previous file with comments | « webrtc/audio/test/low_bandwidth_audio_test.cc ('k') | webrtc/modules/audio_coding/neteq/neteq_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698