Index: components/metrics/public/cpp/BUILD.gn |
diff --git a/components/autofill/content/public/cpp/BUILD.gn b/components/metrics/public/cpp/BUILD.gn |
similarity index 55% |
copy from components/autofill/content/public/cpp/BUILD.gn |
copy to components/metrics/public/cpp/BUILD.gn |
index e7c88ce2faf666abd09bccbacbb76b2991795b4b..ca2f05741c041c9a156127bc6814a61d04bb3619 100644 |
--- a/components/autofill/content/public/cpp/BUILD.gn |
+++ b/components/metrics/public/cpp/BUILD.gn |
@@ -2,20 +2,17 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-source_set("unit_tests") { |
+import("//mojo/public/tools/bindings/mojom.gni") |
+ |
+source_set("call_stack_unit_tests") { |
testonly = true |
sources = [ |
- "autofill_types_struct_traits_unittest.cc", |
- ] |
- |
- public_deps = [ |
- "../interfaces:test_types", |
+ "call_stack_profile_struct_traits_unittest.cc", |
] |
deps = [ |
"//base", |
- "//components/autofill/core/browser:test_support", |
- "//components/password_manager/core/common", |
+ "//components/metrics/public/interfaces:call_stack_mojo_test_bindings", |
"//mojo/public/cpp/bindings", |
"//testing/gtest", |
] |