| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'proxy/host_dispatcher.h', | 67 'proxy/host_dispatcher.h', |
| 68 'proxy/host_resolver_private_resource.cc', | 68 'proxy/host_resolver_private_resource.cc', |
| 69 'proxy/host_resolver_private_resource.h', | 69 'proxy/host_resolver_private_resource.h', |
| 70 'proxy/host_var_serialization_rules.cc', | 70 'proxy/host_var_serialization_rules.cc', |
| 71 'proxy/host_var_serialization_rules.h', | 71 'proxy/host_var_serialization_rules.h', |
| 72 'proxy/interface_list.cc', | 72 'proxy/interface_list.cc', |
| 73 'proxy/interface_list.h', | 73 'proxy/interface_list.h', |
| 74 'proxy/interface_proxy.cc', | 74 'proxy/interface_proxy.cc', |
| 75 'proxy/interface_proxy.h', | 75 'proxy/interface_proxy.h', |
| 76 'proxy/locking_resource_releaser.h', | 76 'proxy/locking_resource_releaser.h', |
| 77 'proxy/net_address_resource.cc', |
| 78 'proxy/net_address_resource.h', |
| 77 'proxy/pdf_resource.cc', | 79 'proxy/pdf_resource.cc', |
| 78 'proxy/pdf_resource.h', | 80 'proxy/pdf_resource.h', |
| 79 'proxy/plugin_array_buffer_var.cc', | 81 'proxy/plugin_array_buffer_var.cc', |
| 80 'proxy/plugin_array_buffer_var.h', | 82 'proxy/plugin_array_buffer_var.h', |
| 81 'proxy/plugin_dispatcher.cc', | 83 'proxy/plugin_dispatcher.cc', |
| 82 'proxy/plugin_dispatcher.h', | 84 'proxy/plugin_dispatcher.h', |
| 83 'proxy/plugin_globals.cc', | 85 'proxy/plugin_globals.cc', |
| 84 'proxy/plugin_globals.h', | 86 'proxy/plugin_globals.h', |
| 85 'proxy/plugin_main_nacl.cc', | 87 'proxy/plugin_main_nacl.cc', |
| 86 'proxy/plugin_message_filter.cc', | 88 'proxy/plugin_message_filter.cc', |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 'proxy/video_capture_resource.cc', | 232 'proxy/video_capture_resource.cc', |
| 231 'proxy/video_destination_resource.cc', | 233 'proxy/video_destination_resource.cc', |
| 232 'proxy/video_source_resource.cc', | 234 'proxy/video_source_resource.cc', |
| 233 ], | 235 ], |
| 234 }], | 236 }], |
| 235 ], | 237 ], |
| 236 }], | 238 }], |
| 237 ], | 239 ], |
| 238 }, | 240 }, |
| 239 } | 241 } |
| OLD | NEW |