summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorjbudorick <jbudorick@chromium.org>2016-02-03 15:40:16 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-03 23:41:01 +0000
commit3c0ef4309a77bbf172f081c99bbb33e732ea07af (patch)
tree3dbc3f8ce89bda5bfca4a356935db91adbda8097 /BUILD.gn
parentdb5cc6687e396fc77282e2c32c39731e20d4fb94 (diff)
downloadchromium_src-3c0ef4309a77bbf172f081c99bbb33e732ea07af.zip
chromium_src-3c0ef4309a77bbf172f081c99bbb33e732ea07af.tar.gz
chromium_src-3c0ef4309a77bbf172f081c99bbb33e732ea07af.tar.bz2
Move gn _run target generation into test(). (RELAND)
This is a reland of https://codereview.chromium.org/1653003006/ Consolidating the _run targets into the test template should make them easier to maintain (and, eventually, remove). BUG=583694 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1662053002 Cr-Commit-Position: refs/heads/master@{#373385}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index d1c5875..61cd4dd 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -462,8 +462,8 @@ group("both_gn_and_gyp") {
# TODO(dpranke): Figure out what platforms should actually have this.
deps += [
"//components/nacl/loader:helper_nonsfi",
- "//components/nacl/loader:helper_nonsfi_unittests",
"//components/nacl/loader:nacl_helper",
+ "//components/nacl/loader:nacl_helper_nonsfi_unittests",
]
}
}