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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 'shared_impl/input_event_impl.h', | 53 'shared_impl/input_event_impl.h', |
54 'shared_impl/instance_impl.cc', | 54 'shared_impl/instance_impl.cc', |
55 'shared_impl/instance_impl.h', | 55 'shared_impl/instance_impl.h', |
56 'shared_impl/memory_impl.cc', | 56 'shared_impl/memory_impl.cc', |
57 'shared_impl/opengles2_impl.cc', | 57 'shared_impl/opengles2_impl.cc', |
58 'shared_impl/opengles2_impl.h', | 58 'shared_impl/opengles2_impl.h', |
59 'shared_impl/ppapi_preferences.cc', | 59 'shared_impl/ppapi_preferences.cc', |
60 'shared_impl/ppapi_preferences.h', | 60 'shared_impl/ppapi_preferences.h', |
61 'shared_impl/ppp_instance_combined.cc', | 61 'shared_impl/ppp_instance_combined.cc', |
62 'shared_impl/ppp_instance_combined.h', | 62 'shared_impl/ppp_instance_combined.h', |
| 63 'shared_impl/proxy_lock.cc', |
| 64 'shared_impl/proxy_lock.h', |
63 'shared_impl/resource.cc', | 65 'shared_impl/resource.cc', |
64 'shared_impl/resource.h', | 66 'shared_impl/resource.h', |
65 'shared_impl/resource_tracker.cc', | 67 'shared_impl/resource_tracker.cc', |
66 'shared_impl/resource_tracker.h', | 68 'shared_impl/resource_tracker.h', |
67 'shared_impl/scoped_pp_resource.cc', | 69 'shared_impl/scoped_pp_resource.cc', |
68 'shared_impl/scoped_pp_resource.h', | 70 'shared_impl/scoped_pp_resource.h', |
69 'shared_impl/time_conversion.cc', | 71 'shared_impl/time_conversion.cc', |
70 'shared_impl/time_conversion.h', | 72 'shared_impl/time_conversion.h', |
71 'shared_impl/tracker_base.cc', | 73 'shared_impl/tracker_base.cc', |
72 'shared_impl/tracker_base.h', | 74 'shared_impl/tracker_base.h', |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 'thunk/ppb_video_layer_api.h', | 172 'thunk/ppb_video_layer_api.h', |
171 'thunk/ppb_video_layer_thunk.cc', | 173 'thunk/ppb_video_layer_thunk.cc', |
172 'thunk/ppb_widget_api.h', | 174 'thunk/ppb_widget_api.h', |
173 'thunk/ppb_widget_thunk.cc', | 175 'thunk/ppb_widget_thunk.cc', |
174 'thunk/ppb_zoom_thunk.cc', | 176 'thunk/ppb_zoom_thunk.cc', |
175 'thunk/thunk.h', | 177 'thunk/thunk.h', |
176 ], | 178 ], |
177 }, | 179 }, |
178 ], | 180 ], |
179 } | 181 } |
OLD | NEW |