OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 | 6 |
7 if (is_nacl) { | 7 if (is_nacl) { |
8 group("ppapi_lib") { | 8 group("ppapi_lib") { |
9 deps = [ | 9 deps = [ |
10 "//native_client/src/untrusted/pthread", | 10 "//native_client/src/untrusted/pthread", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 "${root_build_dir}/{{source_name_part}}_${suffix}.nexe", | 53 "${root_build_dir}/{{source_name_part}}_${suffix}.nexe", |
54 ] | 54 ] |
55 deps = [ | 55 deps = [ |
56 ":nacl_irt", | 56 ":nacl_irt", |
57 ] | 57 ] |
58 } | 58 } |
59 } | 59 } |
60 | 60 |
61 group("irt") { | 61 group("irt") { |
62 deps = [ | 62 deps = [ |
63 ":nacl_irt_copy(//native_client/build/toolchain/nacl:irt_${target_cpu})", | 63 ":nacl_irt_copy(//build/toolchain/nacl:irt_${target_cpu})", |
64 ] | 64 ] |
65 } | 65 } |
OLD | NEW |