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
3 # found in the LICENSE file.
8 'target_name': 'ppapi_shared',
9 'type': 'static_library',
12 '../base/base.gyp:base',
13 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
14 '../build/temp_gyp/googleurl.gyp:googleurl',
15 '../gpu/gpu.gyp:gles2_implementation',
16 '../skia/skia.gyp:skia',
17 '../third_party/icu/icu.gyp:icuuc',
18 '../ui/gfx/surface/surface.gyp:surface',
23 'export_dependent_settings': [
24 '../base/base.gyp:base',
27 'shared_impl/audio_config_impl.cc',
28 'shared_impl/audio_config_impl.h',
29 'shared_impl/audio_impl.cc',
30 'shared_impl/audio_impl.h',
31 'shared_impl/char_set_impl.cc',
32 'shared_impl/char_set_impl.h',
33 'shared_impl/crypto_impl.cc',
34 'shared_impl/crypto_impl.h',
35 'shared_impl/font_impl.cc',
36 'shared_impl/font_impl.h',
37 'shared_impl/function_group_base.cc',
38 'shared_impl/function_group_base.h',
39 'shared_impl/graphics_3d_impl.cc',
40 'shared_impl/graphics_3d_impl.h',
41 'shared_impl/image_data_impl.cc',
42 'shared_impl/image_data_impl.h',
43 'shared_impl/input_event_impl.cc',
44 'shared_impl/input_event_impl.h',
45 'shared_impl/instance_impl.cc',
46 'shared_impl/instance_impl.h',
47 'shared_impl/opengles2_impl.cc',
48 'shared_impl/opengles2_impl.h',
49 'shared_impl/ppapi_preferences.cc',
50 'shared_impl/ppapi_preferences.h',
51 'shared_impl/ppp_instance_combined.cc',
52 'shared_impl/ppp_instance_combined.h',
53 'shared_impl/resource_object_base.cc',
54 'shared_impl/resource_object_base.h',
55 'shared_impl/time_conversion.cc',
56 'shared_impl/time_conversion.h',
57 'shared_impl/tracker_base.cc',
58 'shared_impl/tracker_base.h',
59 'shared_impl/url_util_impl.cc',
60 'shared_impl/url_util_impl.h',
61 'shared_impl/webkit_forwarding.cc',
62 'shared_impl/webkit_forwarding.h',
67 'thunk/ppb_audio_api.h',
68 'thunk/ppb_audio_config_api.h',
69 'thunk/ppb_audio_config_thunk.cc',
70 'thunk/ppb_audio_thunk.cc',
71 'thunk/ppb_audio_trusted_api.h',
72 'thunk/ppb_audio_trusted_thunk.cc',
73 'thunk/ppb_broker_api.h',
74 'thunk/ppb_broker_thunk.cc',
75 'thunk/ppb_buffer_api.h',
76 'thunk/ppb_buffer_thunk.cc',
77 'thunk/ppb_buffer_trusted_api.h',
78 'thunk/ppb_buffer_trusted_thunk.cc',
79 'thunk/ppb_char_set_api.h',
80 'thunk/ppb_char_set_thunk.cc',
81 'thunk/ppb_context_3d_api.h',
82 'thunk/ppb_context_3d_thunk.cc',
83 'thunk/ppb_context_3d_trusted_thunk.cc',
84 'thunk/ppb_cursor_control_api.h',
85 'thunk/ppb_cursor_control_thunk.cc',
86 'thunk/ppb_directory_reader_api.h',
87 'thunk/ppb_directory_reader_thunk.cc',
88 'thunk/ppb_input_event_api.h',
89 'thunk/ppb_input_event_thunk.cc',
90 'thunk/ppb_file_chooser_api.h',
91 'thunk/ppb_file_chooser_thunk.cc',
92 'thunk/ppb_file_io_api.h',
93 'thunk/ppb_file_io_thunk.cc',
94 'thunk/ppb_file_io_trusted_thunk.cc',
95 'thunk/ppb_file_ref_api.h',
96 'thunk/ppb_file_ref_thunk.cc',
97 'thunk/ppb_file_system_api.h',
98 'thunk/ppb_file_system_thunk.cc',
99 'thunk/ppb_find_api.h',
100 'thunk/ppb_find_thunk.cc',
101 'thunk/ppb_flash_menu_api.h',
102 'thunk/ppb_flash_menu_thunk.cc',
103 'thunk/ppb_flash_net_connector_api.h',
104 'thunk/ppb_flash_net_connector_thunk.cc',
105 'thunk/ppb_flash_tcp_socket_api.h',
106 'thunk/ppb_flash_tcp_socket_thunk.cc',
107 'thunk/ppb_font_api.h',
108 'thunk/ppb_font_thunk.cc',
109 'thunk/ppb_fullscreen_thunk.cc',
110 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
111 'thunk/ppb_graphics_2d_api.h',
112 'thunk/ppb_graphics_2d_thunk.cc',
113 'thunk/ppb_graphics_3d_api.h',
114 'thunk/ppb_graphics_3d_thunk.cc',
115 'thunk/ppb_graphics_3d_trusted_thunk.cc',
116 'thunk/ppb_image_data_api.h',
117 'thunk/ppb_image_data_thunk.cc',
118 'thunk/ppb_image_data_trusted_thunk.cc',
119 'thunk/ppb_instance_api.h',
120 'thunk/ppb_instance_thunk.cc',
121 'thunk/ppb_layer_compositor_api.h',
122 'thunk/ppb_layer_compositor_thunk.cc',
123 'thunk/ppb_messaging_thunk.cc',
124 'thunk/ppb_pdf_api.h',
125 'thunk/ppb_scrollbar_api.h',
126 'thunk/ppb_scrollbar_thunk.cc',
127 'thunk/ppb_surface_3d_api.h',
128 'thunk/ppb_surface_3d_thunk.cc',
129 'thunk/ppb_transport_api.h',
130 'thunk/ppb_transport_thunk.cc',
131 'thunk/ppb_url_loader_api.h',
132 'thunk/ppb_url_loader_thunk.cc',
133 'thunk/ppb_url_request_info_api.h',
134 'thunk/ppb_url_request_info_thunk.cc',
135 'thunk/ppb_url_response_info_api.h',
136 'thunk/ppb_url_response_info_thunk.cc',
137 'thunk/ppb_video_decoder_api.h',
138 'thunk/ppb_video_decoder_thunk.cc',
139 'thunk/ppb_video_layer_api.h',
140 'thunk/ppb_video_layer_thunk.cc',
141 'thunk/ppb_widget_api.h',
142 'thunk/ppb_widget_thunk.cc',
143 'thunk/ppb_zoom_thunk.cc',