OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 source_set("thunk") { | 5 source_set("thunk") { |
6 sources = [ | 6 sources = [ |
7 "enter.cc", | 7 "enter.cc", |
8 "enter.h", | 8 "enter.h", |
9 "ppb_audio_api.h", | 9 "ppb_audio_api.h", |
10 "ppb_audio_buffer_api.h", | 10 "ppb_audio_buffer_api.h", |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 "ppb_url_loader_api.h", | 113 "ppb_url_loader_api.h", |
114 "ppb_url_loader_thunk.cc", | 114 "ppb_url_loader_thunk.cc", |
115 "ppb_url_loader_trusted_thunk.cc", | 115 "ppb_url_loader_trusted_thunk.cc", |
116 "ppb_url_request_info_api.h", | 116 "ppb_url_request_info_api.h", |
117 "ppb_url_request_info_thunk.cc", | 117 "ppb_url_request_info_thunk.cc", |
118 "ppb_url_response_info_api.h", | 118 "ppb_url_response_info_api.h", |
119 "ppb_url_response_info_thunk.cc", | 119 "ppb_url_response_info_thunk.cc", |
120 "ppb_var_array_thunk.cc", | 120 "ppb_var_array_thunk.cc", |
121 "ppb_var_dictionary_thunk.cc", | 121 "ppb_var_dictionary_thunk.cc", |
122 "ppb_video_capture_api.h", | 122 "ppb_video_capture_api.h", |
123 "ppb_video_capture_thunk.cc", | |
124 "ppb_video_decoder_api.h", | 123 "ppb_video_decoder_api.h", |
125 "ppb_video_decoder_dev_api.h", | 124 "ppb_video_decoder_dev_api.h", |
126 "ppb_video_decoder_thunk.cc", | 125 "ppb_video_decoder_thunk.cc", |
127 "ppb_video_destination_private_api.h", | 126 "ppb_video_destination_private_api.h", |
128 "ppb_video_destination_private_thunk.cc", | 127 "ppb_video_destination_private_thunk.cc", |
129 "ppb_video_encoder_api.h", | 128 "ppb_video_encoder_api.h", |
130 "ppb_video_encoder_thunk.cc", | 129 "ppb_video_encoder_thunk.cc", |
131 "ppb_video_frame_api.h", | 130 "ppb_video_frame_api.h", |
132 "ppb_video_frame_thunk.cc", | 131 "ppb_video_frame_thunk.cc", |
133 "ppb_video_source_private_api.h", | 132 "ppb_video_source_private_api.h", |
(...skipping 28 matching lines...) Expand all Loading... |
162 "ppb_flash_fullscreen_thunk.cc", | 161 "ppb_flash_fullscreen_thunk.cc", |
163 "ppb_flash_menu_thunk.cc", | 162 "ppb_flash_menu_thunk.cc", |
164 "ppb_flash_message_loop_thunk.cc", | 163 "ppb_flash_message_loop_thunk.cc", |
165 "ppb_flash_thunk.cc", | 164 "ppb_flash_thunk.cc", |
166 "ppb_gles_chromium_texture_mapping_thunk.cc", | 165 "ppb_gles_chromium_texture_mapping_thunk.cc", |
167 "ppb_pdf_thunk.cc", | 166 "ppb_pdf_thunk.cc", |
168 "ppb_platform_verification_private_thunk.cc", | 167 "ppb_platform_verification_private_thunk.cc", |
169 "ppb_scrollbar_thunk.cc", | 168 "ppb_scrollbar_thunk.cc", |
170 "ppb_talk_private_thunk.cc", | 169 "ppb_talk_private_thunk.cc", |
171 "ppb_url_util_thunk.cc", | 170 "ppb_url_util_thunk.cc", |
| 171 "ppb_video_capture_thunk.cc", |
172 "ppb_video_decoder_dev_thunk.cc", | 172 "ppb_video_decoder_dev_thunk.cc", |
173 ] | 173 ] |
174 } | 174 } |
175 | 175 |
176 # We exclude a few more things for nacl_win64, to avoid pulling in more | 176 # We exclude a few more things for nacl_win64, to avoid pulling in more |
177 # dependencies. | 177 # dependencies. |
178 # TODO(GYP) this isn't correct. This should only be specifically for the | 178 # TODO(GYP) this isn't correct. This should only be specifically for the |
179 # nacl_win64 build (cross-compiled for a 32-bit Chrome), rather than all | 179 # nacl_win64 build (cross-compiled for a 32-bit Chrome), rather than all |
180 # 64-bit builds. | 180 # 64-bit builds. |
181 # See also //ppapi/shared_impl | 181 # See also //ppapi/shared_impl |
182 if (is_win && current_cpu == "x64" && current_toolchain != default_toolchain)
{ | 182 if (is_win && current_cpu == "x64" && current_toolchain != default_toolchain)
{ |
183 sources += [ | 183 sources += [ |
184 "ppb_graphics_3d_thunk.cc", | 184 "ppb_graphics_3d_thunk.cc", |
185 "ppb_host_resolver_private_thunk.cc", | 185 "ppb_host_resolver_private_thunk.cc", |
186 "ppb_tcp_server_socket_private_thunk.cc", | 186 "ppb_tcp_server_socket_private_thunk.cc", |
187 "ppb_tcp_socket_private_thunk.cc", | 187 "ppb_tcp_socket_private_thunk.cc", |
188 "ppb_udp_socket_private_thunk.cc", | 188 "ppb_udp_socket_private_thunk.cc", |
189 "ppb_x509_certificate_private_thunk.cc", | 189 "ppb_x509_certificate_private_thunk.cc", |
190 ] | 190 ] |
191 } | 191 } |
192 | 192 |
193 defines = [ "PPAPI_THUNK_IMPLEMENTATION" ] | 193 defines = [ "PPAPI_THUNK_IMPLEMENTATION" ] |
194 } | 194 } |
OLD | NEW |