summaryrefslogtreecommitdiff
path: root/chromium/content/public/common/load_timing_info.typemap
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/public/common/load_timing_info.typemap')
-rw-r--r--chromium/content/public/common/load_timing_info.typemap14
1 files changed, 14 insertions, 0 deletions
diff --git a/chromium/content/public/common/load_timing_info.typemap b/chromium/content/public/common/load_timing_info.typemap
new file mode 100644
index 00000000000..b86d3647324
--- /dev/null
+++ b/chromium/content/public/common/load_timing_info.typemap
@@ -0,0 +1,14 @@
+# Copyright 2018 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//content/public/common/load_timing_info.mojom"
+public_headers = [ "//net/base/load_timing_info.h" ]
+traits_headers = [ "//content/public/common/load_timing_info_struct_traits.h" ]
+sources = [
+ "//content/public/common/load_timing_info_struct_traits.cc",
+]
+type_mappings = [
+ "content.mojom.LoadTimingInfo=net::LoadTimingInfo",
+ "content.mojom.LoadTimingInfoConnectTiming=net::LoadTimingInfo::ConnectTiming",
+]