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