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_c<(nacl_ppapi_library_suffix)', | 8 'target_name': 'ppapi_c<(nacl_ppapi_library_suffix)', |
9 'type': 'none', | 9 'type': 'none', |
10 'all_dependent_settings': { | 10 'all_dependent_settings': { |
11 'include_dirs+': [ | 11 'include_dirs+': [ |
12 '..', | 12 '..', |
13 ], | 13 ], |
14 }, | 14 }, |
15 'sources': [ | 15 'sources': [ |
16 'c/pp_bool.h', | 16 'c/pp_bool.h', |
17 'c/pp_completion_callback.h', | 17 'c/pp_completion_callback.h', |
18 'c/pp_errors.h', | 18 'c/pp_errors.h', |
19 'c/pp_file_info.h', | 19 'c/pp_file_info.h', |
20 'c/pp_graphics_3d.h', | |
21 'c/pp_input_event.h', | 20 'c/pp_input_event.h', |
22 'c/pp_instance.h', | 21 'c/pp_instance.h', |
23 'c/pp_macros.h', | 22 'c/pp_macros.h', |
24 'c/pp_module.h', | 23 'c/pp_module.h', |
25 'c/pp_point.h', | 24 'c/pp_point.h', |
26 'c/pp_rect.h', | 25 'c/pp_rect.h', |
27 'c/pp_resource.h', | 26 'c/pp_resource.h', |
28 'c/pp_size.h', | 27 'c/pp_size.h', |
29 'c/pp_stdint.h', | 28 'c/pp_stdint.h', |
30 'c/pp_time.h', | 29 'c/pp_time.h', |
31 'c/pp_var.h', | 30 'c/pp_var.h', |
32 'c/ppb.h', | 31 'c/ppb.h', |
33 'c/ppb_audio.h', | 32 'c/ppb_audio.h', |
34 'c/ppb_audio_config.h', | 33 'c/ppb_audio_config.h', |
35 'c/ppb_core.h', | 34 'c/ppb_core.h', |
36 'c/ppb_file_io.h', | 35 'c/ppb_file_io.h', |
37 'c/ppb_file_ref.h', | 36 'c/ppb_file_ref.h', |
38 'c/ppb_file_system.h', | 37 'c/ppb_file_system.h', |
39 'c/ppb_graphics_2d.h', | 38 'c/ppb_graphics_2d.h', |
40 'c/ppb_graphics_3d.h', | |
41 'c/ppb_image_data.h', | 39 'c/ppb_image_data.h', |
42 'c/ppb_input_event.h', | 40 'c/ppb_input_event.h', |
43 'c/ppb_instance.h', | 41 'c/ppb_instance.h', |
44 'c/ppb_messaging.h', | 42 'c/ppb_messaging.h', |
45 'c/ppb_opengles.h', | |
46 'c/ppb_url_loader.h', | 43 'c/ppb_url_loader.h', |
47 'c/ppb_url_request_info.h', | 44 'c/ppb_url_request_info.h', |
48 'c/ppb_url_response_info.h', | 45 'c/ppb_url_response_info.h', |
49 'c/ppb_var.h', | 46 'c/ppb_var.h', |
50 'c/ppp.h', | 47 'c/ppp.h', |
51 'c/ppp_input_event.h', | 48 'c/ppp_input_event.h', |
52 'c/ppp_instance.h', | 49 'c/ppp_instance.h', |
53 'c/ppp_messaging.h', | 50 'c/ppp_messaging.h', |
54 | 51 |
55 # Dev interfaces. | 52 # Dev interfaces. |
56 'c/dev/pp_cursor_type_dev.h', | 53 'c/dev/pp_cursor_type_dev.h', |
| 54 'c/dev/pp_graphics_3d_dev.h', |
57 'c/dev/pp_video_dev.h', | 55 'c/dev/pp_video_dev.h', |
58 'c/dev/ppb_buffer_dev.h', | 56 'c/dev/ppb_buffer_dev.h', |
59 'c/dev/ppb_char_set_dev.h', | 57 'c/dev/ppb_char_set_dev.h', |
60 'c/dev/ppb_context_3d_dev.h', | 58 'c/dev/ppb_context_3d_dev.h', |
61 'c/dev/ppb_context_3d_trusted_dev.h', | 59 'c/dev/ppb_context_3d_trusted_dev.h', |
62 'c/dev/ppb_console_dev.h', | 60 'c/dev/ppb_console_dev.h', |
63 'c/dev/ppb_cursor_control_dev.h', | 61 'c/dev/ppb_cursor_control_dev.h', |
64 'c/dev/ppb_directory_reader_dev.h', | 62 'c/dev/ppb_directory_reader_dev.h', |
65 'c/dev/ppb_file_chooser_dev.h', | 63 'c/dev/ppb_file_chooser_dev.h', |
66 'c/dev/ppb_find_dev.h', | 64 'c/dev/ppb_find_dev.h', |
67 'c/dev/ppb_font_dev.h', | 65 'c/dev/ppb_font_dev.h', |
68 'c/dev/ppb_fullscreen_dev.h', | 66 'c/dev/ppb_fullscreen_dev.h', |
| 67 'c/dev/ppb_graphics_3d_dev.h', |
| 68 'c/dev/ppb_graphics_3d_trusted_dev.h', |
69 'c/dev/ppb_memory_dev.h', | 69 'c/dev/ppb_memory_dev.h', |
| 70 'c/dev/ppb_opengles_dev.h', |
70 'c/dev/ppb_query_policy_dev.h', | 71 'c/dev/ppb_query_policy_dev.h', |
71 'c/dev/ppb_scrollbar_dev.h', | 72 'c/dev/ppb_scrollbar_dev.h', |
72 'c/dev/ppb_surface_3d_dev.h', | 73 'c/dev/ppb_surface_3d_dev.h', |
73 'c/dev/ppb_testing_dev.h', | 74 'c/dev/ppb_testing_dev.h', |
74 'c/dev/ppb_url_util_dev.h', | 75 'c/dev/ppb_url_util_dev.h', |
75 'c/dev/ppb_video_decoder_dev.h', | 76 'c/dev/ppb_video_decoder_dev.h', |
76 'c/dev/ppb_widget_dev.h', | 77 'c/dev/ppb_widget_dev.h', |
77 'c/dev/ppb_zoom_dev.h', | 78 'c/dev/ppb_zoom_dev.h', |
78 'c/dev/ppp_cursor_control_dev.h', | 79 'c/dev/ppp_cursor_control_dev.h', |
79 'c/dev/ppp_find_dev.h', | 80 'c/dev/ppp_find_dev.h', |
| 81 'c/dev/ppp_graphics_3d_dev.h', |
80 'c/dev/ppp_network_state_dev.h', | 82 'c/dev/ppp_network_state_dev.h', |
81 'c/dev/ppp_policy_update_dev.h', | 83 'c/dev/ppp_policy_update_dev.h', |
82 'c/dev/ppp_printing_dev.h', | 84 'c/dev/ppp_printing_dev.h', |
83 'c/dev/ppp_scrollbar_dev.h', | 85 'c/dev/ppp_scrollbar_dev.h', |
84 'c/dev/ppp_selection_dev.h', | 86 'c/dev/ppp_selection_dev.h', |
85 'c/dev/ppp_video_decoder_dev.h', | 87 'c/dev/ppp_video_decoder_dev.h', |
86 'c/dev/ppp_widget_dev.h', | 88 'c/dev/ppp_widget_dev.h', |
87 'c/dev/ppp_zoom_dev.h', | 89 'c/dev/ppp_zoom_dev.h', |
88 | 90 |
89 # Private interfaces. | 91 # Private interfaces. |
(...skipping 13 matching lines...) Expand all Loading... |
103 # Deprecated interfaces. | 105 # Deprecated interfaces. |
104 'c/dev/deprecated_bool.h', | 106 'c/dev/deprecated_bool.h', |
105 'c/dev/ppb_var_deprecated.h', | 107 'c/dev/ppb_var_deprecated.h', |
106 'c/dev/ppp_class_deprecated.h', | 108 'c/dev/ppp_class_deprecated.h', |
107 | 109 |
108 # Trusted interfaces. | 110 # Trusted interfaces. |
109 'c/trusted/ppb_audio_trusted.h', | 111 'c/trusted/ppb_audio_trusted.h', |
110 'c/trusted/ppb_broker_trusted.h', | 112 'c/trusted/ppb_broker_trusted.h', |
111 'c/trusted/ppb_buffer_trusted.h', | 113 'c/trusted/ppb_buffer_trusted.h', |
112 'c/trusted/ppb_file_io_trusted.h', | 114 'c/trusted/ppb_file_io_trusted.h', |
113 'c/trusted/ppb_graphics_3d_trusted.h', | |
114 'c/trusted/ppb_image_data_trusted.h', | 115 'c/trusted/ppb_image_data_trusted.h', |
115 'c/trusted/ppb_url_loader_trusted.h', | 116 'c/trusted/ppb_url_loader_trusted.h', |
116 'c/trusted/ppp_broker.h', | 117 'c/trusted/ppp_broker.h', |
117 ], | 118 ], |
118 'conditions': [ | 119 'conditions': [ |
119 ['p2p_apis==1', { | 120 ['p2p_apis==1', { |
120 'sources': [ | 121 'sources': [ |
121 'c/dev/ppb_transport_dev.h', | 122 'c/dev/ppb_transport_dev.h', |
122 ], | 123 ], |
123 }], | 124 }], |
(...skipping 18 matching lines...) Expand all Loading... |
142 'cpp/core.cc', | 143 'cpp/core.cc', |
143 'cpp/core.h', | 144 'cpp/core.h', |
144 'cpp/file_io.cc', | 145 'cpp/file_io.cc', |
145 'cpp/file_io.h', | 146 'cpp/file_io.h', |
146 'cpp/file_ref.cc', | 147 'cpp/file_ref.cc', |
147 'cpp/file_ref.h', | 148 'cpp/file_ref.h', |
148 'cpp/file_system.cc', | 149 'cpp/file_system.cc', |
149 'cpp/file_system.h', | 150 'cpp/file_system.h', |
150 'cpp/graphics_2d.cc', | 151 'cpp/graphics_2d.cc', |
151 'cpp/graphics_2d.h', | 152 'cpp/graphics_2d.h', |
152 'cpp/graphics_3d.cc', | |
153 'cpp/graphics_3d.h', | |
154 'cpp/graphics_3d_client.cc', | |
155 'cpp/graphics_3d_client.h', | |
156 'cpp/image_data.cc', | 153 'cpp/image_data.cc', |
157 'cpp/image_data.h', | 154 'cpp/image_data.h', |
158 'cpp/input_event.cc', | 155 'cpp/input_event.cc', |
159 'cpp/input_event.h', | 156 'cpp/input_event.h', |
160 'cpp/instance.cc', | 157 'cpp/instance.cc', |
161 'cpp/instance.h', | 158 'cpp/instance.h', |
162 'cpp/logging.h', | 159 'cpp/logging.h', |
163 'cpp/module.cc', | 160 'cpp/module.cc', |
164 'cpp/module.h', | 161 'cpp/module.h', |
165 'cpp/module_impl.h', | 162 'cpp/module_impl.h', |
(...skipping 27 matching lines...) Expand all Loading... |
193 'cpp/dev/directory_reader_dev.cc', | 190 'cpp/dev/directory_reader_dev.cc', |
194 'cpp/dev/directory_reader_dev.h', | 191 'cpp/dev/directory_reader_dev.h', |
195 'cpp/dev/file_chooser_dev.cc', | 192 'cpp/dev/file_chooser_dev.cc', |
196 'cpp/dev/file_chooser_dev.h', | 193 'cpp/dev/file_chooser_dev.h', |
197 'cpp/dev/find_dev.cc', | 194 'cpp/dev/find_dev.cc', |
198 'cpp/dev/find_dev.h', | 195 'cpp/dev/find_dev.h', |
199 'cpp/dev/font_dev.cc', | 196 'cpp/dev/font_dev.cc', |
200 'cpp/dev/font_dev.h', | 197 'cpp/dev/font_dev.h', |
201 'cpp/dev/fullscreen_dev.cc', | 198 'cpp/dev/fullscreen_dev.cc', |
202 'cpp/dev/fullscreen_dev.h', | 199 'cpp/dev/fullscreen_dev.h', |
| 200 'cpp/dev/graphics_3d_client_dev.cc', |
| 201 'cpp/dev/graphics_3d_client_dev.h', |
| 202 'cpp/dev/graphics_3d_dev.cc', |
| 203 'cpp/dev/graphics_3d_dev.h', |
203 'cpp/dev/memory_dev.cc', | 204 'cpp/dev/memory_dev.cc', |
204 'cpp/dev/memory_dev.h', | 205 'cpp/dev/memory_dev.h', |
205 'cpp/dev/printing_dev.cc', | 206 'cpp/dev/printing_dev.cc', |
206 'cpp/dev/printing_dev.h', | 207 'cpp/dev/printing_dev.h', |
207 'cpp/dev/scrollbar_dev.cc', | 208 'cpp/dev/scrollbar_dev.cc', |
208 'cpp/dev/scrollbar_dev.h', | 209 'cpp/dev/scrollbar_dev.h', |
209 'cpp/dev/selection_dev.cc', | 210 'cpp/dev/selection_dev.cc', |
210 'cpp/dev/selection_dev.h', | 211 'cpp/dev/selection_dev.h', |
211 'cpp/dev/surface_3d_dev.cc', | 212 'cpp/dev/surface_3d_dev.cc', |
212 'cpp/dev/surface_3d_dev.h', | 213 'cpp/dev/surface_3d_dev.h', |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 }], | 282 }], |
282 ['OS=="mac"', { | 283 ['OS=="mac"', { |
283 'xcode_settings': { | 284 'xcode_settings': { |
284 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], | 285 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], |
285 }, | 286 }, |
286 }] | 287 }] |
287 ], | 288 ], |
288 }, | 289 }, |
289 ], | 290 ], |
290 } | 291 } |
OLD | NEW |