Commit e3bd5c13 authored by Daniel Cheng's avatar Daniel Cheng Committed by Commit Bot

Fix misnamed files for mojo::EnumTrait specializations.

Change-Id: Iece94f3a3b8d94cf0bf12b07967bfd34d11a5fd0
Reviewed-on: https://chromium-review.googlesource.com/c/1315691Reviewed-by: default avatarKen Rockot <rockot@google.com>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605089}
parent 3fb32d18
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include "mojo/public/cpp/base/string16_mojom_traits.h" #include "mojo/public/cpp/base/string16_mojom_traits.h"
#include "third_party/blink/public/common/manifest/web_display_mode_mojom_traits.h" #include "third_party/blink/public/common/manifest/web_display_mode_mojom_traits.h"
#include "third_party/blink/public/common/screen_orientation/web_screen_orientation_enum_traits.h" #include "third_party/blink/public/common/screen_orientation/web_screen_orientation_mojom_traits.h"
#include "ui/gfx/geometry/mojo/geometry_struct_traits.h" #include "ui/gfx/geometry/mojo/geometry_struct_traits.h"
#include "url/mojom/url_gurl_mojom_traits.h" #include "url/mojom/url_gurl_mojom_traits.h"
......
...@@ -76,7 +76,7 @@ source_set("headers") { ...@@ -76,7 +76,7 @@ source_set("headers") {
"page/launching_process_state.h", "page/launching_process_state.h",
"picture_in_picture/picture_in_picture_control_info.h", "picture_in_picture/picture_in_picture_control_info.h",
"privacy_preferences.h", "privacy_preferences.h",
"screen_orientation/web_screen_orientation_enum_traits.h", "screen_orientation/web_screen_orientation_mojom_traits.h",
"screen_orientation/web_screen_orientation_lock_type.h", "screen_orientation/web_screen_orientation_lock_type.h",
"screen_orientation/web_screen_orientation_type.h", "screen_orientation/web_screen_orientation_type.h",
"service_worker/service_worker_status_code.h", "service_worker/service_worker_status_code.h",
......
...@@ -3,7 +3,7 @@ mlamouri@chromium.org ...@@ -3,7 +3,7 @@ mlamouri@chromium.org
per-file *.typemap=set noparent per-file *.typemap=set noparent
per-file *.typemap=file://ipc/SECURITY_OWNERS per-file *.typemap=file://ipc/SECURITY_OWNERS
per-file *enum_traits*.*=set noparent per-file *_mojom_traits*.*=set noparent
per-file *enum_traits*.*=file://ipc/SECURITY_OWNERS per-file *_mojom_traits*.*=file://ipc/SECURITY_OWNERS
# COMPONENT: Blink>ScreenOrientation # COMPONENT: Blink>ScreenOrientation
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
mojom = "//services/device/public/mojom/screen_orientation_lock_types.mojom" mojom = "//services/device/public/mojom/screen_orientation_lock_types.mojom"
public_headers = [ "//third_party/blink/public/common/screen_orientation/web_screen_orientation_lock_type.h" ] public_headers = [ "//third_party/blink/public/common/screen_orientation/web_screen_orientation_lock_type.h" ]
traits_headers = [ "//third_party/blink/public/common/screen_orientation/web_screen_orientation_enum_traits.h" ] traits_headers = [ "//third_party/blink/public/common/screen_orientation/web_screen_orientation_mojom_traits.h" ]
type_mappings = [ "device.mojom.ScreenOrientationLockType=::blink::WebScreenOrientationLockType" ] type_mappings = [ "device.mojom.ScreenOrientationLockType=::blink::WebScreenOrientationLockType" ]
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef THIRD_PARTY_BLINK_PUBLIC_COMMON_SCREEN_ORIENTATION_WEB_SCREEN_ORIENTATION_ENUM_TRAITS_H_ #ifndef THIRD_PARTY_BLINK_PUBLIC_COMMON_SCREEN_ORIENTATION_WEB_SCREEN_ORIENTATION_MOJOM_TRAITS_H_
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_SCREEN_ORIENTATION_WEB_SCREEN_ORIENTATION_ENUM_TRAITS_H_ #define THIRD_PARTY_BLINK_PUBLIC_COMMON_SCREEN_ORIENTATION_WEB_SCREEN_ORIENTATION_MOJOM_TRAITS_H_
#include "services/device/public/mojom/screen_orientation_lock_types.mojom-shared.h" #include "services/device/public/mojom/screen_orientation_lock_types.mojom-shared.h"
#include "third_party/blink/public/common/screen_orientation/web_screen_orientation_lock_type.h" #include "third_party/blink/public/common/screen_orientation/web_screen_orientation_lock_type.h"
...@@ -77,4 +77,4 @@ struct EnumTraits<::device::mojom::ScreenOrientationLockType, ...@@ -77,4 +77,4 @@ struct EnumTraits<::device::mojom::ScreenOrientationLockType,
} // namespace mojo } // namespace mojo
#endif // THIRD_PARTY_BLINK_PUBLIC_COMMON_SCREEN_ORIENTATION_WEB_SCREEN_ORIENTATION_ENUM_TRAITS_H_ #endif // THIRD_PARTY_BLINK_PUBLIC_COMMON_SCREEN_ORIENTATION_WEB_SCREEN_ORIENTATION_MOJOM_TRAITS_H_
...@@ -3,7 +3,7 @@ file://ipc/SECURITY_OWNERS ...@@ -3,7 +3,7 @@ file://ipc/SECURITY_OWNERS
per-file *.mojom=set noparent per-file *.mojom=set noparent
per-file *.mojom=file://ipc/SECURITY_OWNERS per-file *.mojom=file://ipc/SECURITY_OWNERS
per-file *_struct_traits*.*=set noparent per-file *_mojom_traits*.*=set noparent
per-file *_struct_traits*.*=file://ipc/SECURITY_OWNERS per-file *_mojom_traits*.*=file://ipc/SECURITY_OWNERS
per-file *.typemap=set noparent per-file *.typemap=set noparent
per-file *.typemap=file://ipc/SECURITY_OWNERS per-file *.typemap=file://ipc/SECURITY_OWNERS
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
mojom = "//ui/gfx/mojo/swap_result.mojom" mojom = "//ui/gfx/mojo/swap_result.mojom"
public_headers = [ "//ui/gfx/swap_result.h" ] public_headers = [ "//ui/gfx/swap_result.h" ]
traits_headers = [ "//ui/gfx/mojo/swap_result_enum_traits.h" ] traits_headers = [ "//ui/gfx/mojo/swap_result_mojom_traits.h" ]
type_mappings = [ "gfx.mojom.SwapResult=gfx::SwapResult" ] type_mappings = [ "gfx.mojom.SwapResult=gfx::SwapResult" ]
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef UI_GFX_MOJO_SWAP_RESULT_ENUM_TRAITS_H_ #ifndef UI_GFX_MOJO_SWAP_RESULT_MOJOM_TRAITS_H_
#define UI_GFX_MOJO_SWAP_RESULT_ENUM_TRAITS_H_ #define UI_GFX_MOJO_SWAP_RESULT_MOJOM_TRAITS_H_
#include "mojo/public/cpp/bindings/enum_traits.h" #include "mojo/public/cpp/bindings/enum_traits.h"
#include "ui/gfx/mojo/swap_result.mojom-shared.h" #include "ui/gfx/mojo/swap_result.mojom-shared.h"
...@@ -45,4 +45,4 @@ struct EnumTraits<gfx::mojom::SwapResult, gfx::SwapResult> { ...@@ -45,4 +45,4 @@ struct EnumTraits<gfx::mojom::SwapResult, gfx::SwapResult> {
} // namespace mojo } // namespace mojo
#endif // UI_GFX_MOJO_SWAP_RESULT_ENUM_TRAITS_H_ #endif // UI_GFX_MOJO_SWAP_RESULT_MOJOM_TRAITS_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment