Index: content/public/common/screen_orientation.typemap |
diff --git a/content/public/common/screen_orientation.typemap b/content/public/common/screen_orientation.typemap |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4f0cbd00a3678164b5c134bdbbcbdd16576c001c |
--- /dev/null |
+++ b/content/public/common/screen_orientation.typemap |
@@ -0,0 +1,9 @@ |
+# 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. |
+ |
+mojom = "//content/public/common/screen_orientation.mojom" |
+public_headers = [ "//third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h" ] |
+traits_headers = |
+ [ "//content/public/common/screen_orientation_struct_traits.h" ] |
+type_mappings = [ "content.mojom.ScreenOrientationLockType=::blink::WebScreenOrientationLockType" ] |