OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 copy("copy_test_files") { | 5 copy("copy_test_files") { |
6 visibility = [ ":*" ] | 6 visibility = [ ":*" ] |
7 sources = [ | 7 sources = [ |
8 # Keep "test_case.html.mock-http-headers" with "test_case.html". | 8 # Keep "test_case.html.mock-http-headers" with "test_case.html". |
9 "tests/ppapi_nacl_tests_newlib.nmf", | 9 "tests/ppapi_nacl_tests_newlib.nmf", |
10 "tests/test_case.html", | 10 "tests/test_case.html", |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 outputs = [ | 190 outputs = [ |
191 "${root_build_dir}/{{source_name_part}}_${target_cpu}.nexe", | 191 "${root_build_dir}/{{source_name_part}}_${target_cpu}.nexe", |
192 ] | 192 ] |
193 deps = [ | 193 deps = [ |
194 ":ppapi_nacl_tests_newlib", | 194 ":ppapi_nacl_tests_newlib", |
195 ] | 195 ] |
196 } | 196 } |
197 } | 197 } |
198 | 198 |
199 group("ppapi_nacl_tests") { | 199 group("ppapi_nacl_tests") { |
200 deps = [] | 200 deps = [ |
201 if (target_cpu == "x86" || target_cpu == "x64") { | 201 ":nacl_tests_copy(//build/toolchain/nacl:clang_newlib_${target_cpu})", |
202 deps += [ ":nacl_tests_copy(//build/toolchain/nacl:clang_newlib_${target_c
pu})" ] | 202 ] |
203 } | |
204 } | 203 } |
205 } | 204 } |
OLD | NEW |