summaryrefslogtreecommitdiffstats
path: root/device/core/BUILD.gn
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-02-19 15:04:00 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-19 23:04:49 +0000
commit8cac5f9d9c3847657b57783d30f861adb6c29cac (patch)
tree36fa62d7fa731dba3d31b4ff7310cec9df9af6f8 /device/core/BUILD.gn
parente604e508f8b3b08d89b5e98ef1d376c74d471a38 (diff)
downloadchromium_src-8cac5f9d9c3847657b57783d30f861adb6c29cac.zip
chromium_src-8cac5f9d9c3847657b57783d30f861adb6c29cac.tar.gz
chromium_src-8cac5f9d9c3847657b57783d30f861adb6c29cac.tar.bz2
Add more targets to "gn check"
R=dpranke TBR=armansito@chromium.org (bluetooth) Review URL: https://codereview.chromium.org/940613002 Cr-Commit-Position: refs/heads/master@{#317160}
Diffstat (limited to 'device/core/BUILD.gn')
-rw-r--r--device/core/BUILD.gn4
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",
+ ]
}