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

Side by Side Diff: src/shared/srpc/srpc.gyp

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 unified diff | Download patch
« no previous file with comments | « src/shared/srpc/nacl_srpc_ppapi_plugin_internal.c ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2008 The Native Client Authors. All rights reserved. 1 # Copyright (c) 2008 The Native Client Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../../../build/common.gypi', 7 '../../../build/common.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'invoke.c', 59 'invoke.c',
60 'module_init_fini.c', 60 'module_init_fini.c',
61 'nacl_srpc.c', 61 'nacl_srpc.c',
62 'nacl_srpc_message.c', 62 'nacl_srpc_message.c',
63 'rpc_log.c', 63 'rpc_log.c',
64 'rpc_serialize.c', 64 'rpc_serialize.c',
65 'rpc_service.c', 65 'rpc_service.c',
66 'rpc_server_loop.c', 66 'rpc_server_loop.c',
67 'accept.c', 67 'accept.c',
68 'accept_threaded.c', 68 'accept_threaded.c',
69 'nacl_srpc_ppapi_plugin_init.c',
70 'nacl_srpc_ppapi_plugin_internal.c'
71 ], 69 ],
72 }, 70 },
73 'dependencies': [ 71 'dependencies': [
74 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', 72 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
75 ], 73 ],
76 }, 74 },
77 ], 75 ],
78 'conditions': [ 76 'conditions': [
79 ['OS=="win" and target_arch=="ia32"', { 77 ['OS=="win" and target_arch=="ia32"', {
80 'targets': [ 78 'targets': [
81 { 79 {
82 'target_name': 'nonnacl_srpc64', 80 'target_name': 'nonnacl_srpc64',
83 'type': 'static_library', 81 'type': 'static_library',
84 'variables': { 82 'variables': {
85 'target_base': 'srpc', 83 'target_base': 'srpc',
86 'win_target': 'x64', 84 'win_target': 'x64',
87 }, 85 },
88 } 86 }
89 ], 87 ],
90 }], 88 }],
91 ] 89 ]
92 } 90 }
OLDNEW
« no previous file with comments | « src/shared/srpc/nacl_srpc_ppapi_plugin_internal.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698