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

Unified Diff: src/shared/srpc/nacl.scons

Issue 871713002: Remove NaClPluginLowLevelInitializationComplete() (caller of "init_done" SRPC) (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: 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/shared/srpc/accept_threaded.c ('k') | src/shared/srpc/nacl_srpc_ppapi_plugin_init.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/srpc/nacl.scons
diff --git a/src/shared/srpc/nacl.scons b/src/shared/srpc/nacl.scons
index a869f8c03792afd90b2224841e4558aa04491214..a3e5e111d18e92f92297e60c62983b1ef1ce0778 100644
--- a/src/shared/srpc/nacl.scons
+++ b/src/shared/srpc/nacl.scons
@@ -25,8 +25,6 @@ trusted_untrusted_shared = [
untrusted_only = [
'accept.c',
'accept_threaded.c',
- 'nacl_srpc_ppapi_plugin_init.c',
- 'nacl_srpc_ppapi_plugin_internal.c'
]
libsrpc = env.NaClSdkLibrary('libsrpc',
« no previous file with comments | « src/shared/srpc/accept_threaded.c ('k') | src/shared/srpc/nacl_srpc_ppapi_plugin_init.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698