Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index df6d152c090d1b579042b8c1c89ed53e3f827a1d..373d3430cfdd31ecffce3c8504eed9471579a711 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -574,11 +574,14 @@ mojom("mojo_bindings") { |
public_deps = [ |
"//components/leveldb/public/interfaces", |
+ "//content/public/common:interfaces", |
"//device/sensors/public/interfaces", |
"//services/shell/public/interfaces", |
"//services/ui/public/interfaces", |
"//skia/public/interfaces", |
"//third_party/WebKit/public:mojo_bindings", |
+ "//third_party/WebKit/public:new_wrapper_types_mojo_bindings", |
+ "//ui/base/mojo:mojo_bindings", |
"//ui/gfx/geometry/mojo", |
"//url/mojo:url_mojom_gurl", |
"//url/mojo:url_mojom_origin", |