diff options
Diffstat (limited to 'device/core/BUILD.gn')
-rw-r--r-- | device/core/BUILD.gn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/device/core/BUILD.gn b/device/core/BUILD.gn index eefca3b..d931807 100644 --- a/device/core/BUILD.gn +++ b/device/core/BUILD.gn @@ -9,4 +9,8 @@ source_set("core") { "device_monitor_win.cc", "device_monitor_win.h", ] + + public_deps = [ + "//base", + ] } |