| 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'ppapi_shared_target': 0, | 8 'ppapi_shared_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| 11 # This part is shared between the targets defined below. | 11 # This part is shared between the targets defined below. |
| 12 ['ppapi_shared_target==1', { | 12 ['ppapi_shared_target==1', { |
| 13 'sources': [ | 13 'sources': [ |
| 14 'shared_impl/array_var.cc', | 14 'shared_impl/array_var.cc', |
| 15 'shared_impl/array_var.h', | 15 'shared_impl/array_var.h', |
| 16 'shared_impl/array_writer.cc', | 16 'shared_impl/array_writer.cc', |
| 17 'shared_impl/array_writer.h', | 17 'shared_impl/array_writer.h', |
| 18 'shared_impl/callback_tracker.cc', | 18 'shared_impl/callback_tracker.cc', |
| 19 'shared_impl/callback_tracker.h', | 19 'shared_impl/callback_tracker.h', |
| 20 'shared_impl/dictionary_var.cc', | 20 'shared_impl/dictionary_var.cc', |
| 21 'shared_impl/dictionary_var.h', | 21 'shared_impl/dictionary_var.h', |
| 22 'shared_impl/file_io_state_manager.cc', | 22 'shared_impl/file_io_state_manager.cc', |
| 23 'shared_impl/file_io_state_manager.h', | 23 'shared_impl/file_io_state_manager.h', |
| 24 'shared_impl/file_path.cc', | 24 'shared_impl/file_path.cc', |
| 25 'shared_impl/file_path.h', | 25 'shared_impl/file_path.h', |
| 26 'shared_impl/file_ref_create_info.cc', |
| 26 'shared_impl/file_ref_create_info.h', | 27 'shared_impl/file_ref_create_info.h', |
| 28 'shared_impl/file_ref_detailed_info.h', |
| 27 'shared_impl/file_ref_util.cc', | 29 'shared_impl/file_ref_util.cc', |
| 28 'shared_impl/file_ref_util.h', | 30 'shared_impl/file_ref_util.h', |
| 29 'shared_impl/file_type_conversion.cc', | 31 'shared_impl/file_type_conversion.cc', |
| 30 'shared_impl/file_type_conversion.h', | 32 'shared_impl/file_type_conversion.h', |
| 31 'shared_impl/flash_clipboard_format_registry.cc', | 33 'shared_impl/flash_clipboard_format_registry.cc', |
| 32 'shared_impl/flash_clipboard_format_registry.h', | 34 'shared_impl/flash_clipboard_format_registry.h', |
| 33 'shared_impl/host_resource.cc', | 35 'shared_impl/host_resource.cc', |
| 34 'shared_impl/host_resource.h', | 36 'shared_impl/host_resource.h', |
| 35 'shared_impl/id_assignment.cc', | 37 'shared_impl/id_assignment.cc', |
| 36 'shared_impl/id_assignment.h', | 38 'shared_impl/id_assignment.h', |
| 37 'shared_impl/platform_file.cc', | 39 'shared_impl/platform_file.cc', |
| 38 'shared_impl/platform_file.h', | 40 'shared_impl/platform_file.h', |
| 39 'shared_impl/ppapi_globals.cc', | 41 'shared_impl/ppapi_globals.cc', |
| 40 'shared_impl/ppapi_globals.h', | 42 'shared_impl/ppapi_globals.h', |
| 41 'shared_impl/ppapi_nacl_channel_args.cc', | 43 'shared_impl/ppapi_nacl_channel_args.cc', |
| 42 'shared_impl/ppapi_nacl_channel_args.h', | 44 'shared_impl/ppapi_nacl_channel_args.h', |
| 43 'shared_impl/ppapi_permissions.cc', | 45 'shared_impl/ppapi_permissions.cc', |
| 44 'shared_impl/ppapi_permissions.h', | 46 'shared_impl/ppapi_permissions.h', |
| 45 'shared_impl/ppapi_preferences.cc', | 47 'shared_impl/ppapi_preferences.cc', |
| 46 'shared_impl/ppapi_preferences.h', | 48 'shared_impl/ppapi_preferences.h', |
| 47 'shared_impl/ppapi_switches.cc', | 49 'shared_impl/ppapi_switches.cc', |
| 48 'shared_impl/ppapi_switches.h', | 50 'shared_impl/ppapi_switches.h', |
| 49 'shared_impl/ppb_audio_config_shared.cc', | 51 'shared_impl/ppb_audio_config_shared.cc', |
| 50 'shared_impl/ppb_audio_config_shared.h', | 52 'shared_impl/ppb_audio_config_shared.h', |
| 51 'shared_impl/ppb_audio_shared.cc', | 53 'shared_impl/ppb_audio_shared.cc', |
| 52 'shared_impl/ppb_audio_shared.h', | 54 'shared_impl/ppb_audio_shared.h', |
| 53 'shared_impl/ppb_crypto_shared.cc', | 55 'shared_impl/ppb_crypto_shared.cc', |
| 54 'shared_impl/ppb_device_ref_shared.cc', | 56 'shared_impl/ppb_device_ref_shared.cc', |
| 55 'shared_impl/ppb_device_ref_shared.h', | 57 'shared_impl/ppb_device_ref_shared.h', |
| 56 'shared_impl/ppb_file_ref_shared.cc', | |
| 57 'shared_impl/ppb_file_ref_shared.h', | |
| 58 'shared_impl/ppb_gamepad_shared.cc', | 58 'shared_impl/ppb_gamepad_shared.cc', |
| 59 'shared_impl/ppb_gamepad_shared.h', | 59 'shared_impl/ppb_gamepad_shared.h', |
| 60 'shared_impl/ppb_graphics_3d_shared.cc', | 60 'shared_impl/ppb_graphics_3d_shared.cc', |
| 61 'shared_impl/ppb_graphics_3d_shared.h', | 61 'shared_impl/ppb_graphics_3d_shared.h', |
| 62 'shared_impl/ppb_image_data_shared.cc', | 62 'shared_impl/ppb_image_data_shared.cc', |
| 63 'shared_impl/ppb_image_data_shared.h', | 63 'shared_impl/ppb_image_data_shared.h', |
| 64 'shared_impl/ppb_input_event_shared.cc', | 64 'shared_impl/ppb_input_event_shared.cc', |
| 65 'shared_impl/ppb_input_event_shared.h', | 65 'shared_impl/ppb_input_event_shared.h', |
| 66 'shared_impl/ppb_instance_shared.cc', | 66 'shared_impl/ppb_instance_shared.cc', |
| 67 'shared_impl/ppb_instance_shared.h', | 67 'shared_impl/ppb_instance_shared.h', |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 'thunk/ppb_tcp_socket_private_thunk.cc', | 333 'thunk/ppb_tcp_socket_private_thunk.cc', |
| 334 'thunk/ppb_udp_socket_private_thunk.cc', | 334 'thunk/ppb_udp_socket_private_thunk.cc', |
| 335 'thunk/ppb_x509_certificate_private_thunk.cc', | 335 'thunk/ppb_x509_certificate_private_thunk.cc', |
| 336 ], | 336 ], |
| 337 }], | 337 }], |
| 338 ], | 338 ], |
| 339 }], | 339 }], |
| 340 ], | 340 ], |
| 341 }, | 341 }, |
| 342 } | 342 } |
| OLD | NEW |