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

Unified Diff: components/metrics/typemaps.gni

Issue 2254743003: Introduce mojo interface for collecting StackSamplingProfiler data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: 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/typemaps.gni
diff --git a/ui/events/devices/mojo/typemaps.gni b/components/metrics/typemaps.gni
similarity index 71%
copy from ui/events/devices/mojo/typemaps.gni
copy to components/metrics/typemaps.gni
index 7ce719ad8278a60ec9fe324ff9f0329ca6462d4d..9703876d9af19e131b0a723ac2be306892c97dea 100644
--- a/ui/events/devices/mojo/typemaps.gni
+++ b/components/metrics/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 = [ "//ui/events/devices/mojo/input_device.typemap" ]
+typemaps = [ "//components/metrics/call_stack_profile.typemap" ]

Powered by Google App Engine
This is Rietveld 408576698