| Index: mojo/common/typemaps.gni
|
| diff --git a/mojo/common/typemaps.gni b/mojo/common/typemaps.gni
|
| index 4c3809ddf83c4496cfafe5b5d459ad3a47a642fd..38c9996147b6c2e092fd5f4a417f3bba3c3f3b06 100644
|
| --- a/mojo/common/typemaps.gni
|
| +++ b/mojo/common/typemaps.gni
|
| @@ -2,4 +2,12 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -typemaps = [ "//mojo/common/common_custom_types.typemap" ]
|
| +typemaps = [
|
| + "//mojo/common/file.typemap",
|
| + "//mojo/common/file_path.typemap",
|
| + "//mojo/common/string16.typemap",
|
| + "//mojo/common/time.typemap",
|
| + "//mojo/common/unguessable_token.typemap",
|
| + "//mojo/common/values.typemap",
|
| + "//mojo/common/version.typemap",
|
| +]
|
|
|