From 1114aeee1a34b006a488c3de214388b6c31425a6 Mon Sep 17 00:00:00 2001 From: "hamaji@chromium.org" Date: Tue, 29 Apr 2014 07:33:00 +0000 Subject: 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 --- build/all.gyp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build') 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 { -- cgit v1.1