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

Unified Diff: components/metrics/public/cpp/BUILD.gn

Issue 2253013008: Second reland: Introduce mojo interface for collecting StackSamplingProfiler data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use source_set for call_stacks target Created 4 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
« no previous file with comments | « components/metrics/DEPS ('k') | components/metrics/public/cpp/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « components/metrics/DEPS ('k') | components/metrics/public/cpp/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698