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

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
« no previous file with comments | « content/browser/site_per_process_browsertest.cc ('k') | content/common/native_types.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index e728d2c7271a6c7fbae051f766f2a179d64f47ec..8159a031f460eed87018202a9eec7c7b281938e4 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -562,9 +562,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",
@@ -578,6 +580,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",
@@ -585,6 +588,7 @@ mojom("mojo_bindings") {
"//third_party/WebKit/public:new_wrapper_types_mojo_bindings",
"//ui/base/mojo:mojo_bindings",
"//ui/gfx/geometry/mojo",
+ "//ui/gfx/mojo",
"//url/mojo:url_mojom_gurl",
"//url/mojo:url_mojom_origin",
]
« no previous file with comments | « content/browser/site_per_process_browsertest.cc ('k') | content/common/native_types.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698