Chromium Code Reviews| Index: device/core/BUILD.gn |
| diff --git a/device/core/BUILD.gn b/device/core/BUILD.gn |
| index 2f25eef4804ac32b3e6e81870bc39e61d65466c6..6b84ceae0441c0c6c3c725d14a752b8c2bcff4dc 100644 |
| --- a/device/core/BUILD.gn |
| +++ b/device/core/BUILD.gn |
| @@ -10,7 +10,8 @@ source_set("core") { |
| "device_monitor_win.h", |
| ] |
| - deps = [ |
| + public_deps = [ |
| "//base", |
| + "//third_party/mojo/src/mojo/public/cpp/bindings", |
| ] |
| } |