| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 'thunk/ppb_fullscreen_thunk.cc', | 130 'thunk/ppb_fullscreen_thunk.cc', |
| 131 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', | 131 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', |
| 132 'thunk/ppb_graphics_2d_api.h', | 132 'thunk/ppb_graphics_2d_api.h', |
| 133 'thunk/ppb_graphics_2d_thunk.cc', | 133 'thunk/ppb_graphics_2d_thunk.cc', |
| 134 'thunk/ppb_graphics_3d_api.h', | 134 'thunk/ppb_graphics_3d_api.h', |
| 135 'thunk/ppb_graphics_3d_thunk.cc', | 135 'thunk/ppb_graphics_3d_thunk.cc', |
| 136 'thunk/ppb_graphics_3d_trusted_thunk.cc', | 136 'thunk/ppb_graphics_3d_trusted_thunk.cc', |
| 137 'thunk/ppb_image_data_api.h', | 137 'thunk/ppb_image_data_api.h', |
| 138 'thunk/ppb_image_data_thunk.cc', | 138 'thunk/ppb_image_data_thunk.cc', |
| 139 'thunk/ppb_image_data_trusted_thunk.cc', | 139 'thunk/ppb_image_data_trusted_thunk.cc', |
| 140 'thunk/ppb_ime_control_api.h', |
| 141 'thunk/ppb_ime_control_thunk.cc', |
| 140 'thunk/ppb_instance_api.h', | 142 'thunk/ppb_instance_api.h', |
| 141 'thunk/ppb_instance_thunk.cc', | 143 'thunk/ppb_instance_thunk.cc', |
| 142 'thunk/ppb_layer_compositor_api.h', | 144 'thunk/ppb_layer_compositor_api.h', |
| 143 'thunk/ppb_layer_compositor_thunk.cc', | 145 'thunk/ppb_layer_compositor_thunk.cc', |
| 144 'thunk/ppb_messaging_thunk.cc', | 146 'thunk/ppb_messaging_thunk.cc', |
| 145 'thunk/ppb_mouse_lock_thunk.cc', | 147 'thunk/ppb_mouse_lock_thunk.cc', |
| 146 'thunk/ppb_pdf_api.h', | 148 'thunk/ppb_pdf_api.h', |
| 147 'thunk/ppb_query_policy_thunk.cc', | 149 'thunk/ppb_query_policy_thunk.cc', |
| 148 'thunk/ppb_scrollbar_api.h', | 150 'thunk/ppb_scrollbar_api.h', |
| 149 'thunk/ppb_scrollbar_thunk.cc', | 151 'thunk/ppb_scrollbar_thunk.cc', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 164 'thunk/ppb_video_layer_api.h', | 166 'thunk/ppb_video_layer_api.h', |
| 165 'thunk/ppb_video_layer_thunk.cc', | 167 'thunk/ppb_video_layer_thunk.cc', |
| 166 'thunk/ppb_widget_api.h', | 168 'thunk/ppb_widget_api.h', |
| 167 'thunk/ppb_widget_thunk.cc', | 169 'thunk/ppb_widget_thunk.cc', |
| 168 'thunk/ppb_zoom_thunk.cc', | 170 'thunk/ppb_zoom_thunk.cc', |
| 169 'thunk/thunk.h', | 171 'thunk/thunk.h', |
| 170 ], | 172 ], |
| 171 }, | 173 }, |
| 172 ], | 174 ], |
| 173 } | 175 } |
| OLD | NEW |