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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 'shared_impl/ppp_instance_combined.h', | 43 'shared_impl/ppp_instance_combined.h', |
44 'shared_impl/resource_object_base.cc', | 44 'shared_impl/resource_object_base.cc', |
45 'shared_impl/resource_object_base.h', | 45 'shared_impl/resource_object_base.h', |
46 'shared_impl/tracker_base.cc', | 46 'shared_impl/tracker_base.cc', |
47 'shared_impl/tracker_base.h', | 47 'shared_impl/tracker_base.h', |
48 'shared_impl/url_util_impl.cc', | 48 'shared_impl/url_util_impl.cc', |
49 'shared_impl/url_util_impl.h', | 49 'shared_impl/url_util_impl.h', |
50 'shared_impl/webkit_forwarding.cc', | 50 'shared_impl/webkit_forwarding.cc', |
51 'shared_impl/webkit_forwarding.h', | 51 'shared_impl/webkit_forwarding.h', |
52 | 52 |
| 53 'thunk/common.h', |
| 54 'thunk/common.cc', |
53 'thunk/enter.h', | 55 'thunk/enter.h', |
54 'thunk/ppb_audio_api.h', | 56 'thunk/ppb_audio_api.h', |
55 'thunk/ppb_audio_config_api.h', | 57 'thunk/ppb_audio_config_api.h', |
56 'thunk/ppb_audio_config_thunk.cc', | 58 'thunk/ppb_audio_config_thunk.cc', |
57 'thunk/ppb_audio_thunk.cc', | 59 'thunk/ppb_audio_thunk.cc', |
58 'thunk/ppb_audio_trusted_api.h', | 60 'thunk/ppb_audio_trusted_api.h', |
59 'thunk/ppb_audio_trusted_thunk.cc', | 61 'thunk/ppb_audio_trusted_thunk.cc', |
60 'thunk/ppb_broker_api.h', | 62 'thunk/ppb_broker_api.h', |
61 'thunk/ppb_broker_thunk.cc', | 63 'thunk/ppb_broker_thunk.cc', |
62 'thunk/ppb_buffer_api.h', | 64 'thunk/ppb_buffer_api.h', |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 'thunk/ppb_video_decoder_thunk.cc', | 121 'thunk/ppb_video_decoder_thunk.cc', |
120 'thunk/ppb_video_layer_api.h', | 122 'thunk/ppb_video_layer_api.h', |
121 'thunk/ppb_video_layer_thunk.cc', | 123 'thunk/ppb_video_layer_thunk.cc', |
122 'thunk/ppb_widget_api.h', | 124 'thunk/ppb_widget_api.h', |
123 'thunk/ppb_widget_thunk.cc', | 125 'thunk/ppb_widget_thunk.cc', |
124 'thunk/thunk.h', | 126 'thunk/thunk.h', |
125 ], | 127 ], |
126 }, | 128 }, |
127 ], | 129 ], |
128 } | 130 } |
OLD | NEW |