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

Side by Side Diff: src/trusted/manifest_name_service_proxy/BUILD.gn

Issue 797843003: Remove src/trusted/manifest_name_service_proxy/ (old open_resource() impl) (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Remove test Created 5 years, 11 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 | Annotate | Revision Log
OLDNEW
(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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698