| 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_proxy_target': 0, | 8 'ppapi_proxy_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_proxy_target==1', { | 12 ['ppapi_proxy_target==1', { |
| 13 'sources': [ | 13 'sources': [ |
| 14 # Take some standalone files from the C++ wrapper allowing us to more | 14 # Take some standalone files from the C++ wrapper allowing us to more |
| 15 # easily make async callbacks in the proxy. We can't depend on the | 15 # easily make async callbacks in the proxy. We can't depend on the |
| 16 # full C++ wrappers at this layer since the C++ wrappers expect | 16 # full C++ wrappers at this layer since the C++ wrappers expect |
| 17 # symbols defining the globals for "being a plugin" which we are not. | 17 # symbols defining the globals for "being a plugin" which we are not. |
| 18 # These callback files are standalone. | 18 # These callback files are standalone. |
| 19 'cpp/completion_callback.h', | 19 'cpp/completion_callback.h', |
| 20 'utility/completion_callback_factory.h', | 20 'utility/completion_callback_factory.h', |
| 21 | 21 |
| 22 'proxy/broker_dispatcher.cc', | 22 'proxy/broker_dispatcher.cc', |
| 23 'proxy/broker_dispatcher.h', | 23 'proxy/broker_dispatcher.h', |
| 24 'proxy/dispatcher.cc', | 24 'proxy/dispatcher.cc', |
| 25 'proxy/dispatcher.h', | 25 'proxy/dispatcher.h', |
| 26 'proxy/enter_proxy.h', | 26 'proxy/enter_proxy.h', |
| 27 'proxy/file_chooser_resource.cc', |
| 28 'proxy/file_chooser_resource.h', |
| 27 'proxy/host_dispatcher.cc', | 29 'proxy/host_dispatcher.cc', |
| 28 'proxy/host_dispatcher.h', | 30 'proxy/host_dispatcher.h', |
| 29 'proxy/host_var_serialization_rules.cc', | 31 'proxy/host_var_serialization_rules.cc', |
| 30 'proxy/host_var_serialization_rules.h', | 32 'proxy/host_var_serialization_rules.h', |
| 31 'proxy/interface_list.cc', | 33 'proxy/interface_list.cc', |
| 32 'proxy/interface_list.h', | 34 'proxy/interface_list.h', |
| 33 'proxy/interface_proxy.cc', | 35 'proxy/interface_proxy.cc', |
| 34 'proxy/interface_proxy.h', | 36 'proxy/interface_proxy.h', |
| 35 'proxy/pepper_file_messages.cc', | 37 'proxy/pepper_file_messages.cc', |
| 36 'proxy/pepper_file_messages.h', | 38 'proxy/pepper_file_messages.h', |
| 37 'proxy/plugin_array_buffer_var.cc', | 39 'proxy/plugin_array_buffer_var.cc', |
| 38 'proxy/plugin_array_buffer_var.h', | 40 'proxy/plugin_array_buffer_var.h', |
| 39 'proxy/plugin_dispatcher.cc', | 41 'proxy/plugin_dispatcher.cc', |
| 40 'proxy/plugin_dispatcher.h', | 42 'proxy/plugin_dispatcher.h', |
| 41 'proxy/plugin_globals.cc', | 43 'proxy/plugin_globals.cc', |
| 42 'proxy/plugin_globals.h', | 44 'proxy/plugin_globals.h', |
| 43 'proxy/plugin_main_nacl.cc', | 45 'proxy/plugin_main_nacl.cc', |
| 44 'proxy/plugin_message_filter.cc', | 46 'proxy/plugin_message_filter.cc', |
| 45 'proxy/plugin_message_filter.h', | 47 'proxy/plugin_message_filter.h', |
| 48 'proxy/plugin_resource.cc', |
| 49 'proxy/plugin_resource.h', |
| 46 'proxy/plugin_resource_tracker.cc', | 50 'proxy/plugin_resource_tracker.cc', |
| 47 'proxy/plugin_resource_tracker.h', | 51 'proxy/plugin_resource_tracker.h', |
| 48 'proxy/plugin_var_serialization_rules.cc', | 52 'proxy/plugin_var_serialization_rules.cc', |
| 49 'proxy/plugin_var_serialization_rules.h', | 53 'proxy/plugin_var_serialization_rules.h', |
| 50 'proxy/plugin_var_tracker.cc', | 54 'proxy/plugin_var_tracker.cc', |
| 51 'proxy/plugin_var_tracker.h', | 55 'proxy/plugin_var_tracker.h', |
| 52 'proxy/ppapi_messages.cc', | 56 'proxy/ppapi_messages.cc', |
| 53 'proxy/ppapi_messages.h', | 57 'proxy/ppapi_messages.h', |
| 54 'proxy/ppapi_command_buffer_proxy.h', | 58 'proxy/ppapi_command_buffer_proxy.h', |
| 55 'proxy/ppapi_command_buffer_proxy.cc', | 59 'proxy/ppapi_command_buffer_proxy.cc', |
| 56 'proxy/ppapi_param_traits.cc', | 60 'proxy/ppapi_param_traits.cc', |
| 57 'proxy/ppapi_param_traits.h', | 61 'proxy/ppapi_param_traits.h', |
| 58 'proxy/ppb_audio_input_proxy.cc', | 62 'proxy/ppb_audio_input_proxy.cc', |
| 59 'proxy/ppb_audio_input_proxy.h', | 63 'proxy/ppb_audio_input_proxy.h', |
| 60 'proxy/ppb_audio_proxy.cc', | 64 'proxy/ppb_audio_proxy.cc', |
| 61 'proxy/ppb_audio_proxy.h', | 65 'proxy/ppb_audio_proxy.h', |
| 62 'proxy/ppb_broker_proxy.cc', | 66 'proxy/ppb_broker_proxy.cc', |
| 63 'proxy/ppb_broker_proxy.h', | 67 'proxy/ppb_broker_proxy.h', |
| 64 'proxy/ppb_buffer_proxy.cc', | 68 'proxy/ppb_buffer_proxy.cc', |
| 65 'proxy/ppb_buffer_proxy.h', | 69 'proxy/ppb_buffer_proxy.h', |
| 66 'proxy/ppb_core_proxy.cc', | 70 'proxy/ppb_core_proxy.cc', |
| 67 'proxy/ppb_core_proxy.h', | 71 'proxy/ppb_core_proxy.h', |
| 68 'proxy/ppb_file_chooser_proxy.cc', | |
| 69 'proxy/ppb_file_chooser_proxy.h', | |
| 70 'proxy/ppb_file_io_proxy.cc', | 72 'proxy/ppb_file_io_proxy.cc', |
| 71 'proxy/ppb_file_io_proxy.h', | 73 'proxy/ppb_file_io_proxy.h', |
| 72 'proxy/ppb_file_ref_proxy.cc', | 74 'proxy/ppb_file_ref_proxy.cc', |
| 73 'proxy/ppb_file_ref_proxy.h', | 75 'proxy/ppb_file_ref_proxy.h', |
| 74 'proxy/ppb_file_system_proxy.cc', | 76 'proxy/ppb_file_system_proxy.cc', |
| 75 'proxy/ppb_file_system_proxy.h', | 77 'proxy/ppb_file_system_proxy.h', |
| 76 'proxy/ppb_flash_device_id_proxy.cc', | 78 'proxy/ppb_flash_device_id_proxy.cc', |
| 77 'proxy/ppb_flash_device_id_proxy.h', | 79 'proxy/ppb_flash_device_id_proxy.h', |
| 78 'proxy/ppb_flash_proxy.cc', | 80 'proxy/ppb_flash_proxy.cc', |
| 79 'proxy/ppb_flash_proxy.h', | 81 'proxy/ppb_flash_proxy.h', |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 'proxy/ppp_instance_private_proxy.cc', | 197 'proxy/ppp_instance_private_proxy.cc', |
| 196 'proxy/ppp_video_decoder_proxy.cc', | 198 'proxy/ppp_video_decoder_proxy.cc', |
| 197 'proxy/serialized_flash_menu.cc', | 199 'proxy/serialized_flash_menu.cc', |
| 198 ], | 200 ], |
| 199 }], | 201 }], |
| 200 ], | 202 ], |
| 201 }], | 203 }], |
| 202 ], | 204 ], |
| 203 }, | 205 }, |
| 204 } | 206 } |
| OLD | NEW |