OLD | NEW |
| (Empty) |
1 # Copyright (c) 2014 The Native ClientAuthors. All rights reserved. | |
2 # Use of this source code is governed by a BSD-style license that can be | |
3 # found in the LICENSE file. | |
4 | |
5 # Autogenerated from src/trusted/manifest_name_service_proxy/build.scons. | |
6 | |
7 | |
8 static_library("manifest_proxy") { | |
9 sources = [ | |
10 "manifest_proxy.c", | |
11 ] | |
12 | |
13 deps = [ | |
14 "//native_client/build/config/nacl:nacl_base", | |
15 "//native_client/src/shared/platform:platform", | |
16 "//native_client/src/shared/srpc:nonnacl_srpc", | |
17 "//native_client/src/trusted/threading:thread_interface", | |
18 "//native_client/src/trusted/desc:nrd_xfer", | |
19 "//native_client/src/trusted/nacl_base:nacl_base", | |
20 ] | |
21 } | |
OLD | NEW |