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

Unified Diff: content/public/common/BUILD.gn

Issue 2363573002: Move ViewHostMsg_CreateWindow 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/common/view_messages.h ('k') | content/public/common/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index 42e486ee9c642dd46a75c965fc9ea0873e6ee4b8..ae6a1ba3cd7a33245762d793f50a97a823461fb8 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -234,6 +234,7 @@ source_set("common_sources") {
public_deps = [
"//content/common",
+ "//content/public/common:interfaces",
"//mojo/public/cpp/bindings",
"//services/shell/public/cpp",
"//services/shell/public/interfaces",
@@ -301,3 +302,9 @@ source_set("feature_h264_with_openh264_ffmpeg") {
"feature_h264_with_openh264_ffmpeg.h",
]
}
+
+mojom("interfaces") {
+ sources = [
+ "window_container_type.mojom",
+ ]
+}
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/common/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698