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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp

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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium 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 '../../../../../native_client/build/common.gypi', 7 '../../../../../native_client/build/common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'plugin_ppp_messaging_rpc_server.cc', 94 'plugin_ppp_messaging_rpc_server.cc',
95 'plugin_ppp_mouse_lock_rpc_server.cc', 95 'plugin_ppp_mouse_lock_rpc_server.cc',
96 'plugin_ppp_printing_rpc_server.cc', 96 'plugin_ppp_printing_rpc_server.cc',
97 'plugin_ppp_scrollbar_rpc_server.cc', 97 'plugin_ppp_scrollbar_rpc_server.cc',
98 'plugin_ppp_selection_rpc_server.cc', 98 'plugin_ppp_selection_rpc_server.cc',
99 'plugin_ppp_widget_rpc_server.cc', 99 'plugin_ppp_widget_rpc_server.cc',
100 'plugin_ppp_zoom_rpc_server.cc', 100 'plugin_ppp_zoom_rpc_server.cc',
101 'plugin_ppp_rpc_server.cc', 101 'plugin_ppp_rpc_server.cc',
102 'plugin_resource.cc', 102 'plugin_resource.cc',
103 'plugin_resource_tracker.cc', 103 'plugin_resource_tracker.cc',
104 'plugin_threading.cc',
105 'plugin_upcall.cc', 104 'plugin_upcall.cc',
106 'ppp_instance_combined.cc', 105 'ppp_instance_combined.cc',
107 'proxy_var.cc', 106 'proxy_var.cc',
108 'proxy_var_cache.cc', 107 'proxy_var_cache.cc',
109 'utility.cc', 108 'utility.cc',
110 'view_data.cc', 109 'view_data.cc',
111 # Autogenerated files 110 # Autogenerated files
112 'ppp_rpc_server.cc', 111 'ppp_rpc_server.cc',
113 'ppb_rpc_client.cc', 112 'ppb_rpc_client.cc',
114 'upcall_client.cc' 113 'upcall_client.cc'
115 ], 114 ],
116 }, 115 },
117 }, 116 },
118 ], 117 ],
119 } 118 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/plugin_threading.cc ('k') | ppapi/native_client/src/shared/ppapi_proxy/ppruntime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698