Commit 7de77e93 authored by Julie Jeongeun Kim's avatar Julie Jeongeun Kim Committed by Commit Bot

Move input_host.mojom and input_messages.mojom to public/mojom/input

This CL moves input_host.mojom and input_messages.mojom to
public/mojom/input in order to organize mojom files at mojom
folder.

Bug: 919393
TBR=dcheng@chromium.org

Change-Id: Ic260ba051088e77fdd115876a6bf5a0fa0db8935
Reviewed-on: https://chromium-review.googlesource.com/c/1478322Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Reviewed-by: default avatarBo <boliu@chromium.org>
Reviewed-by: default avatarKen Rockot <rockot@google.com>
Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com>
Cr-Commit-Position: refs/heads/master@{#635768}
parent c7c84723
...@@ -88,5 +88,5 @@ include_rules = [ ...@@ -88,5 +88,5 @@ include_rules = [
# Required by AwSettings. # Required by AwSettings.
"+third_party/blink/public/mojom/renderer_preferences.mojom.h", "+third_party/blink/public/mojom/renderer_preferences.mojom.h",
# For the content_browser overlay manifest # For the content_browser overlay manifest
"+third_party/blink/public/platform", "+third_party/blink/public/mojom/input",
] ]
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include "components/spellcheck/common/spellcheck.mojom.h" #include "components/spellcheck/common/spellcheck.mojom.h"
#include "components/web_restrictions/interfaces/web_restrictions.mojom.h" #include "components/web_restrictions/interfaces/web_restrictions.mojom.h"
#include "services/service_manager/public/cpp/manifest_builder.h" #include "services/service_manager/public/cpp/manifest_builder.h"
#include "third_party/blink/public/platform/input_host.mojom.h" #include "third_party/blink/public/mojom/input/input_host.mojom.h"
namespace android_webview { namespace android_webview {
......
...@@ -67,6 +67,7 @@ specific_include_rules = { ...@@ -67,6 +67,7 @@ specific_include_rules = {
"+services/image_annotation/public", "+services/image_annotation/public",
"+services/resource_coordinator/public", "+services/resource_coordinator/public",
"+services/ws/common", "+services/ws/common",
"+third_party/blink/public/mojom/input",
], ],
"chrome_content_gpu_overlay_manifest\.cc": [ "chrome_content_gpu_overlay_manifest\.cc": [
"+components/arc/common", "+components/arc/common",
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
#include "services/image_annotation/public/mojom/image_annotation.mojom.h" #include "services/image_annotation/public/mojom/image_annotation.mojom.h"
#include "services/preferences/public/cpp/manifest.h" #include "services/preferences/public/cpp/manifest.h"
#include "services/service_manager/public/cpp/manifest_builder.h" #include "services/service_manager/public/cpp/manifest_builder.h"
#include "third_party/blink/public/platform/input_host.mojom.h" #include "third_party/blink/public/mojom/input/input_host.mojom.h"
#include "third_party/blink/public/platform/modules/badging/badging.mojom.h" #include "third_party/blink/public/platform/modules/badging/badging.mojom.h"
#include "third_party/blink/public/platform/modules/credentialmanager/credential_manager.mojom.h" #include "third_party/blink/public/platform/modules/credentialmanager/credential_manager.mojom.h"
#include "third_party/blink/public/platform/modules/installedapp/installed_app_provider.mojom.h" #include "third_party/blink/public/platform/modules/installedapp/installed_app_provider.mojom.h"
......
...@@ -127,8 +127,6 @@ include_rules = [ ...@@ -127,8 +127,6 @@ include_rules = [
# Allow mojo generated files in WebKit. These files use STL types and # Allow mojo generated files in WebKit. These files use STL types and
# don't use WTF types. # don't use WTF types.
"+third_party/blink/public/platform/input_host.mojom.h",
"+third_party/blink/public/platform/input_messages.mojom.h",
"+third_party/blink/public/platform/mime_registry.mojom.h", "+third_party/blink/public/platform/mime_registry.mojom.h",
"+third_party/blink/public/platform/modules/background_sync/background_sync.mojom.h", "+third_party/blink/public/platform/modules/background_sync/background_sync.mojom.h",
"+third_party/blink/public/platform/modules/bluetooth/web_bluetooth.mojom.h", "+third_party/blink/public/platform/modules/bluetooth/web_bluetooth.mojom.h",
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
#include "content/browser/android/render_widget_host_connector.h" #include "content/browser/android/render_widget_host_connector.h"
#include "content/browser/renderer_host/input/timeout_monitor.h" #include "content/browser/renderer_host/input/timeout_monitor.h"
#include "services/service_manager/public/cpp/binder_registry.h" #include "services/service_manager/public/cpp/binder_registry.h"
#include "third_party/blink/public/platform/input_host.mojom.h" #include "third_party/blink/public/mojom/input/input_host.mojom.h"
#include "third_party/blink/public/platform/input_messages.mojom.h" #include "third_party/blink/public/mojom/input/input_messages.mojom.h"
namespace content { namespace content {
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#ifndef CONTENT_BROWSER_ANDROID_TEXT_SUGGESTION_HOST_MOJO_IMPL_ANDROID_H_ #ifndef CONTENT_BROWSER_ANDROID_TEXT_SUGGESTION_HOST_MOJO_IMPL_ANDROID_H_
#define CONTENT_BROWSER_ANDROID_TEXT_SUGGESTION_HOST_MOJO_IMPL_ANDROID_H_ #define CONTENT_BROWSER_ANDROID_TEXT_SUGGESTION_HOST_MOJO_IMPL_ANDROID_H_
#include "third_party/blink/public/platform/input_host.mojom.h" #include "third_party/blink/public/mojom/input/input_host.mojom.h"
namespace content { namespace content {
......
...@@ -715,8 +715,6 @@ mojom("android_mojo_bindings") { ...@@ -715,8 +715,6 @@ mojom("android_mojo_bindings") {
":authenticator_test_mojo_bindings_blink", ":authenticator_test_mojo_bindings_blink",
] ]
sources = [ sources = [
"platform/input_host.mojom",
"platform/input_messages.mojom",
"platform/modules/document_metadata/copyless_paste.mojom", "platform/modules/document_metadata/copyless_paste.mojom",
"platform/modules/font_unique_name_lookup/font_unique_name_lookup.mojom", "platform/modules/font_unique_name_lookup/font_unique_name_lookup.mojom",
"platform/modules/installation/installation.mojom", "platform/modules/installation/installation.mojom",
......
...@@ -146,9 +146,12 @@ mojom("mojom_platform") { ...@@ -146,9 +146,12 @@ mojom("mojom_platform") {
# Kept separate from "mojom_platform" because the Java bindings are specifically # Kept separate from "mojom_platform" because the Java bindings are specifically
# needed by Android's implementation of payments # needed by Android's implementation of payments
# (in components/payments/content/android and chrome/android/). # (in components/payments/content/android and chrome/android/)
# and input (in android_webview/ and content/browser/android/).
mojom("android_mojo_bindings") { mojom("android_mojo_bindings") {
sources = [ sources = [
"input/input_host.mojom",
"input/input_messages.mojom",
"payments/payment_request.mojom", "payments/payment_request.mojom",
] ]
public_deps = [ public_deps = [
......
per-file *.mojom=set noparent
per-file *.mojom=file://ipc/SECURITY_OWNERS
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_EDITING_SUGGESTION_TEXT_SUGGESTION_BACKEND_IMPL_H_ #ifndef THIRD_PARTY_BLINK_RENDERER_CORE_EDITING_SUGGESTION_TEXT_SUGGESTION_BACKEND_IMPL_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_EDITING_SUGGESTION_TEXT_SUGGESTION_BACKEND_IMPL_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_EDITING_SUGGESTION_TEXT_SUGGESTION_BACKEND_IMPL_H_
#include "third_party/blink/public/platform/input_messages.mojom-blink.h" #include "third_party/blink/public/mojom/input/input_messages.mojom-blink.h"
#include "third_party/blink/renderer/core/core_export.h" #include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/platform/heap/persistent.h" #include "third_party/blink/renderer/platform/heap/persistent.h"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_EDITING_SUGGESTION_TEXT_SUGGESTION_CONTROLLER_H_ #ifndef THIRD_PARTY_BLINK_RENDERER_CORE_EDITING_SUGGESTION_TEXT_SUGGESTION_CONTROLLER_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_EDITING_SUGGESTION_TEXT_SUGGESTION_CONTROLLER_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_EDITING_SUGGESTION_TEXT_SUGGESTION_CONTROLLER_H_
#include "third_party/blink/public/platform/input_host.mojom-blink.h" #include "third_party/blink/public/mojom/input/input_host.mojom-blink.h"
#include "third_party/blink/renderer/core/core_export.h" #include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/dom/document.h" #include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/dom/document_shutdown_observer.h" #include "third_party/blink/renderer/core/dom/document_shutdown_observer.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