OLD | NEW |
(Empty) | |
| 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. |
| 4 |
| 5 { |
| 6 'variables': { |
| 7 'c_sources': [ |
| 8 'c/pp_bool.h', |
| 9 'c/pp_completion_callback.h', |
| 10 'c/pp_errors.h', |
| 11 'c/pp_file_info.h', |
| 12 'c/pp_graphics_3d.h', |
| 13 'c/pp_input_event.h', |
| 14 'c/pp_instance.h', |
| 15 'c/pp_macros.h', |
| 16 'c/pp_module.h', |
| 17 'c/pp_point.h', |
| 18 'c/pp_rect.h', |
| 19 'c/pp_resource.h', |
| 20 'c/pp_size.h', |
| 21 'c/pp_stdint.h', |
| 22 'c/pp_time.h', |
| 23 'c/pp_var.h', |
| 24 'c/ppb.h', |
| 25 'c/ppb_audio.h', |
| 26 'c/ppb_audio_config.h', |
| 27 'c/ppb_core.h', |
| 28 'c/ppb_file_io.h', |
| 29 'c/ppb_file_ref.h', |
| 30 'c/ppb_file_system.h', |
| 31 'c/ppb_fullscreen.h', |
| 32 'c/ppb_graphics_2d.h', |
| 33 'c/ppb_graphics_3d.h', |
| 34 'c/ppb_image_data.h', |
| 35 'c/ppb_input_event.h', |
| 36 'c/ppb_instance.h', |
| 37 'c/ppb_messaging.h', |
| 38 'c/ppb_mouse_lock.h', |
| 39 'c/ppb_opengles2.h', |
| 40 'c/ppb_url_loader.h', |
| 41 'c/ppb_url_request_info.h', |
| 42 'c/ppb_url_response_info.h', |
| 43 'c/ppb_var.h', |
| 44 'c/ppp.h', |
| 45 'c/ppp_graphics_3d.h', |
| 46 'c/ppp_input_event.h', |
| 47 'c/ppp_instance.h', |
| 48 'c/ppp_messaging.h', |
| 49 'c/ppp_mouse_lock.h', |
| 50 |
| 51 # Dev interfaces. |
| 52 'c/dev/pp_cursor_type_dev.h', |
| 53 'c/dev/pp_video_dev.h', |
| 54 'c/dev/ppb_buffer_dev.h', |
| 55 'c/dev/ppb_char_set_dev.h', |
| 56 'c/dev/ppb_context_3d_dev.h', |
| 57 'c/dev/ppb_context_3d_trusted_dev.h', |
| 58 'c/dev/ppb_console_dev.h', |
| 59 'c/dev/ppb_cursor_control_dev.h', |
| 60 'c/dev/ppb_directory_reader_dev.h', |
| 61 'c/dev/ppb_file_chooser_dev.h', |
| 62 'c/dev/ppb_find_dev.h', |
| 63 'c/dev/ppb_font_dev.h', |
| 64 'c/dev/ppb_fullscreen_dev.h', |
| 65 'c/dev/ppb_ime_input_event_dev.h', |
| 66 'c/dev/ppb_memory_dev.h', |
| 67 'c/dev/ppb_scrollbar_dev.h', |
| 68 'c/dev/ppb_surface_3d_dev.h', |
| 69 'c/dev/ppb_testing_dev.h', |
| 70 'c/dev/ppb_url_util_dev.h', |
| 71 'c/dev/ppb_video_decoder_dev.h', |
| 72 'c/dev/ppb_websocket_dev.h', |
| 73 'c/dev/ppb_widget_dev.h', |
| 74 'c/dev/ppb_zoom_dev.h', |
| 75 'c/dev/ppp_cursor_control_dev.h', |
| 76 'c/dev/ppp_find_dev.h', |
| 77 'c/dev/ppp_network_state_dev.h', |
| 78 'c/dev/ppp_scrollbar_dev.h', |
| 79 'c/dev/ppp_selection_dev.h', |
| 80 'c/dev/ppb_text_input_dev.h', |
| 81 'c/dev/ppp_video_decoder_dev.h', |
| 82 'c/dev/ppp_widget_dev.h', |
| 83 'c/dev/ppp_zoom_dev.h', |
| 84 |
| 85 # Private interfaces. |
| 86 'c/private/ppb_flash.h', |
| 87 'c/private/ppb_flash_clipboard.h', |
| 88 'c/private/ppb_flash_file.h', |
| 89 'c/private/ppb_flash_fullscreen.h', |
| 90 'c/private/ppb_flash_menu.h', |
| 91 'c/private/ppb_flash_net_connector.h', |
| 92 'c/private/ppb_flash_tcp_socket.h', |
| 93 'c/private/ppb_flash_udp_socket.h', |
| 94 'c/private/ppb_gpu_blacklist_private.h', |
| 95 'c/private/ppb_instance_private.h', |
| 96 'c/private/ppb_nacl_private.h', |
| 97 'c/private/ppb_net_address_private.h', |
| 98 'c/private/ppb_pdf.h', |
| 99 'c/private/ppb_proxy_private.h', |
| 100 'c/private/ppp_instance_private.h', |
| 101 'c/private/ppb_tcp_socket_private.h', |
| 102 'c/private/ppb_udp_socket_private.h', |
| 103 |
| 104 # Deprecated interfaces. |
| 105 'c/dev/deprecated_bool.h', |
| 106 'c/dev/ppb_var_deprecated.h', |
| 107 'c/dev/ppp_class_deprecated.h', |
| 108 |
| 109 # Trusted interfaces. |
| 110 'c/trusted/ppb_audio_trusted.h', |
| 111 'c/trusted/ppb_broker_trusted.h', |
| 112 'c/trusted/ppb_buffer_trusted.h', |
| 113 'c/trusted/ppb_file_chooser_trusted.h', |
| 114 'c/trusted/ppb_file_io_trusted.h', |
| 115 'c/trusted/ppb_graphics_3d_trusted.h', |
| 116 'c/trusted/ppb_image_data_trusted.h', |
| 117 'c/trusted/ppb_url_loader_trusted.h', |
| 118 'c/trusted/ppp_broker.h', |
| 119 ], |
| 120 |
| 121 'cpp_sources': [ |
| 122 'cpp/audio.cc', |
| 123 'cpp/audio.h', |
| 124 'cpp/audio_config.cc', |
| 125 'cpp/audio_config.h', |
| 126 'cpp/completion_callback.cc', |
| 127 'cpp/completion_callback.h', |
| 128 'cpp/core.cc', |
| 129 'cpp/core.h', |
| 130 'cpp/file_io.cc', |
| 131 'cpp/file_io.h', |
| 132 'cpp/file_ref.cc', |
| 133 'cpp/file_ref.h', |
| 134 'cpp/file_system.cc', |
| 135 'cpp/file_system.h', |
| 136 'cpp/fullscreen.cc', |
| 137 'cpp/fullscreen.h', |
| 138 'cpp/graphics_2d.cc', |
| 139 'cpp/graphics_2d.h', |
| 140 'cpp/graphics_3d.cc', |
| 141 'cpp/graphics_3d.h', |
| 142 'cpp/graphics_3d_client.cc', |
| 143 'cpp/graphics_3d_client.h', |
| 144 'cpp/image_data.cc', |
| 145 'cpp/image_data.h', |
| 146 'cpp/input_event.cc', |
| 147 'cpp/input_event.h', |
| 148 'cpp/instance.cc', |
| 149 'cpp/instance.h', |
| 150 'cpp/logging.h', |
| 151 'cpp/module.cc', |
| 152 'cpp/module.h', |
| 153 'cpp/module_impl.h', |
| 154 'cpp/mouse_lock.cc', |
| 155 'cpp/mouse_lock.h', |
| 156 'cpp/non_thread_safe_ref_count.h', |
| 157 'cpp/paint_aggregator.cc', |
| 158 'cpp/paint_aggregator.h', |
| 159 'cpp/paint_manager.cc', |
| 160 'cpp/paint_manager.h', |
| 161 'cpp/point.h', |
| 162 'cpp/rect.cc', |
| 163 'cpp/rect.h', |
| 164 'cpp/resource.cc', |
| 165 'cpp/resource.h', |
| 166 'cpp/size.h', |
| 167 'cpp/url_loader.cc', |
| 168 'cpp/url_loader.h', |
| 169 'cpp/url_request_info.cc', |
| 170 'cpp/url_request_info.h', |
| 171 'cpp/url_response_info.cc', |
| 172 'cpp/url_response_info.h', |
| 173 'cpp/var.cc', |
| 174 'cpp/var.h', |
| 175 |
| 176 # Dev interfaces. |
| 177 'cpp/dev/audio_input_dev.cc', |
| 178 'cpp/dev/audio_input_dev.h', |
| 179 'cpp/dev/buffer_dev.cc', |
| 180 'cpp/dev/buffer_dev.h', |
| 181 'cpp/dev/context_3d_dev.cc', |
| 182 'cpp/dev/context_3d_dev.h', |
| 183 'cpp/dev/directory_entry_dev.cc', |
| 184 'cpp/dev/directory_entry_dev.h', |
| 185 'cpp/dev/directory_reader_dev.cc', |
| 186 'cpp/dev/directory_reader_dev.h', |
| 187 'cpp/dev/file_chooser_dev.cc', |
| 188 'cpp/dev/file_chooser_dev.h', |
| 189 'cpp/dev/find_dev.cc', |
| 190 'cpp/dev/find_dev.h', |
| 191 'cpp/dev/font_dev.cc', |
| 192 'cpp/dev/font_dev.h', |
| 193 'cpp/dev/fullscreen_dev.cc', |
| 194 'cpp/dev/fullscreen_dev.h', |
| 195 'cpp/dev/ime_input_event_dev.cc', |
| 196 'cpp/dev/ime_input_event_dev.h', |
| 197 'cpp/dev/memory_dev.cc', |
| 198 'cpp/dev/memory_dev.h', |
| 199 'cpp/dev/printing_dev.cc', |
| 200 'cpp/dev/printing_dev.h', |
| 201 'cpp/dev/scrollbar_dev.cc', |
| 202 'cpp/dev/scrollbar_dev.h', |
| 203 'cpp/dev/selection_dev.cc', |
| 204 'cpp/dev/selection_dev.h', |
| 205 'cpp/dev/surface_3d_dev.cc', |
| 206 'cpp/dev/surface_3d_dev.h', |
| 207 'cpp/dev/text_input_dev.cc', |
| 208 'cpp/dev/text_input_dev.h', |
| 209 'cpp/dev/url_util_dev.cc', |
| 210 'cpp/dev/url_util_dev.h', |
| 211 'cpp/dev/video_capture_client_dev.cc', |
| 212 'cpp/dev/video_capture_client_dev.h', |
| 213 'cpp/dev/video_capture_dev.cc', |
| 214 'cpp/dev/video_capture_dev.h', |
| 215 'cpp/dev/video_decoder_client_dev.cc', |
| 216 'cpp/dev/video_decoder_client_dev.h', |
| 217 'cpp/dev/video_decoder_dev.cc', |
| 218 'cpp/dev/video_decoder_dev.h', |
| 219 'cpp/dev/widget_client_dev.cc', |
| 220 'cpp/dev/widget_client_dev.h', |
| 221 'cpp/dev/widget_dev.cc', |
| 222 'cpp/dev/widget_dev.h', |
| 223 'cpp/dev/zoom_dev.cc', |
| 224 'cpp/dev/zoom_dev.h', |
| 225 |
| 226 # Deprecated interfaces. |
| 227 'cpp/dev/scriptable_object_deprecated.h', |
| 228 'cpp/dev/scriptable_object_deprecated.cc', |
| 229 |
| 230 # Private interfaces. |
| 231 'cpp/private/flash_fullscreen.cc', |
| 232 'cpp/private/flash_fullscreen.h', |
| 233 'cpp/private/flash_menu.cc', |
| 234 'cpp/private/flash_menu.h', |
| 235 'cpp/private/flash_net_connector.cc', |
| 236 'cpp/private/flash_net_connector.h', |
| 237 'cpp/private/instance_private.cc', |
| 238 'cpp/private/instance_private.h', |
| 239 'cpp/private/net_address_private.cc', |
| 240 'cpp/private/net_address_private.h', |
| 241 'cpp/private/tcp_socket_private.cc', |
| 242 'cpp/private/tcp_socket_private.h', |
| 243 'cpp/private/udp_socket_private.cc', |
| 244 'cpp/private/udp_socket_private.h', |
| 245 'cpp/private/var_private.cc', |
| 246 'cpp/private/var_private.h', |
| 247 |
| 248 # Trusted interfaces. |
| 249 'cpp/trusted/file_chooser_trusted.cc', |
| 250 'cpp/trusted/file_chooser_trusted.h', |
| 251 ], |
| 252 'test_sources': [ |
| 253 # Common test files. |
| 254 'tests/test_case.cc', |
| 255 'tests/test_case.h', |
| 256 'tests/testing_instance.cc', |
| 257 'tests/testing_instance.h', |
| 258 |
| 259 # Test cases. |
| 260 'tests/all_c_includes.h', |
| 261 'tests/all_cpp_includes.h', |
| 262 'tests/arch_dependent_sizes_32.h', |
| 263 'tests/arch_dependent_sizes_64.h', |
| 264 'tests/pp_thread.h', |
| 265 'tests/test_broker.cc', |
| 266 'tests/test_broker.h', |
| 267 'tests/test_buffer.cc', |
| 268 'tests/test_buffer.h', |
| 269 'tests/test_c_includes.c', |
| 270 'tests/test_char_set.cc', |
| 271 'tests/test_char_set.h', |
| 272 'tests/test_core.cc', |
| 273 'tests/test_core.h', |
| 274 'tests/test_cpp_includes.cc', |
| 275 'tests/test_crypto.cc', |
| 276 'tests/test_crypto.h', |
| 277 'tests/test_cursor_control.cc', |
| 278 'tests/test_cursor_control.h', |
| 279 'tests/test_directory_reader.cc', |
| 280 'tests/test_directory_reader.h', |
| 281 'tests/test_file_io.cc', |
| 282 'tests/test_file_io.h', |
| 283 'tests/test_file_ref.cc', |
| 284 'tests/test_file_ref.h', |
| 285 'tests/test_file_system.cc', |
| 286 'tests/test_file_system.h', |
| 287 'tests/test_flash.cc', |
| 288 'tests/test_flash.h', |
| 289 'tests/test_flash_clipboard.cc', |
| 290 'tests/test_flash_clipboard.h', |
| 291 'tests/test_flash_fullscreen.cc', |
| 292 'tests/test_flash_fullscreen.h', |
| 293 'tests/test_fullscreen.cc', |
| 294 'tests/test_fullscreen.h', |
| 295 'tests/test_graphics_2d.cc', |
| 296 'tests/test_graphics_2d.h', |
| 297 'tests/test_graphics_3d.cc', |
| 298 'tests/test_graphics_3d.h', |
| 299 'tests/test_image_data.cc', |
| 300 'tests/test_image_data.h', |
| 301 'tests/test_input_event.cc', |
| 302 'tests/test_input_event.h', |
| 303 'tests/test_memory.cc', |
| 304 'tests/test_memory.h', |
| 305 'tests/test_net_address_private.cc', |
| 306 'tests/test_net_address_private.h', |
| 307 'tests/test_paint_aggregator.cc', |
| 308 'tests/test_paint_aggregator.h', |
| 309 'tests/test_post_message.cc', |
| 310 'tests/test_post_message.h', |
| 311 'tests/test_scrollbar.cc', |
| 312 'tests/test_scrollbar.h', |
| 313 'tests/test_struct_sizes.c', |
| 314 'tests/test_tcp_socket_private.cc', |
| 315 'tests/test_tcp_socket_private.h', |
| 316 'tests/test_uma.cc', |
| 317 'tests/test_uma.h', |
| 318 'tests/test_url_loader.cc', |
| 319 'tests/test_url_loader.h', |
| 320 'tests/test_url_util.cc', |
| 321 'tests/test_url_util.h', |
| 322 'tests/test_utils.cc', |
| 323 'tests/test_utils.h', |
| 324 'tests/test_var.cc', |
| 325 'tests/test_var.h', |
| 326 'tests/test_video_decoder.cc', |
| 327 'tests/test_video_decoder.h', |
| 328 'tests/test_websocket.cc', |
| 329 'tests/test_websocket.h', |
| 330 |
| 331 # Deprecated test cases. |
| 332 'tests/test_instance_deprecated.cc', |
| 333 'tests/test_instance_deprecated.h', |
| 334 'tests/test_var_deprecated.cc', |
| 335 'tests/test_var_deprecated.h', |
| 336 ], |
| 337 }, |
| 338 'conditions': [ |
| 339 ['p2p_apis==1', { |
| 340 'variables': { |
| 341 'c_sources': [ |
| 342 'c/dev/ppb_transport_dev.h', |
| 343 ], |
| 344 'cpp_sources': [ |
| 345 'cpp/dev/transport_dev.cc', |
| 346 'cpp/dev/transport_dev.h', |
| 347 ], |
| 348 }, |
| 349 }], |
| 350 ], |
| 351 } |
OLD | NEW |