diff options
author | tfarina <tfarina@chromium.org> | 2015-02-12 13:51:30 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-12 21:53:01 +0000 |
commit | e16ab4ff264bc3f6c2a850d820b5f5c79fe59d05 (patch) | |
tree | 8211f7073ce114ca6beff537723ef6add28ee52d /BUILD.gn | |
parent | 7e67df9eb52b99f100c8441ffc9cc73a412f4dff (diff) | |
download | chromium_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.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -261,6 +261,7 @@ group("root") { if (!is_android && !is_ios) { deps += [ "//device/usb", + "//device:device_unittests", "//third_party/pdfium/samples", ] } |