| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 'proxy/host_dispatcher.cc', | 62 'proxy/host_dispatcher.cc', |
| 63 'proxy/host_dispatcher.h', | 63 'proxy/host_dispatcher.h', |
| 64 'proxy/host_resolver_private_resource.cc', | 64 'proxy/host_resolver_private_resource.cc', |
| 65 'proxy/host_resolver_private_resource.h', | 65 'proxy/host_resolver_private_resource.h', |
| 66 'proxy/host_var_serialization_rules.cc', | 66 'proxy/host_var_serialization_rules.cc', |
| 67 'proxy/host_var_serialization_rules.h', | 67 'proxy/host_var_serialization_rules.h', |
| 68 'proxy/interface_list.cc', | 68 'proxy/interface_list.cc', |
| 69 'proxy/interface_list.h', | 69 'proxy/interface_list.h', |
| 70 'proxy/interface_proxy.cc', | 70 'proxy/interface_proxy.cc', |
| 71 'proxy/interface_proxy.h', | 71 'proxy/interface_proxy.h', |
| 72 'proxy/locking_resource_releaser.h', | |
| 73 'proxy/plugin_array_buffer_var.cc', | 72 'proxy/plugin_array_buffer_var.cc', |
| 74 'proxy/plugin_array_buffer_var.h', | 73 'proxy/plugin_array_buffer_var.h', |
| 75 'proxy/plugin_dispatcher.cc', | 74 'proxy/plugin_dispatcher.cc', |
| 76 'proxy/plugin_dispatcher.h', | 75 'proxy/plugin_dispatcher.h', |
| 77 'proxy/plugin_globals.cc', | 76 'proxy/plugin_globals.cc', |
| 78 'proxy/plugin_globals.h', | 77 'proxy/plugin_globals.h', |
| 79 'proxy/plugin_main_nacl.cc', | 78 'proxy/plugin_main_nacl.cc', |
| 80 'proxy/plugin_message_filter.cc', | 79 'proxy/plugin_message_filter.cc', |
| 81 'proxy/plugin_message_filter.h', | 80 'proxy/plugin_message_filter.h', |
| 82 'proxy/plugin_resource.cc', | 81 'proxy/plugin_resource.cc', |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 'proxy/serialized_flash_menu.cc', | 215 'proxy/serialized_flash_menu.cc', |
| 217 'proxy/talk_resource.cc', | 216 'proxy/talk_resource.cc', |
| 218 'proxy/video_capture_resource.cc', | 217 'proxy/video_capture_resource.cc', |
| 219 ], | 218 ], |
| 220 }], | 219 }], |
| 221 ], | 220 ], |
| 222 }], | 221 }], |
| 223 ], | 222 ], |
| 224 }, | 223 }, |
| 225 } | 224 } |
| OLD | NEW |