Commit 466754fa authored by tfarina's avatar tfarina Committed by Commit bot

Add device_unittests target to linux_default_tests list.

This is a target I converted to GN and it is known to run fine.

Tested on Linux with the following command lines:

$ gn gen out-gn
$ ninja -C out-gn device_unittests
$ out-gn/device_unittests

BUG=None
TEST=see above
R=dpranke@chromium.org
TBR=brettw@chromium.org

Review URL: https://codereview.chromium.org/990653002

Cr-Commit-Position: refs/heads/master@{#319772}
parent 141d6c6e
...@@ -578,7 +578,6 @@ if (is_linux) { ...@@ -578,7 +578,6 @@ if (is_linux) {
testonly = true testonly = true
deps = [ deps = [
# components_browsertests TODO(GYP) # components_browsertests TODO(GYP)
# device_unittests TODO(GYP)
# nacl_loader_unittests TODO(GYP) # nacl_loader_unittests TODO(GYP)
"//base:base_unittests", # PASSES (*) 2/25/2015 "//base:base_unittests", # PASSES (*) 2/25/2015
...@@ -593,6 +592,7 @@ if (is_linux) { ...@@ -593,6 +592,7 @@ if (is_linux) {
"//content/test:content_unittests", # PASSES 2/25/2015 "//content/test:content_unittests", # PASSES 2/25/2015
"//crypto:crypto_unittests", # PASSES 2/25/2015 "//crypto:crypto_unittests", # PASSES 2/25/2015
"//dbus:dbus_unittests", # PASSES 2/25/2015 "//dbus:dbus_unittests", # PASSES 2/25/2015
"//device:device_unittests", # PASSES 3/07/2015
"//extensions:extensions_browsertests", # PASSES 2/25/2015 "//extensions:extensions_browsertests", # PASSES 2/25/2015
"//extensions:extensions_unittests", # PASSES 2/25/2015 "//extensions:extensions_unittests", # PASSES 2/25/2015
"//extensions/shell:app_shell_unittests", # PASSES 2/25/2015 "//extensions/shell:app_shell_unittests", # PASSES 2/25/2015
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment