summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/platform/mojo/time.typemap
blob: c02526da6f2e6cbf797cf417905df0800262a262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2017 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 = "//mojo/public/mojom/base/time.mojom"
public_headers = [ "//third_party/blink/renderer/platform/wtf/time.h" ]
traits_headers = [
  "//ipc/ipc_message_utils.h",
  "//mojo/public/cpp/base/time_mojom_traits.h",
]
public_deps = [
  "//ipc",
  "//mojo/public/mojom/base",
]

type_mappings = [
  "mojo_base.mojom.Time=WTF::Time[copyable_pass_by_value]",
  "mojo_base.mojom.TimeDelta=WTF::TimeDelta[copyable_pass_by_value]",
]