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

Unified Diff: components/metrics/BUILD.gn

Issue 2254743003: Introduce mojo interface for collecting StackSamplingProfiler data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: disable test for iOS 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 | « base/profiler/stack_sampling_profiler.cc ('k') | components/metrics/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 95dfabbb9ad7dd92402ea8214fbe8b9b60e494e1..fb7bcd85d4d4b6f1d97d9d99ae6820d6516e65d3 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -2,6 +2,8 @@
# 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")
+
declare_args() {
# Overrides os name in uma metrics log to "Blimp".
metrics_use_blimp = false
@@ -85,6 +87,7 @@ static_library("metrics") {
deps = [
"//base",
"//base:base_static",
+ "//components/metrics/public/interfaces:mojo_bindings",
"//components/prefs",
"//components/variations",
"//third_party/zlib:compression_utils",
@@ -306,6 +309,7 @@ source_set("unit_tests") {
":test_support",
":ui",
"//base/test:test_support",
+ "//components/metrics/public/cpp:unit_tests",
"//components/prefs:test_support",
"//components/variations",
"//net:test_support",
« no previous file with comments | « base/profiler/stack_sampling_profiler.cc ('k') | components/metrics/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698