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

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 373d3430cfdd31ecffce3c8504eed9471579a711..a71f2424452e4c79d7be0c6bd6d0b923c24f5faa 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -561,9 +561,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_setup.mojom",
"storage_partition_service.mojom",
"url_loader.mojom",
@@ -576,6 +578,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