Commit 19420c7a authored by Han Leon's avatar Han Leon Committed by Commit Bot

Rename WebKit/public/mojom:mojom to WebKit/public/mojom:mojom_core

As opposed to WebKit/public/mojom:mojom_platform, the gn target
WebKit/public/mojom:mojom includes mojom interfaces which do use types
that are typemapped to a type in Source/core, and its C++ bindings for
Blink variant is embedded inside blink_core component.

So, to avoid any confusion, this CL renames it to
WebKit/public/mojom:mojom_core to announce explicitly the close
relationship with Source/core.

BUG=

Change-Id: I3a9e68e8f7da5bf0c085d11e9a8cbd273247c638
Reviewed-on: https://chromium-review.googlesource.com/952113Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Han Leon <leon.han@intel.com>
Cr-Commit-Position: refs/heads/master@{#541685}
parent 2f8d70bb
......@@ -600,7 +600,7 @@ mojom("mojo_bindings") {
"//services/viz/public/interfaces",
"//skia/public/interfaces",
"//third_party/WebKit/public:mojo_bindings",
"//third_party/WebKit/public/mojom",
"//third_party/WebKit/public/mojom:mojom_core",
"//ui/base/mojo:mojo_bindings",
"//ui/gfx/geometry/mojo",
"//ui/gfx/mojo",
......@@ -608,7 +608,7 @@ mojom("mojo_bindings") {
"//url/mojom:url_mojom_origin",
]
overridden_deps = [ "//third_party/WebKit/public/mojom" ]
overridden_deps = [ "//third_party/WebKit/public/mojom:mojom_core" ]
component_deps = [ "//third_party/WebKit/public/common" ]
component_output_prefix = "content_common_mojo_bindings"
......
......@@ -57,7 +57,7 @@ android_library("content_java") {
"//services/shape_detection/public/mojom:mojom_java",
"//third_party/WebKit/public:android_mojo_bindings_java",
"//third_party/WebKit/public:blink_headers_java",
"//third_party/WebKit/public/mojom:mojom_java",
"//third_party/WebKit/public/mojom:mojom_core_java",
"//third_party/android_tools:android_support_annotations_java",
"//third_party/jsr-305:jsr_305_javalib",
"//ui/android:ui_java",
......
......@@ -312,7 +312,7 @@ blink_core_sources("dom") {
]
public_deps = [
"//third_party/WebKit/public/mojom:mojom_blink",
"//third_party/WebKit/public/mojom:mojom_core_blink",
]
deps = [
......
......@@ -21,6 +21,6 @@ blink_core_sources("messaging") {
]
public_deps = [
"//third_party/WebKit/public/mojom:mojom_blink",
"//third_party/WebKit/public/mojom:mojom_core_blink",
]
}
......@@ -901,11 +901,11 @@ mojom("core_mojo_bindings") {
"platform/modules/broadcastchannel/broadcast_channel.mojom",
]
public_deps = [
"//third_party/WebKit/public/mojom",
"//third_party/WebKit/public/mojom:mojom_core",
"//url/mojom:url_mojom_origin",
]
overridden_deps = [ "//third_party/WebKit/public/mojom" ]
overridden_deps = [ "//third_party/WebKit/public/mojom:mojom_core" ]
component_deps = [ "//third_party/WebKit/public/common" ]
component_output_prefix = "blink_core_mojo_bindings"
......
......@@ -14,7 +14,7 @@ component("common") {
public_deps = [
"//third_party/WebKit/public/common:headers",
"//third_party/WebKit/public/mojom",
"//third_party/WebKit/public/mojom:mojom_core",
]
deps = [
"//third_party/WebKit/common",
......@@ -50,7 +50,7 @@ source_set("headers") {
]
public_deps = [
"//third_party/WebKit/public/mojom",
"//third_party/WebKit/public/mojom:mojom_core",
]
deps = [
......
......@@ -57,7 +57,7 @@ mojom("mojom_platform") {
# This target can include mojom interfaces which do use types that are
# typemapped to a type in Source/core. This also means these interfaces are not
# available from Source/platform.
mojom("mojom") {
mojom("mojom_core") {
sources = [
"message_port/message_port.mojom",
]
......
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