| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index d24c6d567111878b647ae29e3e22487db74c2c87..e8dfbe6031f69125ee1c5a20cfd5faa34ef1c411 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -579,6 +579,9 @@ mojom("mojo_bindings") {
|
| "//components/leveldb/public/interfaces",
|
| "//content/public/common:interfaces",
|
| "//device/sensors/public/interfaces",
|
| +
|
| + # TODO(mcasas): remove the following dep after https://crbug.com/653994
|
| + "//gpu/ipc/common:interfaces",
|
| "//ipc:mojom",
|
| "//services/shell/public/interfaces",
|
| "//services/ui/public/interfaces",
|
|
|