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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'ppapi_proxy', | 8 'target_name': 'ppapi_proxy', |
9 'type': '<(component)', | 9 'type': '<(component)', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 30 matching lines...) Expand all Loading... |
41 'proxy/dispatcher.h', | 41 'proxy/dispatcher.h', |
42 'proxy/enter_proxy.h', | 42 'proxy/enter_proxy.h', |
43 'proxy/host_dispatcher.cc', | 43 'proxy/host_dispatcher.cc', |
44 'proxy/host_dispatcher.h', | 44 'proxy/host_dispatcher.h', |
45 'proxy/host_var_serialization_rules.cc', | 45 'proxy/host_var_serialization_rules.cc', |
46 'proxy/host_var_serialization_rules.h', | 46 'proxy/host_var_serialization_rules.h', |
47 'proxy/interface_list.cc', | 47 'proxy/interface_list.cc', |
48 'proxy/interface_list.h', | 48 'proxy/interface_list.h', |
49 'proxy/interface_proxy.cc', | 49 'proxy/interface_proxy.cc', |
50 'proxy/interface_proxy.h', | 50 'proxy/interface_proxy.h', |
| 51 'proxy/pepper_file_messages.cc', |
| 52 'proxy/pepper_file_messages.h', |
51 'proxy/plugin_array_buffer_var.cc', | 53 'proxy/plugin_array_buffer_var.cc', |
52 'proxy/plugin_array_buffer_var.h', | 54 'proxy/plugin_array_buffer_var.h', |
53 'proxy/plugin_dispatcher.cc', | 55 'proxy/plugin_dispatcher.cc', |
54 'proxy/plugin_dispatcher.h', | 56 'proxy/plugin_dispatcher.h', |
55 'proxy/plugin_globals.cc', | 57 'proxy/plugin_globals.cc', |
56 'proxy/plugin_globals.h', | 58 'proxy/plugin_globals.h', |
57 'proxy/plugin_message_filter.cc', | 59 'proxy/plugin_message_filter.cc', |
58 'proxy/plugin_message_filter.h', | 60 'proxy/plugin_message_filter.h', |
59 'proxy/plugin_resource_tracker.cc', | 61 'proxy/plugin_resource_tracker.cc', |
60 'proxy/plugin_resource_tracker.h', | 62 'proxy/plugin_resource_tracker.h', |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 'proxy/serialized_var.cc', | 169 'proxy/serialized_var.cc', |
168 'proxy/serialized_var.h', | 170 'proxy/serialized_var.h', |
169 'proxy/var_serialization_rules.h', | 171 'proxy/var_serialization_rules.h', |
170 ], | 172 ], |
171 'defines': [ | 173 'defines': [ |
172 'PPAPI_PROXY_IMPLEMENTATION', | 174 'PPAPI_PROXY_IMPLEMENTATION', |
173 ], | 175 ], |
174 }, | 176 }, |
175 ], | 177 ], |
176 } | 178 } |
OLD | NEW |