| Index: third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation_lock_types.typemap
|
| diff --git a/third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation_lock_types.typemap b/third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation_lock_types.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f380515663bb01a82c8906c695ea3538a668e243
|
| --- /dev/null
|
| +++ b/third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation_lock_types.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_lock_types.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" ]
|
|
|