Index: components/typemaps.gni |
diff --git a/components/typemaps.gni b/components/typemaps.gni |
index 20ea70e19f19f75ad185f2ed02ff02a0dfe23a3a..3589d2c2ed58dda817576331b5c6912fde3ded51 100644 |
--- a/components/typemaps.gni |
+++ b/components/typemaps.gni |
@@ -2,4 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-typemaps = [ "//components/autofill/content/public/cpp/autofill_types.typemap" ] |
+typemaps = [ |
+ "//components/autofill/content/public/cpp/autofill_types.typemap", |
+ "//components/safe_json/public/interfaces/safe_json.typemap", |
+] |