Chromium Code Reviews| Index: ppapi/BUILD.gn |
| diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn |
| index 07eafbfb9870367fbc74c84dc8605af7c5afd2a2..d76cdbf3090349c00880fb5d7663a15d57732caf 100644 |
| --- a/ppapi/BUILD.gn |
| +++ b/ppapi/BUILD.gn |
| @@ -200,7 +200,7 @@ if (host_os != "win") { |
| group("ppapi_nacl_tests") { |
| deps = [] |
| if (target_cpu == "x86" || target_cpu == "x64") { |
| - deps += [ ":nacl_tests_copy(//native_client/build/toolchain/nacl:clang_newlib_${target_cpu})" ] |
| + deps += [ ":nacl_tests_copy(//build/toolchain/nacl:clang_newlib_${target_cpu})" ] |
| } |
| } |
| } |