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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/var.cc', | 61 'shared_impl/var.cc', |
62 'shared_impl/var.h', | 62 'shared_impl/var.h', |
| 63 'shared_impl/video_decoder_impl.cc', |
| 64 'shared_impl/video_decoder_impl.h', |
63 'shared_impl/webkit_forwarding.cc', | 65 'shared_impl/webkit_forwarding.cc', |
64 'shared_impl/webkit_forwarding.h', | 66 'shared_impl/webkit_forwarding.h', |
65 | 67 |
66 'thunk/common.h', | 68 'thunk/common.h', |
67 'thunk/common.cc', | 69 'thunk/common.cc', |
68 'thunk/enter.h', | 70 'thunk/enter.h', |
69 'thunk/ppb_audio_api.h', | 71 'thunk/ppb_audio_api.h', |
70 'thunk/ppb_audio_config_api.h', | 72 'thunk/ppb_audio_config_api.h', |
71 'thunk/ppb_audio_config_thunk.cc', | 73 'thunk/ppb_audio_config_thunk.cc', |
72 'thunk/ppb_audio_thunk.cc', | 74 'thunk/ppb_audio_thunk.cc', |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 'thunk/ppb_video_layer_api.h', | 144 'thunk/ppb_video_layer_api.h', |
143 'thunk/ppb_video_layer_thunk.cc', | 145 'thunk/ppb_video_layer_thunk.cc', |
144 'thunk/ppb_widget_api.h', | 146 'thunk/ppb_widget_api.h', |
145 'thunk/ppb_widget_thunk.cc', | 147 'thunk/ppb_widget_thunk.cc', |
146 'thunk/ppb_zoom_thunk.cc', | 148 'thunk/ppb_zoom_thunk.cc', |
147 'thunk/thunk.h', | 149 'thunk/thunk.h', |
148 ], | 150 ], |
149 }, | 151 }, |
150 ], | 152 ], |
151 } | 153 } |
OLD | NEW |