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

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

Issue 9227008: WebSocket Pepper API: SRPC proxy implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase because two ppapi_proxy related CLs are landed Created 8 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 | Annotate | Revision Log
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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'plugin_ppb_pdf.cc', 76 'plugin_ppb_pdf.cc',
77 'plugin_ppb_scrollbar.cc', 77 'plugin_ppb_scrollbar.cc',
78 'plugin_ppb_tcp_socket_private.cc', 78 'plugin_ppb_tcp_socket_private.cc',
79 'plugin_ppb_testing.cc', 79 'plugin_ppb_testing.cc',
80 'plugin_ppb_udp_socket_private.cc', 80 'plugin_ppb_udp_socket_private.cc',
81 'plugin_ppb_url_loader.cc', 81 'plugin_ppb_url_loader.cc',
82 'plugin_ppb_url_request_info.cc', 82 'plugin_ppb_url_request_info.cc',
83 'plugin_ppb_url_response_info.cc', 83 'plugin_ppb_url_response_info.cc',
84 'plugin_ppb_var.cc', 84 'plugin_ppb_var.cc',
85 'plugin_ppb_view.cc', 85 'plugin_ppb_view.cc',
86 'plugin_ppb_websocket.cc',
86 'plugin_ppb_widget.cc', 87 'plugin_ppb_widget.cc',
87 'plugin_ppb_zoom.cc', 88 'plugin_ppb_zoom.cc',
88 'plugin_ppp_find_rpc_server.cc', 89 'plugin_ppp_find_rpc_server.cc',
89 'plugin_ppp_input_event_rpc_server.cc', 90 'plugin_ppp_input_event_rpc_server.cc',
90 'plugin_ppp_instance_rpc_server.cc', 91 'plugin_ppp_instance_rpc_server.cc',
91 'plugin_ppp_messaging_rpc_server.cc', 92 'plugin_ppp_messaging_rpc_server.cc',
92 'plugin_ppp_mouse_lock_rpc_server.cc', 93 'plugin_ppp_mouse_lock_rpc_server.cc',
93 'plugin_ppp_printing_rpc_server.cc', 94 'plugin_ppp_printing_rpc_server.cc',
94 'plugin_ppp_scrollbar_rpc_server.cc', 95 'plugin_ppp_scrollbar_rpc_server.cc',
95 'plugin_ppp_selection_rpc_server.cc', 96 'plugin_ppp_selection_rpc_server.cc',
(...skipping 17 matching lines...) Expand all
113 'srpc', 114 'srpc',
114 'gio', 115 'gio',
115 'platform', 116 'platform',
116 ]) 117 ])
117 118
118 header_install = env.AddHeaderToSdk(['ppruntime.h']) 119 header_install = env.AddHeaderToSdk(['ppruntime.h'])
119 env.AddLibraryToSdk(libppruntime) 120 env.AddLibraryToSdk(libppruntime)
120 121
121 # Clients that overload main() will use ppruntime.h. 122 # Clients that overload main() will use ppruntime.h.
122 env.Requires(libppruntime, header_install) 123 env.Requires(libppruntime, header_install)
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/build.scons ('k') | ppapi/native_client/src/shared/ppapi_proxy/plugin_callback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698