| 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 '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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 'thunk/ppb_file_system_api.h', | 120 'thunk/ppb_file_system_api.h', |
| 121 'thunk/ppb_file_system_thunk.cc', | 121 'thunk/ppb_file_system_thunk.cc', |
| 122 'thunk/ppb_find_thunk.cc', | 122 'thunk/ppb_find_thunk.cc', |
| 123 'thunk/ppb_flash_fullscreen_thunk.cc', | 123 'thunk/ppb_flash_fullscreen_thunk.cc', |
| 124 'thunk/ppb_flash_menu_api.h', | 124 'thunk/ppb_flash_menu_api.h', |
| 125 'thunk/ppb_flash_menu_thunk.cc', | 125 'thunk/ppb_flash_menu_thunk.cc', |
| 126 'thunk/ppb_flash_net_connector_api.h', | 126 'thunk/ppb_flash_net_connector_api.h', |
| 127 'thunk/ppb_flash_net_connector_thunk.cc', | 127 'thunk/ppb_flash_net_connector_thunk.cc', |
| 128 'thunk/ppb_flash_tcp_socket_api.h', | 128 'thunk/ppb_flash_tcp_socket_api.h', |
| 129 'thunk/ppb_flash_tcp_socket_thunk.cc', | 129 'thunk/ppb_flash_tcp_socket_thunk.cc', |
| 130 'thunk/ppb_flash_udp_socket_api.h', |
| 131 'thunk/ppb_flash_udp_socket_thunk.cc', |
| 130 'thunk/ppb_font_api.h', | 132 'thunk/ppb_font_api.h', |
| 131 'thunk/ppb_font_thunk.cc', | 133 'thunk/ppb_font_thunk.cc', |
| 132 'thunk/ppb_fullscreen_thunk.cc', | 134 'thunk/ppb_fullscreen_thunk.cc', |
| 133 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', | 135 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', |
| 134 'thunk/ppb_graphics_2d_api.h', | 136 'thunk/ppb_graphics_2d_api.h', |
| 135 'thunk/ppb_graphics_2d_thunk.cc', | 137 'thunk/ppb_graphics_2d_thunk.cc', |
| 136 'thunk/ppb_graphics_3d_api.h', | 138 'thunk/ppb_graphics_3d_api.h', |
| 137 'thunk/ppb_graphics_3d_thunk.cc', | 139 'thunk/ppb_graphics_3d_thunk.cc', |
| 138 'thunk/ppb_graphics_3d_trusted_thunk.cc', | 140 'thunk/ppb_graphics_3d_trusted_thunk.cc', |
| 139 'thunk/ppb_image_data_api.h', | 141 'thunk/ppb_image_data_api.h', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 166 'thunk/ppb_video_layer_api.h', | 168 'thunk/ppb_video_layer_api.h', |
| 167 'thunk/ppb_video_layer_thunk.cc', | 169 'thunk/ppb_video_layer_thunk.cc', |
| 168 'thunk/ppb_widget_api.h', | 170 'thunk/ppb_widget_api.h', |
| 169 'thunk/ppb_widget_thunk.cc', | 171 'thunk/ppb_widget_thunk.cc', |
| 170 'thunk/ppb_zoom_thunk.cc', | 172 'thunk/ppb_zoom_thunk.cc', |
| 171 'thunk/thunk.h', | 173 'thunk/thunk.h', |
| 172 ], | 174 ], |
| 173 }, | 175 }, |
| 174 ], | 176 ], |
| 175 } | 177 } |
| OLD | NEW |