| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 149         'thunk/ppb_flash_clipboard_api.h', | 149         'thunk/ppb_flash_clipboard_api.h', | 
| 150         'thunk/ppb_flash_clipboard_thunk.cc', | 150         'thunk/ppb_flash_clipboard_thunk.cc', | 
| 151         'thunk/ppb_flash_fullscreen_thunk.cc', | 151         'thunk/ppb_flash_fullscreen_thunk.cc', | 
| 152         'thunk/ppb_flash_menu_api.h', | 152         'thunk/ppb_flash_menu_api.h', | 
| 153         'thunk/ppb_flash_menu_thunk.cc', | 153         'thunk/ppb_flash_menu_thunk.cc', | 
| 154         'thunk/ppb_flash_net_connector_api.h', | 154         'thunk/ppb_flash_net_connector_api.h', | 
| 155         'thunk/ppb_flash_net_connector_thunk.cc', | 155         'thunk/ppb_flash_net_connector_thunk.cc', | 
| 156         'thunk/ppb_font_api.h', | 156         'thunk/ppb_font_api.h', | 
| 157         'thunk/ppb_font_thunk.cc', | 157         'thunk/ppb_font_thunk.cc', | 
| 158         'thunk/ppb_fullscreen_thunk.cc', | 158         'thunk/ppb_fullscreen_thunk.cc', | 
|  | 159         'thunk/ppb_gamepad_thunk.cc', | 
| 159         'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', | 160         'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', | 
| 160         'thunk/ppb_graphics_2d_api.h', | 161         'thunk/ppb_graphics_2d_api.h', | 
| 161         'thunk/ppb_graphics_2d_thunk.cc', | 162         'thunk/ppb_graphics_2d_thunk.cc', | 
| 162         'thunk/ppb_graphics_3d_api.h', | 163         'thunk/ppb_graphics_3d_api.h', | 
| 163         'thunk/ppb_graphics_3d_thunk.cc', | 164         'thunk/ppb_graphics_3d_thunk.cc', | 
| 164         'thunk/ppb_graphics_3d_trusted_thunk.cc', | 165         'thunk/ppb_graphics_3d_trusted_thunk.cc', | 
| 165         'thunk/ppb_image_data_api.h', | 166         'thunk/ppb_image_data_api.h', | 
| 166         'thunk/ppb_image_data_thunk.cc', | 167         'thunk/ppb_image_data_thunk.cc', | 
| 167         'thunk/ppb_image_data_trusted_thunk.cc', | 168         'thunk/ppb_image_data_trusted_thunk.cc', | 
| 168         'thunk/ppb_instance_api.h', | 169         'thunk/ppb_instance_api.h', | 
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 200         'thunk/ppb_websocket_api.h', | 201         'thunk/ppb_websocket_api.h', | 
| 201         'thunk/ppb_websocket_thunk.cc', | 202         'thunk/ppb_websocket_thunk.cc', | 
| 202         'thunk/ppb_widget_api.h', | 203         'thunk/ppb_widget_api.h', | 
| 203         'thunk/ppb_widget_thunk.cc', | 204         'thunk/ppb_widget_thunk.cc', | 
| 204         'thunk/ppb_zoom_thunk.cc', | 205         'thunk/ppb_zoom_thunk.cc', | 
| 205         'thunk/thunk.h', | 206         'thunk/thunk.h', | 
| 206       ], | 207       ], | 
| 207     }, | 208     }, | 
| 208   ], | 209   ], | 
| 209 } | 210 } | 
| OLD | NEW | 
|---|