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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 'shared_impl/ppb_input_event_shared.h', | 62 'shared_impl/ppb_input_event_shared.h', |
63 'shared_impl/ppb_instance_shared.cc', | 63 'shared_impl/ppb_instance_shared.cc', |
64 'shared_impl/ppb_instance_shared.h', | 64 'shared_impl/ppb_instance_shared.h', |
65 'shared_impl/ppb_memory_shared.cc', | 65 'shared_impl/ppb_memory_shared.cc', |
66 'shared_impl/ppb_opengles2_shared.cc', | 66 'shared_impl/ppb_opengles2_shared.cc', |
67 'shared_impl/ppb_opengles2_shared.h', | 67 'shared_impl/ppb_opengles2_shared.h', |
68 'shared_impl/ppb_url_request_info_shared.cc', | 68 'shared_impl/ppb_url_request_info_shared.cc', |
69 'shared_impl/ppb_url_request_info_shared.h', | 69 'shared_impl/ppb_url_request_info_shared.h', |
70 'shared_impl/ppb_url_util_shared.cc', | 70 'shared_impl/ppb_url_util_shared.cc', |
71 'shared_impl/ppb_url_util_shared.h', | 71 'shared_impl/ppb_url_util_shared.h', |
| 72 'shared_impl/ppb_var_impl.cc', |
| 73 'shared_impl/ppb_var_impl.h', |
72 'shared_impl/ppb_video_decoder_shared.cc', | 74 'shared_impl/ppb_video_decoder_shared.cc', |
73 'shared_impl/ppb_video_decoder_shared.h', | 75 'shared_impl/ppb_video_decoder_shared.h', |
74 'shared_impl/ppp_instance_combined.cc', | 76 'shared_impl/ppp_instance_combined.cc', |
75 'shared_impl/ppp_instance_combined.h', | 77 'shared_impl/ppp_instance_combined.h', |
76 'shared_impl/proxy_lock.cc', | 78 'shared_impl/proxy_lock.cc', |
77 'shared_impl/proxy_lock.h', | 79 'shared_impl/proxy_lock.h', |
78 'shared_impl/resource.cc', | 80 'shared_impl/resource.cc', |
79 'shared_impl/resource.h', | 81 'shared_impl/resource.h', |
80 'shared_impl/resource_tracker.cc', | 82 'shared_impl/resource_tracker.cc', |
81 'shared_impl/resource_tracker.h', | 83 'shared_impl/resource_tracker.h', |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 'thunk/ppb_websocket_api.h', | 188 'thunk/ppb_websocket_api.h', |
187 'thunk/ppb_websocket_thunk.cc', | 189 'thunk/ppb_websocket_thunk.cc', |
188 'thunk/ppb_widget_api.h', | 190 'thunk/ppb_widget_api.h', |
189 'thunk/ppb_widget_thunk.cc', | 191 'thunk/ppb_widget_thunk.cc', |
190 'thunk/ppb_zoom_thunk.cc', | 192 'thunk/ppb_zoom_thunk.cc', |
191 'thunk/thunk.h', | 193 'thunk/thunk.h', |
192 ], | 194 ], |
193 }, | 195 }, |
194 ], | 196 ], |
195 } | 197 } |
OLD | NEW |