OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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', | 8 'target_name': 'ppapi_shared', |
9 'type': '<(component)', | 9 'type': '<(component)', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 'shared_impl/ppp_instance_combined.cc', | 68 'shared_impl/ppp_instance_combined.cc', |
69 'shared_impl/ppp_instance_combined.h', | 69 'shared_impl/ppp_instance_combined.h', |
70 'shared_impl/proxy_lock.cc', | 70 'shared_impl/proxy_lock.cc', |
71 'shared_impl/proxy_lock.h', | 71 'shared_impl/proxy_lock.h', |
72 'shared_impl/resource.cc', | 72 'shared_impl/resource.cc', |
73 'shared_impl/resource.h', | 73 'shared_impl/resource.h', |
74 'shared_impl/resource_tracker.cc', | 74 'shared_impl/resource_tracker.cc', |
75 'shared_impl/resource_tracker.h', | 75 'shared_impl/resource_tracker.h', |
76 'shared_impl/scoped_pp_resource.cc', | 76 'shared_impl/scoped_pp_resource.cc', |
77 'shared_impl/scoped_pp_resource.h', | 77 'shared_impl/scoped_pp_resource.h', |
| 78 'shared_impl/tcp_socket_impl.cc', |
| 79 'shared_impl/tcp_socket_impl.h', |
78 'shared_impl/time_conversion.cc', | 80 'shared_impl/time_conversion.cc', |
79 'shared_impl/time_conversion.h', | 81 'shared_impl/time_conversion.h', |
| 82 'shared_impl/udp_socket_impl.cc', |
| 83 'shared_impl/udp_socket_impl.h', |
80 'shared_impl/url_request_info_impl.cc', | 84 'shared_impl/url_request_info_impl.cc', |
81 'shared_impl/url_request_info_impl.h', | 85 'shared_impl/url_request_info_impl.h', |
82 'shared_impl/url_util_impl.cc', | 86 'shared_impl/url_util_impl.cc', |
83 'shared_impl/url_util_impl.h', | 87 'shared_impl/url_util_impl.h', |
84 'shared_impl/var.cc', | 88 'shared_impl/var.cc', |
85 'shared_impl/var.h', | 89 'shared_impl/var.h', |
86 'shared_impl/var_tracker.cc', | 90 'shared_impl/var_tracker.cc', |
87 'shared_impl/var_tracker.h', | 91 'shared_impl/var_tracker.h', |
88 'shared_impl/video_decoder_impl.cc', | 92 'shared_impl/video_decoder_impl.cc', |
89 'shared_impl/video_decoder_impl.h', | 93 'shared_impl/video_decoder_impl.h', |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 'thunk/ppb_websocket_api.h', | 191 'thunk/ppb_websocket_api.h', |
188 'thunk/ppb_websocket_thunk.cc', | 192 'thunk/ppb_websocket_thunk.cc', |
189 'thunk/ppb_widget_api.h', | 193 'thunk/ppb_widget_api.h', |
190 'thunk/ppb_widget_thunk.cc', | 194 'thunk/ppb_widget_thunk.cc', |
191 'thunk/ppb_zoom_thunk.cc', | 195 'thunk/ppb_zoom_thunk.cc', |
192 'thunk/thunk.h', | 196 'thunk/thunk.h', |
193 ], | 197 ], |
194 }, | 198 }, |
195 ], | 199 ], |
196 } | 200 } |
OLD | NEW |