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': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 'shared_impl/ppp_instance_combined.cc', | 51 'shared_impl/ppp_instance_combined.cc', |
52 'shared_impl/ppp_instance_combined.h', | 52 'shared_impl/ppp_instance_combined.h', |
53 'shared_impl/resource_object_base.cc', | 53 'shared_impl/resource_object_base.cc', |
54 'shared_impl/resource_object_base.h', | 54 'shared_impl/resource_object_base.h', |
55 'shared_impl/time_conversion.cc', | 55 'shared_impl/time_conversion.cc', |
56 'shared_impl/time_conversion.h', | 56 'shared_impl/time_conversion.h', |
57 'shared_impl/tracker_base.cc', | 57 'shared_impl/tracker_base.cc', |
58 'shared_impl/tracker_base.h', | 58 'shared_impl/tracker_base.h', |
59 'shared_impl/url_util_impl.cc', | 59 'shared_impl/url_util_impl.cc', |
60 'shared_impl/url_util_impl.h', | 60 'shared_impl/url_util_impl.h', |
| 61 'shared_impl/video_decoder_impl.cc', |
| 62 'shared_impl/video_decoder_impl.h', |
61 'shared_impl/webkit_forwarding.cc', | 63 'shared_impl/webkit_forwarding.cc', |
62 'shared_impl/webkit_forwarding.h', | 64 'shared_impl/webkit_forwarding.h', |
63 | 65 |
64 'thunk/common.h', | 66 'thunk/common.h', |
65 'thunk/common.cc', | 67 'thunk/common.cc', |
66 'thunk/enter.h', | 68 'thunk/enter.h', |
67 'thunk/ppb_audio_api.h', | 69 'thunk/ppb_audio_api.h', |
68 'thunk/ppb_audio_config_api.h', | 70 'thunk/ppb_audio_config_api.h', |
69 'thunk/ppb_audio_config_thunk.cc', | 71 'thunk/ppb_audio_config_thunk.cc', |
70 'thunk/ppb_audio_thunk.cc', | 72 'thunk/ppb_audio_thunk.cc', |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 'thunk/ppb_video_layer_api.h', | 141 'thunk/ppb_video_layer_api.h', |
140 'thunk/ppb_video_layer_thunk.cc', | 142 'thunk/ppb_video_layer_thunk.cc', |
141 'thunk/ppb_widget_api.h', | 143 'thunk/ppb_widget_api.h', |
142 'thunk/ppb_widget_thunk.cc', | 144 'thunk/ppb_widget_thunk.cc', |
143 'thunk/ppb_zoom_thunk.cc', | 145 'thunk/ppb_zoom_thunk.cc', |
144 'thunk/thunk.h', | 146 'thunk/thunk.h', |
145 ], | 147 ], |
146 }, | 148 }, |
147 ], | 149 ], |
148 } | 150 } |
OLD | NEW |