Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2803943004: Move Mojo types to a new namespace (Closed)
Patch Set: rename Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index febc9f155b60979053acd68c30054550daee62f7..03fd0e48aa4c7f307e4e6e7dd4b984023d6842ae 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -747,6 +747,9 @@ mojom("android_mojo_bindings") {
visibility_blink = [ ":mojo_bindings_blink" ]
sources = [
"platform/modules/document_metadata/copyless_paste.mojom",
+
+ # The following file will be removed once the downstream is updated.
+ "platform/modules/document_metadata/copyless_paste-deprecated.mojom",
"platform/modules/installation/installation.mojom",
"platform/modules/installedapp/installed_app_provider.mojom",
"platform/modules/installedapp/related_application.mojom",

Powered by Google App Engine
This is Rietveld 408576698