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

Unified Diff: chrome/common/BUILD.gn

Issue 2737893002: Mojoify the RequestThumbnailForContextNode IPC message and reply (Closed)
Patch Set: Remove watcher; use ContextMenuWaiter Created 3 years, 9 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: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 07a925311f6a139e9528363a2413e57ca8ff1a7d..31c45cf4750a90f270731caffe982b337dbaabd6 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -695,6 +695,7 @@ mojom("mojo_bindings") {
"renderer_configuration.mojom",
"resource_usage_reporter.mojom",
"shell_handler_win.mojom",
+ "thumbnail_capturer.mojom",
]
if (is_chromeos) {
@@ -704,6 +705,7 @@ mojom("mojo_bindings") {
public_deps = [
"//components/content_settings/core/common:mojo_bindings",
"//mojo/common:common_custom_types",
+ "//ui/gfx/geometry/mojo",
"//url/mojo:url_mojom_gurl",
]
}

Powered by Google App Engine
This is Rietveld 408576698