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

Unified Diff: content/common/BUILD.gn

Issue 2381493003: Move ViewMsg_New to mojom (Closed)
Patch Set: . Created 4 years, 3 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index ff2cfe9796b6076d5b3e6648e04ea17fc2e45c83..fbb06855a9980a9f6f8f39bd15499d31b8a9c16c 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -563,9 +563,11 @@ mojom("mojo_bindings") {
"image_downloader/image_downloader.mojom",
"leveldb_wrapper.mojom",
"memory_coordinator.mojom",
+ "native_types.mojom",
"render_frame_message_filter.mojom",
"render_message_filter.mojom",
"render_widget_window_tree_client_factory.mojom",
+ "renderer.mojom",
"service_worker/embedded_worker.mojom",
"service_worker/embedded_worker_setup.mojom",
"storage_partition_service.mojom",
@@ -579,6 +581,7 @@ mojom("mojo_bindings") {
"//components/leveldb/public/interfaces",
"//content/public/common:interfaces",
"//device/sensors/public/interfaces",
+ "//ipc:mojom",
"//services/shell/public/interfaces",
"//services/ui/public/interfaces",
"//skia/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698