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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/nacl.scons

Issue 10824171: NaCl: Cleanup: Remove PpapiPluginRegisterDefaultThreadCreator() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright Created 8 years, 4 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
« no previous file with comments | « no previous file | ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 Import('env') 6 Import('env')
7 7
8 # Underlay $SOURCE_ROOT/gpu in this directory. 8 # Underlay $SOURCE_ROOT/gpu in this directory.
9 Dir('.').addRepository(Dir('#/../gpu')) 9 Dir('.').addRepository(Dir('#/../gpu'))
10 10
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'plugin_ppp_messaging_rpc_server.cc', 97 'plugin_ppp_messaging_rpc_server.cc',
98 'plugin_ppp_mouse_lock_rpc_server.cc', 98 'plugin_ppp_mouse_lock_rpc_server.cc',
99 'plugin_ppp_printing_rpc_server.cc', 99 'plugin_ppp_printing_rpc_server.cc',
100 'plugin_ppp_scrollbar_rpc_server.cc', 100 'plugin_ppp_scrollbar_rpc_server.cc',
101 'plugin_ppp_selection_rpc_server.cc', 101 'plugin_ppp_selection_rpc_server.cc',
102 'plugin_ppp_widget_rpc_server.cc', 102 'plugin_ppp_widget_rpc_server.cc',
103 'plugin_ppp_zoom_rpc_server.cc', 103 'plugin_ppp_zoom_rpc_server.cc',
104 'plugin_ppp_rpc_server.cc', 104 'plugin_ppp_rpc_server.cc',
105 'plugin_resource.cc', 105 'plugin_resource.cc',
106 'plugin_resource_tracker.cc', 106 'plugin_resource_tracker.cc',
107 'plugin_threading.cc',
108 'plugin_upcall.cc', 107 'plugin_upcall.cc',
109 'ppp_instance_combined.cc', 108 'ppp_instance_combined.cc',
110 'proxy_var.cc', 109 'proxy_var.cc',
111 'proxy_var_cache.cc', 110 'proxy_var_cache.cc',
112 'utility.cc', 111 'utility.cc',
113 'view_data.cc', 112 'view_data.cc',
114 # Autogenerated files 113 # Autogenerated files
115 'ppp_rpc_server.cc', 114 'ppp_rpc_server.cc',
116 'ppb_rpc_client.cc', 115 'ppb_rpc_client.cc',
117 'upcall_client.cc'] + command_buffer_srcs, 116 'upcall_client.cc'] + command_buffer_srcs,
118 LIBS=['pthread', 117 LIBS=['pthread',
119 'srpc', 118 'srpc',
120 'gio', 119 'gio',
121 'platform', 120 'platform',
122 ]) 121 ])
123 122
124 header_install = env.AddHeaderToSdk(['ppruntime.h']) 123 header_install = env.AddHeaderToSdk(['ppruntime.h'])
125 env.AddLibraryToSdk(libppruntime) 124 env.AddLibraryToSdk(libppruntime)
126 125
127 # Clients that overload main() will use ppruntime.h. 126 # Clients that overload main() will use ppruntime.h.
128 env.Requires(libppruntime, header_install) 127 env.Requires(libppruntime, header_install)
OLDNEW
« no previous file with comments | « no previous file | ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698