OnionSoup: Move copyless_paste.mojom to public/mojom/document_metadata
This CL moves document_metadata from public/platform/modules to
public/mojom to gather mojom files to mojom folder and updates
paths for copyless_paste.mojom.mojom.
Bug: 919393
Change-Id: I7b37ec38c24ae09f86106e75a3b920836688d78f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535689
Commit-Queue: Julie Jeongeun Kim <[email protected]>
Reviewed-by: Kentaro Hara <[email protected]>
Reviewed-by: Kinuko Yasuda <[email protected]>
Cr-Commit-Position: refs/heads/master@{#644571}
diff --git a/third_party/blink/public/mojom/BUILD.gn b/third_party/blink/public/mojom/BUILD.gn
index 2c279bf..4045c92d 100644
--- a/third_party/blink/public/mojom/BUILD.gn
+++ b/third_party/blink/public/mojom/BUILD.gn
@@ -173,13 +173,12 @@
export_header_blink = "third_party/blink/renderer/platform/platform_export.h"
}
-# Kept separate from "mojom_platform" because the Java bindings are specifically
-# needed by Android's implementation of payments and webshare
-# (in components/payments/content/android and chrome/android/),
-# input (in android_webview/ and content/browser/android/), remote objects
-# (in content/public/android/) and webauthn (in chrome/android).
+# Kept separate from "mojom_platform" because the Java bindings are
+# needed by Android's implementation (in chrome/android or in android_webview)
+# for following mojom files.
mojom("android_mojo_bindings") {
sources = [
+ "document_metadata/copyless_paste.mojom",
"input/input_host.mojom",
"input/input_messages.mojom",
"installedapp/installed_app_provider.mojom",