summaryrefslogtreecommitdiffstats
path: root/device/core/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'device/core/BUILD.gn')
-rw-r--r--device/core/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/device/core/BUILD.gn b/device/core/BUILD.gn
index 7d1671f..eefca3b 100644
--- a/device/core/BUILD.gn
+++ b/device/core/BUILD.gn
@@ -6,5 +6,7 @@ source_set("core") {
sources = [
"device_client.cc",
"device_client.h",
+ "device_monitor_win.cc",
+ "device_monitor_win.h",
]
}