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

Unified Diff: ui/events/mojo/typemaps.gni

Issue 2040733002: Implement LatencyInfo StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use ArrayTraits for InputCoordinates Created 4 years, 6 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: ui/events/mojo/typemaps.gni
diff --git a/third_party/leakcanary/config.gni b/ui/events/mojo/typemaps.gni
similarity index 74%
copy from third_party/leakcanary/config.gni
copy to ui/events/mojo/typemaps.gni
index f6adcddf3ecc4442c7793666dfeecaf1f108fea8..8aee2e309cb773765a1846a2bfae612d4b4d1dbe 100644
--- a/third_party/leakcanary/config.gni
+++ b/ui/events/mojo/typemaps.gni
@@ -2,6 +2,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-declare_args() {
- enable_leakcanary = false
-}
+typemaps = [ "//ui/events/mojo/latency_info.typemap" ]

Powered by Google App Engine
This is Rietveld 408576698