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

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

Issue 2353003004: 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 e9c95c4623b28f3ea12b1c84ad81b882828c1f71..d855bad35c1afdf52229ed7b8e7f032738a97118 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -232,6 +232,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",
@@ -299,3 +300,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