OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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_shared_impl', | 8 'target_name': 'ppapi_shared_impl', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 'proxy/dispatcher.h', | 51 'proxy/dispatcher.h', |
52 'proxy/host_dispatcher.cc', | 52 'proxy/host_dispatcher.cc', |
53 'proxy/host_dispatcher.h', | 53 'proxy/host_dispatcher.h', |
54 'proxy/host_resource.h', | 54 'proxy/host_resource.h', |
55 'proxy/host_var_serialization_rules.cc', | 55 'proxy/host_var_serialization_rules.cc', |
56 'proxy/host_var_serialization_rules.h', | 56 'proxy/host_var_serialization_rules.h', |
57 'proxy/interface_proxy.cc', | 57 'proxy/interface_proxy.cc', |
58 'proxy/interface_proxy.h', | 58 'proxy/interface_proxy.h', |
59 'proxy/plugin_dispatcher.cc', | 59 'proxy/plugin_dispatcher.cc', |
60 'proxy/plugin_dispatcher.h', | 60 'proxy/plugin_dispatcher.h', |
| 61 'proxy/plugin_message_filter.cc', |
| 62 'proxy/plugin_message_filter.h', |
61 'proxy/plugin_resource.cc', | 63 'proxy/plugin_resource.cc', |
62 'proxy/plugin_resource.h', | 64 'proxy/plugin_resource.h', |
63 'proxy/plugin_resource_tracker.cc', | 65 'proxy/plugin_resource_tracker.cc', |
64 'proxy/plugin_resource_tracker.h', | 66 'proxy/plugin_resource_tracker.h', |
65 'proxy/plugin_var_serialization_rules.cc', | 67 'proxy/plugin_var_serialization_rules.cc', |
66 'proxy/plugin_var_serialization_rules.h', | 68 'proxy/plugin_var_serialization_rules.h', |
67 'proxy/plugin_var_tracker.cc', | 69 'proxy/plugin_var_tracker.cc', |
68 'proxy/plugin_var_tracker.h', | 70 'proxy/plugin_var_tracker.h', |
69 'proxy/ppapi_messages.cc', | 71 'proxy/ppapi_messages.cc', |
70 'proxy/ppapi_messages.h', | 72 'proxy/ppapi_messages.h', |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 ['OS=="win"', { | 147 ['OS=="win"', { |
146 }], | 148 }], |
147 ['OS=="linux"', { | 149 ['OS=="linux"', { |
148 }], | 150 }], |
149 ['OS=="mac"', { | 151 ['OS=="mac"', { |
150 }] | 152 }] |
151 ], | 153 ], |
152 }, | 154 }, |
153 ], | 155 ], |
154 } | 156 } |
OLD | NEW |