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 (enable_nacl && enable_nacl_untrusted) { | 7 if (enable_nacl && enable_nacl_untrusted) { |
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 11 matching lines...) Expand all Loading... |
22 "//gpu/ipc", | 22 "//gpu/ipc", |
23 "//ipc", | 23 "//ipc", |
24 "//media:shared_memory_support", | 24 "//media:shared_memory_support", |
25 "//mojo/nacl:irt_mojo_sources", | 25 "//mojo/nacl:irt_mojo_sources", |
26 "//native_client/src/untrusted/irt:irt_core_lib", | 26 "//native_client/src/untrusted/irt:irt_core_lib", |
27 "//native_client/src/shared/srpc", | 27 "//native_client/src/shared/srpc", |
28 "//native_client/src/shared/platform", | 28 "//native_client/src/shared/platform", |
29 "//native_client/src/tools/tls_edit($host_toolchain)", | 29 "//native_client/src/tools/tls_edit($host_toolchain)", |
30 "//native_client/src/untrusted/nacl:imc_syscalls", | 30 "//native_client/src/untrusted/nacl:imc_syscalls", |
31 "//native_client/src/shared/gio", | 31 "//native_client/src/shared/gio", |
32 "//ppai/native_client/src/untrusted/pnacl_irt_shim:irt", | 32 "//ppapi/native_client/src/untrusted/pnacl_irt_shim:irt", |
33 "//ppapi/proxy", | 33 "//ppapi/proxy", |
34 "//ppapi/proxy:ipc", | 34 "//ppapi/proxy:ipc", |
35 "//ppapi/shared_impl", | 35 "//ppapi/shared_impl", |
36 ] | 36 ] |
37 } | 37 } |
38 } | 38 } |
OLD | NEW |