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 14 matching lines...) Expand all Loading... |
25 ], | 25 ], |
26 'sources': [ | 26 'sources': [ |
27 'shared_impl/audio_config_impl.cc', | 27 'shared_impl/audio_config_impl.cc', |
28 'shared_impl/audio_config_impl.h', | 28 'shared_impl/audio_config_impl.h', |
29 'shared_impl/audio_impl.cc', | 29 'shared_impl/audio_impl.cc', |
30 'shared_impl/audio_impl.h', | 30 'shared_impl/audio_impl.h', |
31 'shared_impl/char_set_impl.cc', | 31 'shared_impl/char_set_impl.cc', |
32 'shared_impl/char_set_impl.h', | 32 'shared_impl/char_set_impl.h', |
33 'shared_impl/crypto_impl.cc', | 33 'shared_impl/crypto_impl.cc', |
34 'shared_impl/crypto_impl.h', | 34 'shared_impl/crypto_impl.h', |
| 35 'shared_impl/file_ref_impl.cc', |
| 36 'shared_impl/file_ref_impl.h', |
35 'shared_impl/font_impl.cc', | 37 'shared_impl/font_impl.cc', |
36 'shared_impl/font_impl.h', | 38 'shared_impl/font_impl.h', |
37 'shared_impl/function_group_base.cc', | 39 'shared_impl/function_group_base.cc', |
38 'shared_impl/function_group_base.h', | 40 'shared_impl/function_group_base.h', |
39 'shared_impl/graphics_3d_impl.cc', | 41 'shared_impl/graphics_3d_impl.cc', |
40 'shared_impl/graphics_3d_impl.h', | 42 'shared_impl/graphics_3d_impl.h', |
41 'shared_impl/host_resource.h', | 43 'shared_impl/host_resource.h', |
42 'shared_impl/id_assignment.cc', | 44 'shared_impl/id_assignment.cc', |
43 'shared_impl/id_assignment.h', | 45 'shared_impl/id_assignment.h', |
44 'shared_impl/image_data_impl.cc', | 46 'shared_impl/image_data_impl.cc', |
(...skipping 11 matching lines...) Expand all Loading... |
56 'shared_impl/resource.cc', | 58 'shared_impl/resource.cc', |
57 'shared_impl/resource.h', | 59 'shared_impl/resource.h', |
58 'shared_impl/resource_tracker.cc', | 60 'shared_impl/resource_tracker.cc', |
59 'shared_impl/resource_tracker.h', | 61 'shared_impl/resource_tracker.h', |
60 'shared_impl/scoped_pp_resource.cc', | 62 'shared_impl/scoped_pp_resource.cc', |
61 'shared_impl/scoped_pp_resource.h', | 63 'shared_impl/scoped_pp_resource.h', |
62 'shared_impl/time_conversion.cc', | 64 'shared_impl/time_conversion.cc', |
63 'shared_impl/time_conversion.h', | 65 'shared_impl/time_conversion.h', |
64 'shared_impl/tracker_base.cc', | 66 'shared_impl/tracker_base.cc', |
65 'shared_impl/tracker_base.h', | 67 'shared_impl/tracker_base.h', |
| 68 'shared_impl/url_request_info_impl.cc', |
| 69 'shared_impl/url_request_info_impl.h', |
66 'shared_impl/url_util_impl.cc', | 70 'shared_impl/url_util_impl.cc', |
67 'shared_impl/url_util_impl.h', | 71 'shared_impl/url_util_impl.h', |
68 'shared_impl/var.cc', | 72 'shared_impl/var.cc', |
69 'shared_impl/var.h', | 73 'shared_impl/var.h', |
70 'shared_impl/var_tracker.cc', | 74 'shared_impl/var_tracker.cc', |
71 'shared_impl/var_tracker.h', | 75 'shared_impl/var_tracker.h', |
72 'shared_impl/video_decoder_impl.cc', | 76 'shared_impl/video_decoder_impl.cc', |
73 'shared_impl/video_decoder_impl.h', | 77 'shared_impl/video_decoder_impl.h', |
74 'shared_impl/webkit_forwarding.cc', | 78 'shared_impl/webkit_forwarding.cc', |
75 'shared_impl/webkit_forwarding.h', | 79 'shared_impl/webkit_forwarding.h', |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 'thunk/ppb_video_layer_api.h', | 158 'thunk/ppb_video_layer_api.h', |
155 'thunk/ppb_video_layer_thunk.cc', | 159 'thunk/ppb_video_layer_thunk.cc', |
156 'thunk/ppb_widget_api.h', | 160 'thunk/ppb_widget_api.h', |
157 'thunk/ppb_widget_thunk.cc', | 161 'thunk/ppb_widget_thunk.cc', |
158 'thunk/ppb_zoom_thunk.cc', | 162 'thunk/ppb_zoom_thunk.cc', |
159 'thunk/thunk.h', | 163 'thunk/thunk.h', |
160 ], | 164 ], |
161 }, | 165 }, |
162 ], | 166 ], |
163 } | 167 } |
OLD | NEW |