summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorphosek <phosek@chromium.org>2015-12-17 08:35:42 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-17 16:36:29 +0000
commitca8571a9777c5207d61dc28c323779e767b99bad (patch)
treee8363cb8c850dfbfcdde4048a20a473f59fe9a5e /BUILD.gn
parent270402789b8e60ccbeb19229e681ae9bb02aebf5 (diff)
downloadchromium_src-ca8571a9777c5207d61dc28c323779e767b99bad.zip
chromium_src-ca8571a9777c5207d61dc28c323779e767b99bad.tar.gz
chromium_src-ca8571a9777c5207d61dc28c323779e767b99bad.tar.bz2
GN: Build nacl_helper_nonsfi unit tests
The DoSocketpair function in nonsfi_sandbox_unittest.cc is unused which causes a build error due to -Wunused-function which is set by default in GN hence removing the function. BUG=564877 Review URL: https://codereview.chromium.org/1497543006 Cr-Commit-Position: refs/heads/master@{#365836}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index a5cccf1..534bf9c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -475,6 +475,7 @@ 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",
]
}