Index: components/metrics/BUILD.gn |
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn |
index 5097279f1859b31a4ac3c5c215843fbd6a616e5a..95dfabbb9ad7dd92402ea8214fbe8b9b60e494e1 100644 |
--- a/components/metrics/BUILD.gn |
+++ b/components/metrics/BUILD.gn |
@@ -240,12 +240,6 @@ |
} |
} |
-static_library("call_stacks") { |
- deps = [ |
- "//components/metrics/public/interfaces:call_stack_mojo_bindings", |
- ] |
-} |
- |
# GYP version: components/metrics.gypi:metrics_test_support |
static_library("test_support") { |
testonly = true |
@@ -312,7 +306,6 @@ |
":test_support", |
":ui", |
"//base/test:test_support", |
- "//components/metrics/public/cpp:call_stack_unit_tests", |
"//components/prefs:test_support", |
"//components/variations", |
"//net:test_support", |
@@ -329,10 +322,4 @@ |
if (is_chromeos) { |
deps += [ "leak_detector:unit_tests" ] |
} |
- |
- # iOS is not supported by the profiler and the ios-simulator bot chokes on |
- # this test. |
- if (is_ios) { |
- deps -= [ "//components/metrics/public/cpp:call_stack_unit_tests" ] |
- } |
-} |
+} |