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

Unified Diff: components/metrics/public/cpp/typemaps.gni

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
Index: components/metrics/public/cpp/typemaps.gni
diff --git a/content/common/bluetooth/typemaps.gni b/components/metrics/public/cpp/typemaps.gni
similarity index 73%
copy from content/common/bluetooth/typemaps.gni
copy to components/metrics/public/cpp/typemaps.gni
index 552e6cfe128d34c72ea57b695e1b91046607fac5..079917f788c0247940102d8bc8e1513fdb6438af 100644
--- a/content/common/bluetooth/typemaps.gni
+++ b/components/metrics/public/cpp/typemaps.gni
@@ -2,4 +2,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-typemaps = [ "//content/common/bluetooth/web_bluetooth_device_id.typemap" ]
+typemaps = [ "//components/metrics/public/cpp/call_stack_profile.typemap" ]

Powered by Google App Engine
This is Rietveld 408576698