OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 'upcall_server.cc', | 61 'upcall_server.cc', |
62 ], | 62 ], |
63 'include_dirs': [ | 63 'include_dirs': [ |
64 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/trusted', | 64 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/trusted', |
65 '<(DEPTH)/ppapi', | 65 '<(DEPTH)/ppapi', |
66 ], | 66 ], |
67 'dependencies': [ | 67 'dependencies': [ |
68 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 68 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
69 ], | 69 ], |
70 }, | 70 }, |
| 71 { |
| 72 'target_name': 'ppruntime_lib', |
| 73 'type': 'none', |
| 74 'dependencies': [ |
| 75 '<(DEPTH)/native_client/tools.gyp:prep_toolchain' |
| 76 ], |
| 77 'variables': { |
| 78 'nlib_target': 'libppruntime.a', |
| 79 'build_glibc': 0, |
| 80 'build_newlib': 1, |
| 81 'include_dirs': [ |
| 82 '<(DEPTH)/gpu', |
| 83 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/untrusted', |
| 84 ], |
| 85 'sources': [ |
| 86 '<(DEPTH)/gpu/command_buffer/common/cmd_buffer_common.cc', |
| 87 '<(DEPTH)/gpu/command_buffer/common/gles2_cmd_format.cc', |
| 88 '<(DEPTH)/gpu/command_buffer/common/gles2_cmd_utils.cc', |
| 89 '<(DEPTH)/gpu/command_buffer/common/logging.cc', |
| 90 |
| 91 '<(DEPTH)/gpu/command_buffer/client/cmd_buffer_helper.cc', |
| 92 '<(DEPTH)/gpu/command_buffer/client/fenced_allocator.cc', |
| 93 '<(DEPTH)/gpu/command_buffer/client/gles2_c_lib.cc', |
| 94 '<(DEPTH)/gpu/command_buffer/client/gles2_cmd_helper.cc', |
| 95 '<(DEPTH)/gpu/command_buffer/client/gles2_implementation.cc', |
| 96 '<(DEPTH)/gpu/command_buffer/client/program_info_manager.cc', |
| 97 '<(DEPTH)/gpu/command_buffer/client/gles2_lib.cc', |
| 98 '<(DEPTH)/gpu/command_buffer/client/mapped_memory.cc', |
| 99 '<(DEPTH)/gpu/command_buffer/client/ring_buffer.cc', |
| 100 '<(DEPTH)/gpu/command_buffer/common/id_allocator.cc', |
| 101 |
| 102 'command_buffer_nacl.cc', |
| 103 'input_event_data.cc', |
| 104 'object_serialize.cc', |
| 105 'plugin_callback.cc', |
| 106 'plugin_globals.cc', |
| 107 'plugin_instance_data.cc', |
| 108 'plugin_main.cc', |
| 109 'plugin_nacl_file.cc', |
| 110 'plugin_opengles.cc', |
| 111 'plugin_ppb.cc', |
| 112 'plugin_ppb_audio.cc', |
| 113 'plugin_ppb_audio_config.cc', |
| 114 'plugin_ppb_buffer.cc', |
| 115 'plugin_ppb_core.cc', |
| 116 'plugin_ppb_cursor_control.cc', |
| 117 'plugin_ppb_file_io.cc', |
| 118 'plugin_ppb_file_system.cc', |
| 119 'plugin_ppb_file_ref.cc', |
| 120 'plugin_ppb_find.cc', |
| 121 'plugin_ppb_font.cc', |
| 122 'plugin_ppb_fullscreen.cc', |
| 123 'plugin_ppb_graphics_2d.cc', |
| 124 'plugin_ppb_graphics_3d.cc', |
| 125 'plugin_ppb_image_data.cc', |
| 126 'plugin_ppb_input_event.cc', |
| 127 'plugin_ppb_instance.cc', |
| 128 'plugin_ppb_memory.cc', |
| 129 'plugin_ppb_messaging.cc', |
| 130 'plugin_ppb_mouse_lock.cc', |
| 131 'plugin_ppb_pdf.cc', |
| 132 'plugin_ppb_scrollbar.cc', |
| 133 'plugin_ppb_testing.cc', |
| 134 'plugin_ppb_url_loader.cc', |
| 135 'plugin_ppb_url_request_info.cc', |
| 136 'plugin_ppb_url_response_info.cc', |
| 137 'plugin_ppb_var.cc', |
| 138 'plugin_ppb_widget.cc', |
| 139 'plugin_ppb_zoom.cc', |
| 140 'plugin_ppp_find_rpc_server.cc', |
| 141 'plugin_ppp_input_event_rpc_server.cc', |
| 142 'plugin_ppp_instance_rpc_server.cc', |
| 143 'plugin_ppp_messaging_rpc_server.cc', |
| 144 'plugin_ppp_mouse_lock_rpc_server.cc', |
| 145 'plugin_ppp_printing_rpc_server.cc', |
| 146 'plugin_ppp_scrollbar_rpc_server.cc', |
| 147 'plugin_ppp_selection_rpc_server.cc', |
| 148 'plugin_ppp_widget_rpc_server.cc', |
| 149 'plugin_ppp_zoom_rpc_server.cc', |
| 150 'plugin_ppp_rpc_server.cc', |
| 151 'plugin_resource.cc', |
| 152 'plugin_resource_tracker.cc', |
| 153 'plugin_threading.cc', |
| 154 'plugin_upcall.cc', |
| 155 'proxy_var.cc', |
| 156 'proxy_var_cache.cc', |
| 157 'utility.cc', |
| 158 # Autogenerated files |
| 159 'ppp_rpc_server.cc', |
| 160 'ppb_rpc_client.cc', |
| 161 'upcall_client.cc' |
| 162 ], |
| 163 }, |
| 164 }, |
71 ], | 165 ], |
72 } | 166 } |
OLD | NEW |