| Index: third_party/WebKit/Source/platform/mojo/Time.typemap
|
| diff --git a/third_party/WebKit/Source/platform/mojo/Time.typemap b/third_party/WebKit/Source/platform/mojo/Time.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3807da9db3d1377e979b1900bdede9db70518310
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/platform/mojo/Time.typemap
|
| @@ -0,0 +1,21 @@
|
| +# 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/common/time.mojom"
|
| +public_headers = [ "//third_party/WebKit/Source/platform/wtf/Time.h" ]
|
| +traits_headers = [
|
| + "//ipc/ipc_message_utils.h",
|
| + "//mojo/common/common_custom_types_struct_traits.h",
|
| + "//third_party/WebKit/Source/platform/mojo/TimeStructTraits.h",
|
| +]
|
| +public_deps = [
|
| + "//ipc",
|
| + "//mojo/common:struct_traits",
|
| +]
|
| +
|
| +type_mappings = [
|
| + "mojo.common.mojom.Time=WTF::Time[copyable_pass_by_value]",
|
| + "mojo.common.mojom.TimeDelta=WTF::TimeDelta[copyable_pass_by_value]",
|
| + "mojo.common.mojom.TimeTicks=WTF::TimeTicks[copyable_pass_by_value]",
|
| +]
|
|
|