aboutsummaryrefslogtreecommitdiff
path: root/mojo/common/typemaps.gni
blob: ae360310f18f5778edb30908102dbf3a9155849d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2016 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.

typemaps = [
  "//mojo/common/file.typemap",
  "//mojo/common/file_path.typemap",
  "//mojo/common/string16.typemap",
  "//mojo/common/text_direction.typemap",
  "//mojo/common/time.typemap",
  "//mojo/common/unguessable_token.typemap",
  "//mojo/common/values.typemap",
  "//mojo/common/version.typemap",
]