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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'proxy/flash_fullscreen_resource.cc', | 48 'proxy/flash_fullscreen_resource.cc', |
49 'proxy/flash_fullscreen_resource.h', | 49 'proxy/flash_fullscreen_resource.h', |
50 'proxy/flash_menu_resource.cc', | 50 'proxy/flash_menu_resource.cc', |
51 'proxy/flash_menu_resource.h', | 51 'proxy/flash_menu_resource.h', |
52 'proxy/flash_resource.cc', | 52 'proxy/flash_resource.cc', |
53 'proxy/flash_resource.h', | 53 'proxy/flash_resource.h', |
54 'proxy/gamepad_resource.cc', | 54 'proxy/gamepad_resource.cc', |
55 'proxy/gamepad_resource.h', | 55 'proxy/gamepad_resource.h', |
56 'proxy/host_dispatcher.cc', | 56 'proxy/host_dispatcher.cc', |
57 'proxy/host_dispatcher.h', | 57 'proxy/host_dispatcher.h', |
| 58 'proxy/host_resolver_private_resource.cc', |
| 59 'proxy/host_resolver_private_resource.h', |
58 'proxy/host_var_serialization_rules.cc', | 60 'proxy/host_var_serialization_rules.cc', |
59 'proxy/host_var_serialization_rules.h', | 61 'proxy/host_var_serialization_rules.h', |
60 'proxy/interface_list.cc', | 62 'proxy/interface_list.cc', |
61 'proxy/interface_list.h', | 63 'proxy/interface_list.h', |
62 'proxy/interface_proxy.cc', | 64 'proxy/interface_proxy.cc', |
63 'proxy/interface_proxy.h', | 65 'proxy/interface_proxy.h', |
64 'proxy/plugin_array_buffer_var.cc', | 66 'proxy/plugin_array_buffer_var.cc', |
65 'proxy/plugin_array_buffer_var.h', | 67 'proxy/plugin_array_buffer_var.h', |
66 'proxy/plugin_dispatcher.cc', | 68 'proxy/plugin_dispatcher.cc', |
67 'proxy/plugin_dispatcher.h', | 69 'proxy/plugin_dispatcher.h', |
(...skipping 26 matching lines...) Expand all Loading... |
94 'proxy/ppb_file_ref_proxy.cc', | 96 'proxy/ppb_file_ref_proxy.cc', |
95 'proxy/ppb_file_ref_proxy.h', | 97 'proxy/ppb_file_ref_proxy.h', |
96 'proxy/ppb_file_system_proxy.cc', | 98 'proxy/ppb_file_system_proxy.cc', |
97 'proxy/ppb_file_system_proxy.h', | 99 'proxy/ppb_file_system_proxy.h', |
98 'proxy/ppb_flash_proxy.cc', | 100 'proxy/ppb_flash_proxy.cc', |
99 'proxy/ppb_flash_proxy.h', | 101 'proxy/ppb_flash_proxy.h', |
100 'proxy/ppb_flash_message_loop_proxy.cc', | 102 'proxy/ppb_flash_message_loop_proxy.cc', |
101 'proxy/ppb_flash_message_loop_proxy.h', | 103 'proxy/ppb_flash_message_loop_proxy.h', |
102 'proxy/ppb_graphics_3d_proxy.cc', | 104 'proxy/ppb_graphics_3d_proxy.cc', |
103 'proxy/ppb_graphics_3d_proxy.h', | 105 'proxy/ppb_graphics_3d_proxy.h', |
104 'proxy/ppb_host_resolver_private_proxy.cc', | |
105 'proxy/ppb_host_resolver_private_proxy.h', | |
106 'proxy/ppb_image_data_proxy.cc', | 106 'proxy/ppb_image_data_proxy.cc', |
107 'proxy/ppb_image_data_proxy.h', | 107 'proxy/ppb_image_data_proxy.h', |
108 'proxy/ppb_instance_proxy.cc', | 108 'proxy/ppb_instance_proxy.cc', |
109 'proxy/ppb_instance_proxy.h', | 109 'proxy/ppb_instance_proxy.h', |
110 'proxy/ppb_message_loop_proxy.cc', | 110 'proxy/ppb_message_loop_proxy.cc', |
111 'proxy/ppb_message_loop_proxy.h', | 111 'proxy/ppb_message_loop_proxy.h', |
112 'proxy/ppb_network_monitor_private_proxy.cc', | 112 'proxy/ppb_network_monitor_private_proxy.cc', |
113 'proxy/ppb_network_monitor_private_proxy.h', | 113 'proxy/ppb_network_monitor_private_proxy.h', |
114 'proxy/ppb_pdf_proxy.cc', | 114 'proxy/ppb_pdf_proxy.cc', |
115 'proxy/ppb_pdf_proxy.h', | 115 'proxy/ppb_pdf_proxy.h', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 'proxy/serialized_flash_menu.cc', | 212 'proxy/serialized_flash_menu.cc', |
213 'proxy/talk_resource.cc', | 213 'proxy/talk_resource.cc', |
214 'proxy/video_capture_resource.cc', | 214 'proxy/video_capture_resource.cc', |
215 ], | 215 ], |
216 }], | 216 }], |
217 ], | 217 ], |
218 }], | 218 }], |
219 ], | 219 ], |
220 }, | 220 }, |
221 } | 221 } |
OLD | NEW |