| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 'proxy/host_dispatcher.cc', | 64 'proxy/host_dispatcher.cc', |
| 65 'proxy/host_dispatcher.h', | 65 'proxy/host_dispatcher.h', |
| 66 'proxy/host_resolver_private_resource.cc', | 66 'proxy/host_resolver_private_resource.cc', |
| 67 'proxy/host_resolver_private_resource.h', | 67 'proxy/host_resolver_private_resource.h', |
| 68 'proxy/host_var_serialization_rules.cc', | 68 'proxy/host_var_serialization_rules.cc', |
| 69 'proxy/host_var_serialization_rules.h', | 69 'proxy/host_var_serialization_rules.h', |
| 70 'proxy/interface_list.cc', | 70 'proxy/interface_list.cc', |
| 71 'proxy/interface_list.h', | 71 'proxy/interface_list.h', |
| 72 'proxy/interface_proxy.cc', | 72 'proxy/interface_proxy.cc', |
| 73 'proxy/interface_proxy.h', | 73 'proxy/interface_proxy.h', |
| 74 'proxy/locking_resource_releaser.h', | |
| 75 'proxy/pdf_resource.cc', | 74 'proxy/pdf_resource.cc', |
| 76 'proxy/pdf_resource.h', | 75 'proxy/pdf_resource.h', |
| 77 'proxy/plugin_array_buffer_var.cc', | 76 'proxy/plugin_array_buffer_var.cc', |
| 78 'proxy/plugin_array_buffer_var.h', | 77 'proxy/plugin_array_buffer_var.h', |
| 79 'proxy/plugin_dispatcher.cc', | 78 'proxy/plugin_dispatcher.cc', |
| 80 'proxy/plugin_dispatcher.h', | 79 'proxy/plugin_dispatcher.h', |
| 81 'proxy/plugin_globals.cc', | 80 'proxy/plugin_globals.cc', |
| 82 'proxy/plugin_globals.h', | 81 'proxy/plugin_globals.h', |
| 83 'proxy/plugin_main_nacl.cc', | 82 'proxy/plugin_main_nacl.cc', |
| 84 'proxy/plugin_message_filter.cc', | 83 'proxy/plugin_message_filter.cc', |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 'proxy/serialized_flash_menu.cc', | 223 'proxy/serialized_flash_menu.cc', |
| 225 'proxy/talk_resource.cc', | 224 'proxy/talk_resource.cc', |
| 226 'proxy/video_capture_resource.cc', | 225 'proxy/video_capture_resource.cc', |
| 227 ], | 226 ], |
| 228 }], | 227 }], |
| 229 ], | 228 ], |
| 230 }], | 229 }], |
| 231 ], | 230 ], |
| 232 }, | 231 }, |
| 233 } | 232 } |
| OLD | NEW |