summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorhamaji@chromium.org <hamaji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-29 07:33:00 +0000
committerhamaji@chromium.org <hamaji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-29 07:33:00 +0000
commit1114aeee1a34b006a488c3de214388b6c31425a6 (patch)
treec6894c77c94676b5f32e87bbdfeaaf503101e190 /build
parent210a822b6bcfb512188da2bdde943f0e0624bde2 (diff)
downloadchromium_src-1114aeee1a34b006a488c3de214388b6c31425a6.zip
chromium_src-1114aeee1a34b006a488c3de214388b6c31425a6.tar.gz
chromium_src-1114aeee1a34b006a488c3de214388b6c31425a6.tar.bz2
Add nacl_loader_unittests to the chromium_builder_tests
Now nacl_loader target is built on all platforms. Also, nacl_loader target was renamed to nacl_linux. TEST=ninja -C out/Release chromium_builder_tests TEST=GYP_DEFINES='disable_nacl=1' ./build/gyp_chromium \ ninja -C out/Release chromium_builder_tests TEST=trybots BUG=364751 R=mseaborn@chromium.org Review URL: https://codereview.chromium.org/260063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266769 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 994d5cb..ce3a249 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -385,6 +385,11 @@
'../ash/ash.gyp:ash_unittests',
],
}],
+ ['disable_nacl==0', {
+ 'dependencies': [
+ '../components/nacl.gyp:nacl_loader_unittests',
+ ],
+ }],
],
}, # target_name: chromium_builder_tests
{