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

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

Issue 2310563002: Adds routed interface support between RenderFrameHost and RenderFrame (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/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index 6eb1c9a735432b00813e77c845ce88bae3bffc13..2f31e4595e67e1d7ddd8b681fdb20f6ff7e17dd7 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -229,6 +229,7 @@ source_set("common_sources") {
public_configs = [ "//v8:external_startup_data" ]
public_deps = [
+ ":interfaces",
"//content/common",
"//mojo/public/cpp/bindings",
"//services/shell/public/cpp",
@@ -297,3 +298,9 @@ source_set("feature_h264_with_openh264_ffmpeg") {
"feature_h264_with_openh264_ffmpeg.h",
]
}
+
+mojom("interfaces") {
+ sources = [
+ "routed_interface.mojom",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698