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

Unified Diff: webrtc/modules/audio_coding/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_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index abe064f3da3b643a415982db633b2525ba3c87f6..50819f19ca333fe5238dfcca34cb281d5ca01735 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1395,7 +1395,6 @@ if (rtc_include_tests) {
"../../test:test_support",
"../rtp_rtcp",
"//testing/gtest",
- "//third_party/gflags:gflags",
]
} # delay_test
@@ -1425,7 +1424,6 @@ if (rtc_include_tests) {
"../../test:test_support",
"../rtp_rtcp",
"//testing/gtest",
- "//third_party/gflags:gflags",
]
} # insert_packet_with_timing
@@ -1520,7 +1518,6 @@ if (rtc_include_tests) {
"../../rtc_base:rtc_base_approved",
"../../system_wrappers:system_wrappers_default",
"../../test:test_support",
- "//third_party/gflags",
]
}
}
@@ -1792,9 +1789,9 @@ if (rtc_include_tests) {
":neteq",
":neteq_test_tools",
":pcm16b",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers:system_wrappers_default",
"//testing/gtest",
- "//third_party/gflags:gflags",
]
if (!build_with_chromium && is_clang) {
@@ -1832,9 +1829,9 @@ if (rtc_include_tests) {
":neteq",
":neteq_test_support",
"../..:webrtc_common",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers:system_wrappers_default",
"../../test:test_support",
- "//third_party/gflags",
]
}
« no previous file with comments | « webrtc/logging/rtc_event_log/rtc_event_log2text.cc ('k') | webrtc/modules/audio_coding/neteq/test/neteq_speed_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698