| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 'proxy/host_resolver_resource.cc', | 70 'proxy/host_resolver_resource.cc', |
| 71 'proxy/host_resolver_resource.h', | 71 'proxy/host_resolver_resource.h', |
| 72 'proxy/host_resolver_resource_base.cc', | 72 'proxy/host_resolver_resource_base.cc', |
| 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/io_stream_resource.cc', |
| 81 'proxy/io_stream_resource.h', |
| 80 'proxy/isolated_file_system_private_resource.cc', | 82 'proxy/isolated_file_system_private_resource.cc', |
| 81 'proxy/isolated_file_system_private_resource.h', | 83 'proxy/isolated_file_system_private_resource.h', |
| 82 'proxy/locking_resource_releaser.h', | 84 'proxy/locking_resource_releaser.h', |
| 83 'proxy/net_address_resource.cc', | 85 'proxy/net_address_resource.cc', |
| 84 'proxy/net_address_resource.h', | 86 'proxy/net_address_resource.h', |
| 85 'proxy/network_list_resource.cc', | 87 'proxy/network_list_resource.cc', |
| 86 'proxy/network_list_resource.h', | 88 'proxy/network_list_resource.h', |
| 87 'proxy/network_monitor_resource.cc', | 89 'proxy/network_monitor_resource.cc', |
| 88 'proxy/network_monitor_resource.h', | 90 'proxy/network_monitor_resource.h', |
| 89 'proxy/network_proxy_resource.cc', | 91 'proxy/network_proxy_resource.cc', |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 'proxy/serialized_flash_menu.cc', | 257 'proxy/serialized_flash_menu.cc', |
| 256 'proxy/talk_resource.cc', | 258 'proxy/talk_resource.cc', |
| 257 'proxy/video_capture_resource.cc', | 259 'proxy/video_capture_resource.cc', |
| 258 ], | 260 ], |
| 259 }], | 261 }], |
| 260 ], | 262 ], |
| 261 }], | 263 }], |
| 262 ], | 264 ], |
| 263 }, | 265 }, |
| 264 } | 266 } |
| OLD | NEW |