summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-02-12 13:51:30 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-12 21:53:01 +0000
commite16ab4ff264bc3f6c2a850d820b5f5c79fe59d05 (patch)
tree8211f7073ce114ca6beff537723ef6add28ee52d /BUILD.gn
parent7e67df9eb52b99f100c8441ffc9cc73a412f4dff (diff)
downloadchromium_src-e16ab4ff264bc3f6c2a850d820b5f5c79fe59d05.zip
chromium_src-e16ab4ff264bc3f6c2a850d820b5f5c79fe59d05.tar.gz
chromium_src-e16ab4ff264bc3f6c2a850d820b5f5c79fe59d05.tar.bz2
device: Add GN version of the device_unittests target.
Tested with the following command lines: $ gn gen out_gn/Debug $ ninja -C out_gn/Debug device_unittests $ out_gn/Debug/device_unittests BUG=None TEST=see above R=rockot@chromium.org Review URL: https://codereview.chromium.org/912083003 Cr-Commit-Position: refs/heads/master@{#316058}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index e47ef75..7dfa0b7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -261,6 +261,7 @@ group("root") {
if (!is_android && !is_ios) {
deps += [
"//device/usb",
+ "//device:device_unittests",
"//third_party/pdfium/samples",
]
}