Index: content/common/typemaps.gni |
diff --git a/content/common/typemaps.gni b/content/common/typemaps.gni |
index 1b08a89ee9dcc29a3e7a70a9dff4546838b71bc1..73a0a5b5fdd511488f5007197038fc45d2bfa733 100644 |
--- a/content/common/typemaps.gni |
+++ b/content/common/typemaps.gni |
@@ -3,8 +3,10 @@ |
# found in the LICENSE file. |
typemaps = [ |
+ "//content/common/native_types.typemap", |
+ "//content/common/service_worker/embedded_worker.typemap", |
"//content/common/url_loader_status.typemap", |
"//content/common/url_request.typemap", |
"//content/common/url_response_head.typemap", |
- "//content/common/service_worker/embedded_worker.typemap", |
+ "//content/common/web_preferences.typemap", |
] |