| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 ] | 193 ] |
| 194 deps = [ | 194 deps = [ |
| 195 ":ppapi_nacl_tests_newlib", | 195 ":ppapi_nacl_tests_newlib", |
| 196 ] | 196 ] |
| 197 } | 197 } |
| 198 } | 198 } |
| 199 | 199 |
| 200 group("ppapi_nacl_tests") { | 200 group("ppapi_nacl_tests") { |
| 201 deps = [] | 201 deps = [] |
| 202 if (target_cpu == "x86" || target_cpu == "x64") { | 202 if (target_cpu == "x86" || target_cpu == "x64") { |
| 203 deps += [ ":nacl_tests_copy(//native_client/build/toolchain/nacl:clang_new
lib_${target_cpu})" ] | 203 deps += [ ":nacl_tests_copy(//build/toolchain/nacl:clang_newlib_${target_c
pu})" ] |
| 204 } | 204 } |
| 205 } | 205 } |
| 206 } | 206 } |
| OLD | NEW |