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

Unified Diff: content/common/BUILD.gn

Issue 1964273002: Add FrameHost mojo service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android-2 Created 4 years, 7 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 c7626bf9ff9308829c62006753cafc3c70753cb1..239ca64cb6c2d67765ec80a25bb633564716907b 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -221,6 +221,7 @@ mojom("mojo_bindings") {
sources = [
"application_setup.mojom",
+ "host_zoom_level.mojom",
"image_downloader/image_downloader.mojom",
"leveldb_wrapper.mojom",
"presentation/presentation_service.mojom",
@@ -240,6 +241,7 @@ mojom("mojo_bindings") {
"//skia/public/interfaces",
"//third_party/WebKit/public:mojo_bindings",
"//ui/mojo/geometry:interfaces",
+ "//url/mojo:url_mojom_gurl",
"//url/mojo:url_mojom_origin",
]
}

Powered by Google App Engine
This is Rietveld 408576698