OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'c_source_files': [ | 7 'c_source_files': [ |
8 'c/pp_bool.h', | 8 'c/pp_bool.h', |
9 'c/pp_completion_callback.h', | 9 'c/pp_completion_callback.h', |
10 'c/pp_errors.h', | 10 'c/pp_errors.h', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 'c/dev/ppp_video_decoder_dev.h', | 82 'c/dev/ppp_video_decoder_dev.h', |
83 'c/dev/ppp_widget_dev.h', | 83 'c/dev/ppp_widget_dev.h', |
84 'c/dev/ppp_zoom_dev.h', | 84 'c/dev/ppp_zoom_dev.h', |
85 | 85 |
86 # Private interfaces. | 86 # Private interfaces. |
87 'c/private/ppb_flash.h', | 87 'c/private/ppb_flash.h', |
88 'c/private/ppb_flash_clipboard.h', | 88 'c/private/ppb_flash_clipboard.h', |
89 'c/private/ppb_flash_file.h', | 89 'c/private/ppb_flash_file.h', |
90 'c/private/ppb_flash_fullscreen.h', | 90 'c/private/ppb_flash_fullscreen.h', |
91 'c/private/ppb_flash_menu.h', | 91 'c/private/ppb_flash_menu.h', |
| 92 'c/private/ppb_flash_message_loop.h', |
92 'c/private/ppb_flash_net_connector.h', | 93 'c/private/ppb_flash_net_connector.h', |
93 'c/private/ppb_flash_tcp_socket.h', | 94 'c/private/ppb_flash_tcp_socket.h', |
94 'c/private/ppb_flash_udp_socket.h', | 95 'c/private/ppb_flash_udp_socket.h', |
95 'c/private/ppb_gpu_blacklist_private.h', | 96 'c/private/ppb_gpu_blacklist_private.h', |
96 'c/private/ppb_instance_private.h', | 97 'c/private/ppb_instance_private.h', |
97 'c/private/ppb_nacl_private.h', | 98 'c/private/ppb_nacl_private.h', |
98 'c/private/ppb_net_address_private.h', | 99 'c/private/ppb_net_address_private.h', |
99 'c/private/ppb_pdf.h', | 100 'c/private/ppb_pdf.h', |
100 'c/private/ppb_proxy_private.h', | 101 'c/private/ppb_proxy_private.h', |
101 'c/private/ppp_instance_private.h', | 102 'c/private/ppp_instance_private.h', |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 | 229 |
229 # Private interfaces. | 230 # Private interfaces. |
230 'cpp/private/flash.cc', | 231 'cpp/private/flash.cc', |
231 'cpp/private/flash.h', | 232 'cpp/private/flash.h', |
232 'cpp/private/flash_clipboard.cc', | 233 'cpp/private/flash_clipboard.cc', |
233 'cpp/private/flash_clipboard.h', | 234 'cpp/private/flash_clipboard.h', |
234 'cpp/private/flash_fullscreen.cc', | 235 'cpp/private/flash_fullscreen.cc', |
235 'cpp/private/flash_fullscreen.h', | 236 'cpp/private/flash_fullscreen.h', |
236 'cpp/private/flash_menu.cc', | 237 'cpp/private/flash_menu.cc', |
237 'cpp/private/flash_menu.h', | 238 'cpp/private/flash_menu.h', |
| 239 'cpp/private/flash_message_loop.cc', |
| 240 'cpp/private/flash_message_loop.h', |
238 'cpp/private/flash_net_connector.cc', | 241 'cpp/private/flash_net_connector.cc', |
239 'cpp/private/flash_net_connector.h', | 242 'cpp/private/flash_net_connector.h', |
240 'cpp/private/instance_private.cc', | 243 'cpp/private/instance_private.cc', |
241 'cpp/private/instance_private.h', | 244 'cpp/private/instance_private.h', |
242 'cpp/private/net_address_private.cc', | 245 'cpp/private/net_address_private.cc', |
243 'cpp/private/net_address_private.h', | 246 'cpp/private/net_address_private.h', |
244 'cpp/private/tcp_socket_private.cc', | 247 'cpp/private/tcp_socket_private.cc', |
245 'cpp/private/tcp_socket_private.h', | 248 'cpp/private/tcp_socket_private.h', |
246 'cpp/private/udp_socket_private.cc', | 249 'cpp/private/udp_socket_private.cc', |
247 'cpp/private/udp_socket_private.h', | 250 'cpp/private/udp_socket_private.h', |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 'tests/test_file_ref.cc', | 345 'tests/test_file_ref.cc', |
343 'tests/test_file_ref.h', | 346 'tests/test_file_ref.h', |
344 'tests/test_file_system.cc', | 347 'tests/test_file_system.cc', |
345 'tests/test_file_system.h', | 348 'tests/test_file_system.h', |
346 'tests/test_flash.cc', | 349 'tests/test_flash.cc', |
347 'tests/test_flash.h', | 350 'tests/test_flash.h', |
348 'tests/test_flash_clipboard.cc', | 351 'tests/test_flash_clipboard.cc', |
349 'tests/test_flash_clipboard.h', | 352 'tests/test_flash_clipboard.h', |
350 'tests/test_flash_fullscreen.cc', | 353 'tests/test_flash_fullscreen.cc', |
351 'tests/test_flash_fullscreen.h', | 354 'tests/test_flash_fullscreen.h', |
| 355 'tests/test_flash_message_loop.cc', |
| 356 'tests/test_flash_message_loop.h', |
352 'tests/test_fullscreen.cc', | 357 'tests/test_fullscreen.cc', |
353 'tests/test_fullscreen.h', | 358 'tests/test_fullscreen.h', |
354 'tests/test_graphics_2d.cc', | 359 'tests/test_graphics_2d.cc', |
355 'tests/test_graphics_2d.h', | 360 'tests/test_graphics_2d.h', |
356 'tests/test_graphics_3d.cc', | 361 'tests/test_graphics_3d.cc', |
357 'tests/test_graphics_3d.h', | 362 'tests/test_graphics_3d.h', |
358 'tests/test_image_data.cc', | 363 'tests/test_image_data.cc', |
359 'tests/test_image_data.h', | 364 'tests/test_image_data.h', |
360 'tests/test_input_event.cc', | 365 'tests/test_input_event.cc', |
361 'tests/test_input_event.h', | 366 'tests/test_input_event.h', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 'c/dev/ppb_transport_dev.h', | 410 'c/dev/ppb_transport_dev.h', |
406 ], | 411 ], |
407 'cpp_source_files': [ | 412 'cpp_source_files': [ |
408 'cpp/dev/transport_dev.cc', | 413 'cpp/dev/transport_dev.cc', |
409 'cpp/dev/transport_dev.h', | 414 'cpp/dev/transport_dev.h', |
410 ], | 415 ], |
411 }, | 416 }, |
412 }], | 417 }], |
413 ], | 418 ], |
414 } | 419 } |
OLD | NEW |