diff options
author | jbudorick <jbudorick@chromium.org> | 2016-02-03 06:35:10 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-03 14:36:58 +0000 |
commit | 6b1b03783b81ea27bb521c02aa84b74f06d6f71a (patch) | |
tree | cbb75cd5364f7b4cd83794d5bd0d33f2cca2d9fd /printing | |
parent | 7e67b1df9b5a63bd0441056862b75c515ff224b1 (diff) | |
download | chromium_src-6b1b03783b81ea27bb521c02aa84b74f06d6f71a.zip chromium_src-6b1b03783b81ea27bb521c02aa84b74f06d6f71a.tar.gz chromium_src-6b1b03783b81ea27bb521c02aa84b74f06d6f71a.tar.bz2 |
Move gn _run target generation into test().
TBR=brettw@chromium.org
BUG=
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Review URL: https://codereview.chromium.org/1653003006
Cr-Commit-Position: refs/heads/master@{#373232}
Diffstat (limited to 'printing')
-rw-r--r-- | printing/BUILD.gn | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/printing/BUILD.gn b/printing/BUILD.gn index 7690e50..985a626 100644 --- a/printing/BUILD.gn +++ b/printing/BUILD.gn @@ -196,15 +196,6 @@ component("printing") { } } -# TODO(GYP): Delete this after we've converted everything to GN. -# The _run targets exist only for compatibility w/ GYP. -group("printing_unittests_run") { - testonly = true - deps = [ - ":printing_unittests", - ] -} - test("printing_unittests") { sources = [ "emf_win_unittest.cc", |