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

Unified Diff: src/untrusted/nacl/BUILD.gn

Issue 891603002: Removes the name service from the service runtime (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Fixes code review comments 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/trusted/simple_service/build.scons ('k') | src/untrusted/nacl/nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/nacl/BUILD.gn
diff --git a/src/untrusted/nacl/BUILD.gn b/src/untrusted/nacl/BUILD.gn
index c217215afd21a83544a01953f099069e6c19e3f5..17a5fafc8d0e8a3e84657d4549738763367f7cf6 100644
--- a/src/untrusted/nacl/BUILD.gn
+++ b/src/untrusted/nacl/BUILD.gn
@@ -70,7 +70,6 @@ static_library("imc_syscalls") {
"imc_recvmsg.c",
"imc_sendmsg.c",
"imc_socketpair.c",
- "nameservice.c",
]
if (cpu_arch == "pnacl") {
« no previous file with comments | « src/trusted/simple_service/build.scons ('k') | src/untrusted/nacl/nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698