Index: content/public/common/typemaps.gni |
diff --git a/content/public/common/typemaps.gni b/content/public/common/typemaps.gni |
index 9e064ca720c91a6edd25f4af59ec5e6fac9d2088..b40a48df9a743370bb0a00b0c4f87bc845fa4c53 100644 |
--- a/content/public/common/typemaps.gni |
+++ b/content/public/common/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 = [ "//content/public/common/referrer.typemap" ] |
+typemaps = [ |
+ "//content/public/common/referrer.typemap", |
+ "//content/public/common/screen_orientation.typemap", |
+] |