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

Unified Diff: webrtc/voice_engine/BUILD.gn

Issue 2995363002: Replace gflags usages with rtc_base/flags in all targets based on test_main (Closed)
Patch Set: Fix flag validation message 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/voice_engine/BUILD.gn
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
index e82691a0f059dceeee9e1cbbed736b0e104d3043..e458fee9223a7acf09eb02e58f52de6e47527b59 100644
--- a/webrtc/voice_engine/BUILD.gn
+++ b/webrtc/voice_engine/BUILD.gn
@@ -200,7 +200,6 @@ if (rtc_include_tests) {
"../test:video_test_common",
"//testing/gmock",
"//testing/gtest",
- "//third_party/gflags",
]
if (is_android) {

Powered by Google App Engine
This is Rietveld 408576698