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

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

Issue 2254743003: Introduce mojo interface for collecting StackSamplingProfiler data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: compile fix 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
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 60%
copy from components/autofill/content/public/cpp/BUILD.gn
copy to components/metrics/public/cpp/BUILD.gn
index e7c88ce2faf666abd09bccbacbb76b2991795b4b..b51792aca6102b55c7e19352ab166b7f14adb11d 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.
+import("//mojo/public/tools/bindings/mojom.gni")
+
source_set("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:mojo_test_bindings",
"//mojo/public/cpp/bindings",
"//testing/gtest",
]

Powered by Google App Engine
This is Rietveld 408576698