OLD | NEW |
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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'ppapi_shared', | 8 'target_name': 'ppapi_shared', |
9 'type': '<(component)', | 9 'type': '<(component)', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 'thunk/ppb_graphics_3d_api.h', | 165 'thunk/ppb_graphics_3d_api.h', |
166 'thunk/ppb_graphics_3d_thunk.cc', | 166 'thunk/ppb_graphics_3d_thunk.cc', |
167 'thunk/ppb_graphics_3d_trusted_thunk.cc', | 167 'thunk/ppb_graphics_3d_trusted_thunk.cc', |
168 'thunk/ppb_image_data_api.h', | 168 'thunk/ppb_image_data_api.h', |
169 'thunk/ppb_image_data_thunk.cc', | 169 'thunk/ppb_image_data_thunk.cc', |
170 'thunk/ppb_image_data_trusted_thunk.cc', | 170 'thunk/ppb_image_data_trusted_thunk.cc', |
171 'thunk/ppb_instance_api.h', | 171 'thunk/ppb_instance_api.h', |
172 'thunk/ppb_instance_thunk.cc', | 172 'thunk/ppb_instance_thunk.cc', |
173 'thunk/ppb_layer_compositor_api.h', | 173 'thunk/ppb_layer_compositor_api.h', |
174 'thunk/ppb_layer_compositor_thunk.cc', | 174 'thunk/ppb_layer_compositor_thunk.cc', |
| 175 'thunk/ppb_message_loop_api.h', |
175 'thunk/ppb_messaging_thunk.cc', | 176 'thunk/ppb_messaging_thunk.cc', |
176 'thunk/ppb_mouse_lock_thunk.cc', | 177 'thunk/ppb_mouse_lock_thunk.cc', |
177 'thunk/ppb_pdf_api.h', | 178 'thunk/ppb_pdf_api.h', |
178 'thunk/ppb_resource_array_api.h', | 179 'thunk/ppb_resource_array_api.h', |
179 'thunk/ppb_resource_array_thunk.cc', | 180 'thunk/ppb_resource_array_thunk.cc', |
180 'thunk/ppb_scrollbar_api.h', | 181 'thunk/ppb_scrollbar_api.h', |
181 'thunk/ppb_scrollbar_thunk.cc', | 182 'thunk/ppb_scrollbar_thunk.cc', |
182 'thunk/ppb_tcp_socket_private_api.h', | 183 'thunk/ppb_tcp_socket_private_api.h', |
183 'thunk/ppb_tcp_socket_private_thunk.cc', | 184 'thunk/ppb_tcp_socket_private_thunk.cc', |
184 'thunk/ppb_text_input_api.h', | 185 'thunk/ppb_text_input_api.h', |
(...skipping 20 matching lines...) Expand all Loading... |
205 'thunk/ppb_websocket_api.h', | 206 'thunk/ppb_websocket_api.h', |
206 'thunk/ppb_websocket_thunk.cc', | 207 'thunk/ppb_websocket_thunk.cc', |
207 'thunk/ppb_widget_api.h', | 208 'thunk/ppb_widget_api.h', |
208 'thunk/ppb_widget_thunk.cc', | 209 'thunk/ppb_widget_thunk.cc', |
209 'thunk/ppb_zoom_thunk.cc', | 210 'thunk/ppb_zoom_thunk.cc', |
210 'thunk/thunk.h', | 211 'thunk/thunk.h', |
211 ], | 212 ], |
212 }, | 213 }, |
213 ], | 214 ], |
214 } | 215 } |
OLD | NEW |