| 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 'variables': { | 6 'variables': { |
| 7 'conditions': [ | 7 'conditions': [ |
| 8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
| 9 'webkit_src_dir': '../../../..', | 9 'webkit_src_dir': '../../../..', |
| 10 },{ | 10 },{ |
| 11 'webkit_src_dir': '../third_party/WebKit', | 11 'webkit_src_dir': '../third_party/WebKit', |
| 12 }], | 12 }], |
| 13 ], | 13 ], |
| 14 }, | 14 }, |
| 15 'target_defaults': { | 15 'target_defaults': { |
| 16 'variables': { | 16 'variables': { |
| 17 'ppapi_shared_target': 0, | 17 'ppapi_shared_target': 0, |
| 18 }, | 18 }, |
| 19 'target_conditions': [ | 19 'target_conditions': [ |
| 20 # This part is shared between the targets defined below. | 20 # This part is shared between the targets defined below. |
| 21 ['ppapi_shared_target==1', { | 21 ['ppapi_shared_target==1', { |
| 22 'sources': [ | 22 'sources': [ |
| 23 'shared_impl/array_writer.cc', | 23 'shared_impl/array_writer.cc', |
| 24 'shared_impl/array_writer.h', | 24 'shared_impl/array_writer.h', |
| 25 'shared_impl/callback_tracker.cc', | 25 'shared_impl/callback_tracker.cc', |
| 26 'shared_impl/callback_tracker.h', | 26 'shared_impl/callback_tracker.h', |
| 27 'shared_impl/file_io_state_manager.cc', |
| 28 'shared_impl/file_io_state_manager.h', |
| 27 'shared_impl/file_path.cc', | 29 'shared_impl/file_path.cc', |
| 28 'shared_impl/file_path.h', | 30 'shared_impl/file_path.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_permissions.cc', | 43 'shared_impl/ppapi_permissions.cc', |
| 42 'shared_impl/ppapi_permissions.h', | 44 'shared_impl/ppapi_permissions.h', |
| 43 'shared_impl/ppapi_preferences.cc', | 45 'shared_impl/ppapi_preferences.cc', |
| 44 'shared_impl/ppapi_preferences.h', | 46 'shared_impl/ppapi_preferences.h', |
| 45 'shared_impl/ppapi_switches.cc', | 47 'shared_impl/ppapi_switches.cc', |
| 46 'shared_impl/ppapi_switches.h', | 48 'shared_impl/ppapi_switches.h', |
| 47 'shared_impl/ppb_audio_config_shared.cc', | 49 'shared_impl/ppb_audio_config_shared.cc', |
| 48 'shared_impl/ppb_audio_config_shared.h', | 50 'shared_impl/ppb_audio_config_shared.h', |
| 49 'shared_impl/ppb_audio_shared.cc', | 51 'shared_impl/ppb_audio_shared.cc', |
| 50 'shared_impl/ppb_audio_shared.h', | 52 'shared_impl/ppb_audio_shared.h', |
| 51 'shared_impl/ppb_crypto_shared.cc', | 53 'shared_impl/ppb_crypto_shared.cc', |
| 52 'shared_impl/ppb_device_ref_shared.cc', | 54 'shared_impl/ppb_device_ref_shared.cc', |
| 53 'shared_impl/ppb_device_ref_shared.h', | 55 'shared_impl/ppb_device_ref_shared.h', |
| 54 'shared_impl/ppb_file_io_shared.cc', | |
| 55 'shared_impl/ppb_file_io_shared.h', | |
| 56 'shared_impl/ppb_file_ref_shared.cc', | 56 'shared_impl/ppb_file_ref_shared.cc', |
| 57 'shared_impl/ppb_file_ref_shared.h', | 57 'shared_impl/ppb_file_ref_shared.h', |
| 58 'shared_impl/ppb_flash_shared.cc', | 58 'shared_impl/ppb_flash_shared.cc', |
| 59 'shared_impl/ppb_flash_shared.h', | 59 'shared_impl/ppb_flash_shared.h', |
| 60 'shared_impl/ppb_gamepad_shared.cc', | 60 'shared_impl/ppb_gamepad_shared.cc', |
| 61 'shared_impl/ppb_gamepad_shared.h', | 61 'shared_impl/ppb_gamepad_shared.h', |
| 62 'shared_impl/ppb_graphics_3d_shared.cc', | 62 'shared_impl/ppb_graphics_3d_shared.cc', |
| 63 'shared_impl/ppb_graphics_3d_shared.h', | 63 'shared_impl/ppb_graphics_3d_shared.h', |
| 64 'shared_impl/ppb_image_data_shared.cc', | 64 'shared_impl/ppb_image_data_shared.cc', |
| 65 'shared_impl/ppb_image_data_shared.h', | 65 'shared_impl/ppb_image_data_shared.h', |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 'thunk/ppb_tcp_socket_private_thunk.cc', | 307 'thunk/ppb_tcp_socket_private_thunk.cc', |
| 308 'thunk/ppb_udp_socket_private_thunk.cc', | 308 'thunk/ppb_udp_socket_private_thunk.cc', |
| 309 'thunk/ppb_x509_certificate_private_thunk.cc', | 309 'thunk/ppb_x509_certificate_private_thunk.cc', |
| 310 ], | 310 ], |
| 311 }], | 311 }], |
| 312 ], | 312 ], |
| 313 }], | 313 }], |
| 314 ], | 314 ], |
| 315 }, | 315 }, |
| 316 } | 316 } |
| OLD | NEW |