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', |
74 'proxy/pdf_resource.cc', | 75 'proxy/pdf_resource.cc', |
75 'proxy/pdf_resource.h', | 76 'proxy/pdf_resource.h', |
76 'proxy/plugin_array_buffer_var.cc', | 77 'proxy/plugin_array_buffer_var.cc', |
77 'proxy/plugin_array_buffer_var.h', | 78 'proxy/plugin_array_buffer_var.h', |
78 'proxy/plugin_dispatcher.cc', | 79 'proxy/plugin_dispatcher.cc', |
79 'proxy/plugin_dispatcher.h', | 80 'proxy/plugin_dispatcher.h', |
80 'proxy/plugin_globals.cc', | 81 'proxy/plugin_globals.cc', |
81 'proxy/plugin_globals.h', | 82 'proxy/plugin_globals.h', |
82 'proxy/plugin_main_nacl.cc', | 83 'proxy/plugin_main_nacl.cc', |
83 'proxy/plugin_message_filter.cc', | 84 'proxy/plugin_message_filter.cc', |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 'proxy/serialized_flash_menu.cc', | 224 'proxy/serialized_flash_menu.cc', |
224 'proxy/talk_resource.cc', | 225 'proxy/talk_resource.cc', |
225 'proxy/video_capture_resource.cc', | 226 'proxy/video_capture_resource.cc', |
226 ], | 227 ], |
227 }], | 228 }], |
228 ], | 229 ], |
229 }], | 230 }], |
230 ], | 231 ], |
231 }, | 232 }, |
232 } | 233 } |
OLD | NEW |