|
Remove src/trusted/manifest_name_service_proxy/ (old open_resource() impl)
This was part of the old SRPC-based implementation of open_resource(),
which is no longer used.
* This removes the hookup in nacl_secure_service.c where
"ManifestNameService" was registered.
* This removes srpc_nameservice_test.c, which checked that it was
possible to get a "ManifestNameService" connection and initialize
SRPC on it (but tested it no further than that).
srpc_nameservice_test.c also contained some dead code: There was a
"rngdump" method for testing the "SecureRandom" service (which was
removed earlier), but "rngdump" was never called.
BUG=https://code.google.com/p/nativeclient/issues/detail?id=3864
TEST=Chromium trybots + NaCl trybots
R=jvoung@chromium.org, teravest@chromium.org
Committed: https://src.chromium.org/viewvc/native_client?view=rev&revision=da8dfa4e7c67c2a59861b97c94e28e0cf6ee9cdd
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+0 lines, -883 lines) |
Patch |
 |
M |
SConstruct
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
site_scons/site_tools/library_deps.py
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
src/trusted/manifest_name_service_proxy/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
 |
D |
src/trusted/manifest_name_service_proxy/build.scons
|
View
|
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
D |
src/trusted/manifest_name_service_proxy/manifest_name_service_proxy.gyp
|
View
|
|
1 chunk |
+0 lines, -64 lines |
0 comments
|
Download
|
 |
D |
src/trusted/manifest_name_service_proxy/manifest_proxy.h
|
View
|
|
1 chunk |
+0 lines, -76 lines |
0 comments
|
Download
|
 |
D |
src/trusted/manifest_name_service_proxy/manifest_proxy.c
|
View
|
|
1 chunk |
+0 lines, -390 lines |
0 comments
|
Download
|
 |
M |
src/trusted/service_runtime/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/trusted/service_runtime/build.scons
|
View
|
1
2
|
5 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/trusted/service_runtime/nacl_secure_service.c
|
View
|
|
3 chunks |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
M |
src/trusted/service_runtime/service_runtime.gyp
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tests/nameservice/nacl.scons
|
View
|
1
2
3
|
1 chunk |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
D |
tests/nameservice/srpc_nameservice_test.c
|
View
|
1
2
3
|
1 chunk |
+0 lines, -242 lines |
2 comments
|
Download
|
 |
D |
tests/nameservice/srpc_nameservice_test.stdin
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
tests/nameservice/srpc_nameservice_test.stdout
|
View
|
1
2
3
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
Total messages: 17 (6 generated)
|