Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1299)

Unified Diff: mojo/common/typemaps.gni

Issue 2555853003: Break up common_custom_types.mojom. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/common/traits_test_service.mojom ('k') | mojo/common/unguessable_token.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+]
« no previous file with comments | « mojo/common/traits_test_service.mojom ('k') | mojo/common/unguessable_token.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698