Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(683)

Side by Side Diff: ppapi/native_client/BUILD.gn

Issue 1235353003: Compile and link libcrypto_nacl for nacl targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s3
Patch Set: GN. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « crypto/crypto_nacl.gyp ('k') | ppapi/native_client/native_client.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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",
11 "//ppapi/native_client/src/untrusted/irt_stub:ppapi_stub_lib", 11 "//ppapi/native_client/src/untrusted/irt_stub:ppapi_stub_lib",
12 ] 12 ]
13 } 13 }
14 14
15 executable("nacl_irt") { 15 executable("nacl_irt") {
16 deps = [ 16 deps = [
17 "//base", 17 "//base",
18 "//components/tracing", 18 "//components/tracing",
19 "//crypto",
19 "//gpu/command_buffer/client", 20 "//gpu/command_buffer/client",
20 "//gpu/command_buffer/common", 21 "//gpu/command_buffer/common",
21 "//gpu/command_buffer/client:gles2_implementation", 22 "//gpu/command_buffer/client:gles2_implementation",
22 "//gpu/ipc", 23 "//gpu/ipc",
23 "//ipc", 24 "//ipc",
24 "//media:shared_memory_support", 25 "//media:shared_memory_support",
25 "//native_client/src/untrusted/irt:irt_core_lib", 26 "//native_client/src/untrusted/irt:irt_core_lib",
26 "//native_client/src/shared/srpc", 27 "//native_client/src/shared/srpc",
27 "//native_client/src/shared/platform", 28 "//native_client/src/shared/platform",
28 "//native_client/src/tools/tls_edit($host_toolchain)", 29 "//native_client/src/tools/tls_edit($host_toolchain)",
29 "//native_client/src/untrusted/nacl:imc_syscalls", 30 "//native_client/src/untrusted/nacl:imc_syscalls",
30 "//native_client/src/shared/gio", 31 "//native_client/src/shared/gio",
31 "//ppapi/native_client/src/untrusted/pnacl_irt_shim:irt", 32 "//ppapi/native_client/src/untrusted/pnacl_irt_shim:irt",
32 "//ppapi/proxy", 33 "//ppapi/proxy",
33 "//ppapi/proxy:ipc", 34 "//ppapi/proxy:ipc",
34 "//ppapi/shared_impl", 35 "//ppapi/shared_impl",
35 ] 36 ]
36 } 37 }
37 } 38 }
OLDNEW
« no previous file with comments | « crypto/crypto_nacl.gyp ('k') | ppapi/native_client/native_client.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698