| 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': [ |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'proxy/host_resolver_resource_base.h', | 73 'proxy/host_resolver_resource_base.h', |
| 74 'proxy/host_var_serialization_rules.cc', | 74 'proxy/host_var_serialization_rules.cc', |
| 75 'proxy/host_var_serialization_rules.h', | 75 'proxy/host_var_serialization_rules.h', |
| 76 'proxy/interface_list.cc', | 76 'proxy/interface_list.cc', |
| 77 'proxy/interface_list.h', | 77 'proxy/interface_list.h', |
| 78 'proxy/interface_proxy.cc', | 78 'proxy/interface_proxy.cc', |
| 79 'proxy/interface_proxy.h', | 79 'proxy/interface_proxy.h', |
| 80 'proxy/locking_resource_releaser.h', | 80 'proxy/locking_resource_releaser.h', |
| 81 'proxy/net_address_resource.cc', | 81 'proxy/net_address_resource.cc', |
| 82 'proxy/net_address_resource.h', | 82 'proxy/net_address_resource.h', |
| 83 'proxy/network_proxy_resource.cc', |
| 84 'proxy/network_proxy_resource.h', |
| 83 'proxy/pdf_resource.cc', | 85 'proxy/pdf_resource.cc', |
| 84 'proxy/pdf_resource.h', | 86 'proxy/pdf_resource.h', |
| 85 'proxy/plugin_array_buffer_var.cc', | 87 'proxy/plugin_array_buffer_var.cc', |
| 86 'proxy/plugin_array_buffer_var.h', | 88 'proxy/plugin_array_buffer_var.h', |
| 87 'proxy/plugin_dispatcher.cc', | 89 'proxy/plugin_dispatcher.cc', |
| 88 'proxy/plugin_dispatcher.h', | 90 'proxy/plugin_dispatcher.h', |
| 89 'proxy/plugin_globals.cc', | 91 'proxy/plugin_globals.cc', |
| 90 'proxy/plugin_globals.h', | 92 'proxy/plugin_globals.h', |
| 91 'proxy/plugin_main_nacl.cc', | 93 'proxy/plugin_main_nacl.cc', |
| 92 'proxy/plugin_message_filter.cc', | 94 'proxy/plugin_message_filter.cc', |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 'proxy/video_capture_resource.cc', | 244 'proxy/video_capture_resource.cc', |
| 243 'proxy/video_destination_resource.cc', | 245 'proxy/video_destination_resource.cc', |
| 244 'proxy/video_source_resource.cc', | 246 'proxy/video_source_resource.cc', |
| 245 ], | 247 ], |
| 246 }], | 248 }], |
| 247 ], | 249 ], |
| 248 }], | 250 }], |
| 249 ], | 251 ], |
| 250 }, | 252 }, |
| 251 } | 253 } |
| OLD | NEW |