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

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

Issue 7631010: NaCl Proxy for graphics3d. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 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 # -*- python -*- 1 # -*- python -*-
2 # Copyright (c) 2011 The Native Client Authors. All rights reserved. 2 # Copyright (c) 2011 The Native Client 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'plugin_ppb_audio_config.cc', 122 'plugin_ppb_audio_config.cc',
123 'plugin_ppb_buffer.cc', 123 'plugin_ppb_buffer.cc',
124 'plugin_ppb_core.cc', 124 'plugin_ppb_core.cc',
125 'plugin_ppb_cursor_control.cc', 125 'plugin_ppb_cursor_control.cc',
126 'plugin_ppb_file_io.cc', 126 'plugin_ppb_file_io.cc',
127 'plugin_ppb_file_system.cc', 127 'plugin_ppb_file_system.cc',
128 'plugin_ppb_file_ref.cc', 128 'plugin_ppb_file_ref.cc',
129 'plugin_ppb_find.cc', 129 'plugin_ppb_find.cc',
130 'plugin_ppb_font.cc', 130 'plugin_ppb_font.cc',
131 'plugin_ppb_graphics_2d.cc', 131 'plugin_ppb_graphics_2d.cc',
132 'plugin_ppb_graphics_3d.cc',
132 'plugin_ppb_image_data.cc', 133 'plugin_ppb_image_data.cc',
133 'plugin_ppb_input_event.cc', 134 'plugin_ppb_input_event.cc',
134 'plugin_ppb_instance.cc', 135 'plugin_ppb_instance.cc',
135 'plugin_ppb_memory.cc', 136 'plugin_ppb_memory.cc',
136 'plugin_ppb_messaging.cc', 137 'plugin_ppb_messaging.cc',
137 'plugin_ppb_pdf.cc', 138 'plugin_ppb_pdf.cc',
138 'plugin_ppb_scrollbar.cc', 139 'plugin_ppb_scrollbar.cc',
139 'plugin_ppb_testing.cc', 140 'plugin_ppb_testing.cc',
140 'plugin_ppb_url_loader.cc', 141 'plugin_ppb_url_loader.cc',
141 'plugin_ppb_url_request_info.cc', 142 'plugin_ppb_url_request_info.cc',
(...skipping 27 matching lines...) Expand all
169 'srpc', 170 'srpc',
170 'gio', 171 'gio',
171 'platform', 172 'platform',
172 ]) 173 ])
173 174
174 header_install = env.AddHeaderToSdk(['ppruntime.h']) 175 header_install = env.AddHeaderToSdk(['ppruntime.h'])
175 env.AddLibraryToSdk(libppruntime) 176 env.AddLibraryToSdk(libppruntime)
176 177
177 # Clients that overload main() will use ppruntime.h. 178 # Clients that overload main() will use ppruntime.h.
178 env.Requires(libppruntime, header_install) 179 env.Requires(libppruntime, header_install)
OLDNEW
« no previous file with comments | « src/shared/ppapi_proxy/command_buffer_nacl.cc ('k') | src/shared/ppapi_proxy/plugin_context_3d.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698