Index: url/mojo/typemaps.gni |
diff --git a/url/mojo/typemaps.gni b/url/mojo/typemaps.gni |
new file mode 100644 |
index 0000000000000000000000000000000000000000..577b028e23e9400420796068c3c8992bf0630c18 |
--- /dev/null |
+++ b/url/mojo/typemaps.gni |
@@ -0,0 +1,8 @@ |
+# 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 = [ |
+ "//url/mojo/origin.typemap", |
+ "//url/mojo/gurl.typemap", |
+] |