Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index f0ba26da16689036c3a07d5da62689f21caa198a..86e320c7f5b00ec66854da59f916096b80a941a9 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -164,6 +164,13 @@ group("gn_all") { |
| ] |
| } |
| + if (enable_nacl && enable_nacl_untrusted) { |
| + if (is_linux && current_cpu == "x64") { |
| + # TODO(GYP): Add the right deps for the other architectures. |
| + # TODO(dpranke) needed? deps += [ "//ppapi:ppapi_cpp_lib(//native_client/build/toolchain/nacl:clang_newlib_x64)" ] |
|
Dirk Pranke
2015/02/25 21:08:46
It looks like we don't need to explicitly build th
brettw
2015/02/25 21:27:29
Yes, remove this.
|
| + } |
| + } |
| + |
| if (is_win || is_mac || is_chromeos) { |
| # RLZ works on these platforms. |
| # TODO(GYP): Is this target needed, or pulled in automatically? |