| 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', |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 'proxy/proxy_array_output.cc', | 146 'proxy/proxy_array_output.cc', |
| 143 'proxy/proxy_array_output.h', | 147 'proxy/proxy_array_output.h', |
| 144 'proxy/proxy_channel.cc', | 148 'proxy/proxy_channel.cc', |
| 145 'proxy/proxy_channel.h', | 149 'proxy/proxy_channel.h', |
| 146 'proxy/proxy_module.cc', | 150 'proxy/proxy_module.cc', |
| 147 'proxy/proxy_module.h', | 151 'proxy/proxy_module.h', |
| 148 'proxy/proxy_object_var.cc', | 152 'proxy/proxy_object_var.cc', |
| 149 'proxy/proxy_object_var.h', | 153 'proxy/proxy_object_var.h', |
| 150 'proxy/resource_creation_proxy.cc', | 154 'proxy/resource_creation_proxy.cc', |
| 151 'proxy/resource_creation_proxy.h', | 155 'proxy/resource_creation_proxy.h', |
| 156 'proxy/resource_message_params.cc', |
| 157 'proxy/resource_message_params.h', |
| 152 'proxy/serialized_flash_menu.cc', | 158 'proxy/serialized_flash_menu.cc', |
| 153 'proxy/serialized_flash_menu.h', | 159 'proxy/serialized_flash_menu.h', |
| 154 'proxy/serialized_structs.cc', | 160 'proxy/serialized_structs.cc', |
| 155 'proxy/serialized_structs.h', | 161 'proxy/serialized_structs.h', |
| 156 'proxy/serialized_var.cc', | 162 'proxy/serialized_var.cc', |
| 157 'proxy/serialized_var.h', | 163 'proxy/serialized_var.h', |
| 158 'proxy/var_serialization_rules.h', | 164 'proxy/var_serialization_rules.h', |
| 159 ], | 165 ], |
| 160 'defines': [ | 166 'defines': [ |
| 161 'PPAPI_PROXY_IMPLEMENTATION', | 167 'PPAPI_PROXY_IMPLEMENTATION', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 'proxy/ppp_instance_private_proxy.cc', | 199 'proxy/ppp_instance_private_proxy.cc', |
| 194 'proxy/ppp_video_decoder_proxy.cc', | 200 'proxy/ppp_video_decoder_proxy.cc', |
| 195 'proxy/serialized_flash_menu.cc', | 201 'proxy/serialized_flash_menu.cc', |
| 196 ], | 202 ], |
| 197 }], | 203 }], |
| 198 ], | 204 ], |
| 199 }], | 205 }], |
| 200 ], | 206 ], |
| 201 }, | 207 }, |
| 202 } | 208 } |
| OLD | NEW |