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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'shared_impl/input_event_impl.cc', | 55 'shared_impl/input_event_impl.cc', |
56 'shared_impl/input_event_impl.h', | 56 'shared_impl/input_event_impl.h', |
57 'shared_impl/instance_impl.cc', | 57 'shared_impl/instance_impl.cc', |
58 'shared_impl/instance_impl.h', | 58 'shared_impl/instance_impl.h', |
59 'shared_impl/memory_impl.cc', | 59 'shared_impl/memory_impl.cc', |
60 'shared_impl/opengles2_impl.cc', | 60 'shared_impl/opengles2_impl.cc', |
61 'shared_impl/opengles2_impl.h', | 61 'shared_impl/opengles2_impl.h', |
62 'shared_impl/ppapi_globals.cc', | 62 'shared_impl/ppapi_globals.cc', |
63 'shared_impl/platform_file.cc', | 63 'shared_impl/platform_file.cc', |
64 'shared_impl/platform_file.h', | 64 'shared_impl/platform_file.h', |
| 65 'shared_impl/ppb_var_impl.cc', |
| 66 'shared_impl/ppb_var_impl.h', |
65 'shared_impl/ppapi_globals.h', | 67 'shared_impl/ppapi_globals.h', |
66 'shared_impl/ppapi_preferences.cc', | 68 'shared_impl/ppapi_preferences.cc', |
67 'shared_impl/ppapi_preferences.h', | 69 'shared_impl/ppapi_preferences.h', |
68 'shared_impl/ppp_instance_combined.cc', | 70 'shared_impl/ppp_instance_combined.cc', |
69 'shared_impl/ppp_instance_combined.h', | 71 'shared_impl/ppp_instance_combined.h', |
70 'shared_impl/proxy_lock.cc', | 72 'shared_impl/proxy_lock.cc', |
71 'shared_impl/proxy_lock.h', | 73 'shared_impl/proxy_lock.h', |
72 'shared_impl/resource.cc', | 74 'shared_impl/resource.cc', |
73 'shared_impl/resource.h', | 75 'shared_impl/resource.h', |
74 'shared_impl/resource_tracker.cc', | 76 'shared_impl/resource_tracker.cc', |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 'thunk/ppb_websocket_api.h', | 184 'thunk/ppb_websocket_api.h', |
183 'thunk/ppb_websocket_thunk.cc', | 185 'thunk/ppb_websocket_thunk.cc', |
184 'thunk/ppb_widget_api.h', | 186 'thunk/ppb_widget_api.h', |
185 'thunk/ppb_widget_thunk.cc', | 187 'thunk/ppb_widget_thunk.cc', |
186 'thunk/ppb_zoom_thunk.cc', | 188 'thunk/ppb_zoom_thunk.cc', |
187 'thunk/thunk.h', | 189 'thunk/thunk.h', |
188 ], | 190 ], |
189 }, | 191 }, |
190 ], | 192 ], |
191 } | 193 } |
OLD | NEW |