summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorjbudorick <jbudorick@chromium.org>2016-02-03 06:35:10 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-03 14:36:58 +0000
commit6b1b03783b81ea27bb521c02aa84b74f06d6f71a (patch)
treecbb75cd5364f7b4cd83794d5bd0d33f2cca2d9fd /BUILD.gn
parent7e67b1df9b5a63bd0441056862b75c515ff224b1 (diff)
downloadchromium_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 '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",
]
}
}