1 # Copyright 2015 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.
5 component("shared_impl") {
6 output_name = "ppapi_shared"
13 "callback_tracker.cc",
15 "compositor_layer_data.cc",
16 "compositor_layer_data.h",
21 "file_io_state_manager.cc",
22 "file_io_state_manager.h",
25 "file_ref_create_info.cc",
26 "file_ref_create_info.h",
29 "file_system_util.cc",
31 "file_type_conversion.cc",
32 "file_type_conversion.h",
37 "media_stream_audio_track_shared.cc",
38 "media_stream_audio_track_shared.h",
39 "media_stream_buffer.h",
40 "media_stream_buffer_manager.cc",
41 "media_stream_buffer_manager.h",
42 "media_stream_video_track_shared.cc",
43 "media_stream_video_track_shared.h",
49 "ppapi_nacl_plugin_args.cc",
50 "ppapi_nacl_plugin_args.h",
51 "ppapi_permissions.cc",
52 "ppapi_permissions.h",
53 "ppapi_preferences.cc",
54 "ppapi_preferences.h",
57 "ppb_audio_config_shared.cc",
58 "ppb_audio_config_shared.h",
59 "ppb_audio_shared.cc",
61 "ppb_crypto_shared.cc",
62 "ppb_device_ref_shared.cc",
63 "ppb_device_ref_shared.h",
64 "ppb_gamepad_shared.cc",
65 "ppb_gamepad_shared.h",
66 "ppb_graphics_3d_shared.cc",
67 "ppb_graphics_3d_shared.h",
68 "ppb_image_data_shared.cc",
69 "ppb_image_data_shared.h",
70 "ppb_input_event_shared.cc",
71 "ppb_input_event_shared.h",
72 "ppb_instance_shared.cc",
73 "ppb_instance_shared.h",
74 "ppb_memory_shared.cc",
75 "ppb_message_loop_shared.cc",
76 "ppb_message_loop_shared.h",
77 "ppb_opengles2_shared.cc",
78 "ppb_opengles2_shared.h",
79 "ppb_tcp_socket_shared.cc",
80 "ppb_tcp_socket_shared.h",
81 "ppb_trace_event_impl.cc",
82 "ppb_trace_event_impl.h",
87 "ppp_flash_browser_operations_shared.h",
88 "ppp_instance_combined.cc",
89 "ppp_instance_combined.h",
94 "resource_tracker.cc",
98 "scoped_pp_resource.cc",
99 "scoped_pp_resource.h",
102 "socket_option_data.cc",
103 "socket_option_data.h",
104 "test_harness_utils.cc",
105 "test_harness_utils.h",
106 "thread_aware_callback.cc",
107 "thread_aware_callback.h",
108 "time_conversion.cc",
110 "tracked_callback.cc",
111 "tracked_callback.h",
112 "url_request_info_data.cc",
113 "url_request_info_data.h",
114 "url_response_info_data.cc",
115 "url_response_info_data.h",
121 # TODO(viettrungluu): Split these out; it won"t be used in NaCl.
122 "private/net_address_private_impl.cc",
123 "private/net_address_private_impl.h",
124 "private/net_address_private_impl_constants.cc",
125 "private/ppb_x509_certificate_private_shared.cc",
126 "private/ppb_x509_certificate_private_shared.h",
131 "flash_clipboard_format_registry.cc",
132 "flash_clipboard_format_registry.h",
133 "ppb_url_util_shared.cc",
134 "ppb_url_util_shared.h",
135 "ppb_video_decoder_shared.cc",
136 "ppb_video_decoder_shared.h",
137 "private/ppb_char_set_shared.cc",
138 "private/ppb_char_set_shared.h",
142 # TODO(GYP) this isn't correct. This should only be specifically for the
143 # nacl_win64 build (cross-compiled for a 32-bit Chrome), rather than the
144 # native 64-bit Chrome build.
145 # See also //ppapi/thunk
146 if (is_win && cpu_arch == "x64" && current_toolchain != default_toolchain) {
148 "ppb_audio_shared.cc",
149 "ppb_graphics_3d_shared.cc",
150 "ppb_opengles2_shared.cc",
151 "private/net_address_private_impl.cc",
152 "private/ppb_host_resolver_shared.cc",
157 "PPAPI_SHARED_IMPLEMENTATION",
159 # This target also implements some thunk functions.
160 "PPAPI_THUNK_IMPLEMENTATION",
163 # TODO(GYP) support chrome_multiple_dll
164 #if (chrome_multiple_dll) {
165 # public_deps = [ "//third_party/WebKit/public:blink_minimal" ]
168 "//third_party/WebKit/public:blink",
175 "//base/third_party/dynamic_annotations",
176 "//gpu/command_buffer/client",
177 "//gpu/command_buffer/client:gles2_cmd_helper",
178 "//gpu/command_buffer/client:gles2_implementation",
179 "//gpu/command_buffer/common",
181 "//media:shared_memory_support",
185 "//third_party/icu:icuuc",
186 "//ui/events:events_base",
192 libs = [ "QuartzCore.framework" ]
196 source_set("test_support") {
207 "//base/test:test_support",
209 "//ipc:test_support",
211 "//ppapi/shared_impl",