| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'shared_impl/ppapi_preferences.h', | 47 'shared_impl/ppapi_preferences.h', |
| 48 'shared_impl/ppb_audio_config_shared.cc', | 48 'shared_impl/ppb_audio_config_shared.cc', |
| 49 'shared_impl/ppb_audio_config_shared.h', | 49 'shared_impl/ppb_audio_config_shared.h', |
| 50 'shared_impl/ppb_audio_input_shared.cc', | 50 'shared_impl/ppb_audio_input_shared.cc', |
| 51 'shared_impl/ppb_audio_input_shared.h', | 51 'shared_impl/ppb_audio_input_shared.h', |
| 52 'shared_impl/ppb_audio_shared.cc', | 52 'shared_impl/ppb_audio_shared.cc', |
| 53 'shared_impl/ppb_audio_shared.h', | 53 'shared_impl/ppb_audio_shared.h', |
| 54 'shared_impl/ppb_char_set_shared.cc', | 54 'shared_impl/ppb_char_set_shared.cc', |
| 55 'shared_impl/ppb_char_set_shared.h', | 55 'shared_impl/ppb_char_set_shared.h', |
| 56 'shared_impl/ppb_crypto_shared.cc', | 56 'shared_impl/ppb_crypto_shared.cc', |
| 57 'shared_impl/ppb_device_ref_shared.cc', |
| 58 'shared_impl/ppb_device_ref_shared.h', |
| 57 'shared_impl/ppb_file_io_shared.cc', | 59 'shared_impl/ppb_file_io_shared.cc', |
| 58 'shared_impl/ppb_file_io_shared.h', | 60 'shared_impl/ppb_file_io_shared.h', |
| 59 'shared_impl/ppb_file_ref_shared.cc', | 61 'shared_impl/ppb_file_ref_shared.cc', |
| 60 'shared_impl/ppb_file_ref_shared.h', | 62 'shared_impl/ppb_file_ref_shared.h', |
| 61 'shared_impl/ppb_font_shared.cc', | 63 'shared_impl/ppb_font_shared.cc', |
| 62 'shared_impl/ppb_font_shared.h', | 64 'shared_impl/ppb_font_shared.h', |
| 63 'shared_impl/ppb_graphics_3d_shared.cc', | 65 'shared_impl/ppb_graphics_3d_shared.cc', |
| 64 'shared_impl/ppb_graphics_3d_shared.h', | 66 'shared_impl/ppb_graphics_3d_shared.h', |
| 65 'shared_impl/ppb_image_data_shared.cc', | 67 'shared_impl/ppb_image_data_shared.cc', |
| 66 'shared_impl/ppb_image_data_shared.h', | 68 'shared_impl/ppb_image_data_shared.h', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 'thunk/ppb_broker_api.h', | 129 'thunk/ppb_broker_api.h', |
| 128 'thunk/ppb_broker_thunk.cc', | 130 'thunk/ppb_broker_thunk.cc', |
| 129 'thunk/ppb_buffer_api.h', | 131 'thunk/ppb_buffer_api.h', |
| 130 'thunk/ppb_buffer_thunk.cc', | 132 'thunk/ppb_buffer_thunk.cc', |
| 131 'thunk/ppb_buffer_trusted_api.h', | 133 'thunk/ppb_buffer_trusted_api.h', |
| 132 'thunk/ppb_buffer_trusted_thunk.cc', | 134 'thunk/ppb_buffer_trusted_thunk.cc', |
| 133 'thunk/ppb_char_set_thunk.cc', | 135 'thunk/ppb_char_set_thunk.cc', |
| 134 'thunk/ppb_console_thunk.cc', | 136 'thunk/ppb_console_thunk.cc', |
| 135 'thunk/ppb_cursor_control_api.h', | 137 'thunk/ppb_cursor_control_api.h', |
| 136 'thunk/ppb_cursor_control_thunk.cc', | 138 'thunk/ppb_cursor_control_thunk.cc', |
| 139 'thunk/ppb_device_ref_api.h', |
| 140 'thunk/ppb_device_ref_thunk.cc', |
| 137 'thunk/ppb_directory_reader_api.h', | 141 'thunk/ppb_directory_reader_api.h', |
| 138 'thunk/ppb_directory_reader_thunk.cc', | 142 'thunk/ppb_directory_reader_thunk.cc', |
| 139 'thunk/ppb_input_event_api.h', | 143 'thunk/ppb_input_event_api.h', |
| 140 'thunk/ppb_input_event_thunk.cc', | 144 'thunk/ppb_input_event_thunk.cc', |
| 141 'thunk/ppb_file_chooser_api.h', | 145 'thunk/ppb_file_chooser_api.h', |
| 142 'thunk/ppb_file_chooser_thunk.cc', | 146 'thunk/ppb_file_chooser_thunk.cc', |
| 143 'thunk/ppb_file_io_api.h', | 147 'thunk/ppb_file_io_api.h', |
| 144 'thunk/ppb_file_io_thunk.cc', | 148 'thunk/ppb_file_io_thunk.cc', |
| 145 'thunk/ppb_file_io_trusted_thunk.cc', | 149 'thunk/ppb_file_io_trusted_thunk.cc', |
| 146 'thunk/ppb_file_ref_api.h', | 150 'thunk/ppb_file_ref_api.h', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 'thunk/ppb_websocket_api.h', | 209 'thunk/ppb_websocket_api.h', |
| 206 'thunk/ppb_websocket_thunk.cc', | 210 'thunk/ppb_websocket_thunk.cc', |
| 207 'thunk/ppb_widget_api.h', | 211 'thunk/ppb_widget_api.h', |
| 208 'thunk/ppb_widget_thunk.cc', | 212 'thunk/ppb_widget_thunk.cc', |
| 209 'thunk/ppb_zoom_thunk.cc', | 213 'thunk/ppb_zoom_thunk.cc', |
| 210 'thunk/thunk.h', | 214 'thunk/thunk.h', |
| 211 ], | 215 ], |
| 212 }, | 216 }, |
| 213 ], | 217 ], |
| 214 } | 218 } |
| OLD | NEW |