From a0f606b1a300011c7be6270268874efe5b7b0a38 Mon Sep 17 00:00:00 2001 From: phosek Date: Tue, 12 Jan 2016 00:53:07 -0800 Subject: Reland of GN: Properly mark all NaCl test depencies as data_deps NaCl tests and helpers are build as standalone executables and hence need to be marked as data_deps to be copied over to shards. BUG=462791 CQ_EXTRA_TRYBOTS=tryserver.chromium.win:win8_chromium_gn_dbg,win_chromium_gn_x64_rel Review URL: https://codereview.chromium.org/1563093003 Cr-Commit-Position: refs/heads/master@{#368833} --- extensions/shell/BUILD.gn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'extensions/shell') diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn index 0f8af6e..8cb0dd3 100644 --- a/extensions/shell/BUILD.gn +++ b/extensions/shell/BUILD.gn @@ -104,7 +104,10 @@ source_set("app_shell_lib") { ] if (is_linux) { - deps += [ "//components/nacl/loader:nacl_helper" ] + deps += [ + "//components/nacl/loader:helper_nonsfi", + "//components/nacl/loader:nacl_helper", + ] } } -- cgit v1.1