| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 'proxy/interface_proxy.h', | 81 'proxy/interface_proxy.h', |
| 82 'proxy/locking_resource_releaser.h', | 82 'proxy/locking_resource_releaser.h', |
| 83 'proxy/net_address_resource.cc', | 83 'proxy/net_address_resource.cc', |
| 84 'proxy/net_address_resource.h', | 84 'proxy/net_address_resource.h', |
| 85 'proxy/network_list_resource.cc', | 85 'proxy/network_list_resource.cc', |
| 86 'proxy/network_list_resource.h', | 86 'proxy/network_list_resource.h', |
| 87 'proxy/network_monitor_resource.cc', | 87 'proxy/network_monitor_resource.cc', |
| 88 'proxy/network_monitor_resource.h', | 88 'proxy/network_monitor_resource.h', |
| 89 'proxy/network_proxy_resource.cc', | 89 'proxy/network_proxy_resource.cc', |
| 90 'proxy/network_proxy_resource.h', | 90 'proxy/network_proxy_resource.h', |
| 91 'proxy/output_protection_resource.cc', |
| 92 'proxy/output_protection_resource.h', |
| 91 'proxy/pdf_resource.cc', | 93 'proxy/pdf_resource.cc', |
| 92 'proxy/pdf_resource.h', | 94 'proxy/pdf_resource.h', |
| 93 'proxy/platform_verification_private_resource.cc', | 95 'proxy/platform_verification_private_resource.cc', |
| 94 'proxy/platform_verification_private_resource.h', | 96 'proxy/platform_verification_private_resource.h', |
| 95 'proxy/plugin_array_buffer_var.cc', | 97 'proxy/plugin_array_buffer_var.cc', |
| 96 'proxy/plugin_array_buffer_var.h', | 98 'proxy/plugin_array_buffer_var.h', |
| 97 'proxy/plugin_dispatcher.cc', | 99 'proxy/plugin_dispatcher.cc', |
| 98 'proxy/plugin_dispatcher.h', | 100 'proxy/plugin_dispatcher.h', |
| 99 'proxy/plugin_globals.cc', | 101 'proxy/plugin_globals.cc', |
| 100 'proxy/plugin_globals.h', | 102 'proxy/plugin_globals.h', |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 'proxy/serialized_flash_menu.cc', | 251 'proxy/serialized_flash_menu.cc', |
| 250 'proxy/talk_resource.cc', | 252 'proxy/talk_resource.cc', |
| 251 'proxy/video_capture_resource.cc', | 253 'proxy/video_capture_resource.cc', |
| 252 ], | 254 ], |
| 253 }], | 255 }], |
| 254 ], | 256 ], |
| 255 }], | 257 }], |
| 256 ], | 258 ], |
| 257 }, | 259 }, |
| 258 } | 260 } |
| OLD | NEW |