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

Unified Diff: webrtc/tools/BUILD.gn

Issue 2299023004: Remove unused agc_unittest.cc and agc_harness.cc (Closed)
Patch Set: Created 4 years, 3 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/modules/modules.gyp ('k') | webrtc/tools/agc/agc_harness.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/BUILD.gn
diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn
index a79219c3bdf7615e6042f048c08612f1f47af640..c06a4b313605250486dd141a3d3c9e3050bb22da 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -164,17 +164,6 @@ executable("force_mic_volume_max") {
]
}
-source_set("agc_test_utils") {
- testonly = true
- sources = [
- "agc/test_utils.cc",
- "agc/test_utils.h",
- ]
-
- configs += [ "..:common_config" ]
- public_configs = [ "..:common_inherited_config" ]
-}
-
if (rtc_enable_protobuf) {
proto_library("graph_proto") {
sources = [
@@ -244,33 +233,6 @@ if (rtc_include_tests) {
}
}
- executable("agc_harness") {
- testonly = true
- sources = [
- "agc/agc_harness.cc",
- ]
-
- configs += [ "..:common_config" ]
- public_configs = [ "..:common_inherited_config" ]
-
- if (is_clang) {
- # Suppress warnings from the Chromium Clang plugin.
- # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
- configs -= [ "//build/config/clang:find_bad_constructs" ]
- }
-
- deps = [
- "../system_wrappers:system_wrappers_default",
- "../test:channel_transport",
- "../test:test_support",
- "../voice_engine",
- "//build/config/sanitizers:deps",
- "//build/win:default_exe_manifest",
- "//testing/gtest",
- "//third_party/gflags",
- ]
- }
-
executable("activity_metric") {
testonly = true
sources = [
« no previous file with comments | « webrtc/modules/modules.gyp ('k') | webrtc/tools/agc/agc_harness.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698