| 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_array_output.h', | 8 'c/pp_array_output.h', |
| 9 'c/pp_bool.h', | 9 'c/pp_bool.h', |
| 10 'c/pp_completion_callback.h', | 10 'c/pp_completion_callback.h', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 'c/dev/ppp_network_state_dev.h', | 84 'c/dev/ppp_network_state_dev.h', |
| 85 'c/dev/ppp_scrollbar_dev.h', | 85 'c/dev/ppp_scrollbar_dev.h', |
| 86 'c/dev/ppp_selection_dev.h', | 86 'c/dev/ppp_selection_dev.h', |
| 87 'c/dev/ppp_text_input_dev.h', | 87 'c/dev/ppp_text_input_dev.h', |
| 88 'c/dev/ppp_video_decoder_dev.h', | 88 'c/dev/ppp_video_decoder_dev.h', |
| 89 'c/dev/ppp_widget_dev.h', | 89 'c/dev/ppp_widget_dev.h', |
| 90 'c/dev/ppp_zoom_dev.h', | 90 'c/dev/ppp_zoom_dev.h', |
| 91 | 91 |
| 92 # Private interfaces. | 92 # Private interfaces. |
| 93 'c/private/pp_file_handle.h', | 93 'c/private/pp_file_handle.h', |
| 94 'c/private/ppb_content_decryptor_private.h', |
| 94 'c/private/ppb_flash.h', | 95 'c/private/ppb_flash.h', |
| 95 'c/private/ppb_flash_clipboard.h', | 96 'c/private/ppb_flash_clipboard.h', |
| 96 'c/private/ppb_flash_file.h', | 97 'c/private/ppb_flash_file.h', |
| 97 'c/private/ppb_flash_fullscreen.h', | 98 'c/private/ppb_flash_fullscreen.h', |
| 98 'c/private/ppb_flash_menu.h', | 99 'c/private/ppb_flash_menu.h', |
| 99 'c/private/ppb_flash_message_loop.h', | 100 'c/private/ppb_flash_message_loop.h', |
| 100 'c/private/ppb_flash_tcp_socket.h', | 101 'c/private/ppb_flash_tcp_socket.h', |
| 101 'c/private/ppb_flash_udp_socket.h', | 102 'c/private/ppb_flash_udp_socket.h', |
| 102 'c/private/ppb_gpu_blacklist_private.h', | 103 'c/private/ppb_gpu_blacklist_private.h', |
| 103 'c/private/ppb_host_resolver_private.h', | 104 'c/private/ppb_host_resolver_private.h', |
| 104 'c/private/ppb_instance_private.h', | 105 'c/private/ppb_instance_private.h', |
| 105 'c/private/ppb_nacl_private.h', | 106 'c/private/ppb_nacl_private.h', |
| 106 'c/private/ppb_net_address_private.h', | 107 'c/private/ppb_net_address_private.h', |
| 107 'c/private/ppb_pdf.h', | 108 'c/private/ppb_pdf.h', |
| 108 'c/private/ppb_proxy_private.h', | 109 'c/private/ppb_proxy_private.h', |
| 109 'c/private/ppp_instance_private.h', | 110 'c/private/ppp_instance_private.h', |
| 110 'c/private/ppb_network_list_private.h', | 111 'c/private/ppb_network_list_private.h', |
| 111 'c/private/ppb_network_monitor_private.h', | 112 'c/private/ppb_network_monitor_private.h', |
| 112 'c/private/ppb_tcp_server_socket_private.h', | 113 'c/private/ppb_tcp_server_socket_private.h', |
| 113 'c/private/ppb_tcp_socket_private.h', | 114 'c/private/ppb_tcp_socket_private.h', |
| 114 'c/private/ppb_udp_socket_private.h', | 115 'c/private/ppb_udp_socket_private.h', |
| 115 'c/private/ppb_x509_certificate_private.h', | 116 'c/private/ppb_x509_certificate_private.h', |
| 117 'c/private/ppp_content_decryptor_private.h', |
| 116 | 118 |
| 117 # Deprecated interfaces. | 119 # Deprecated interfaces. |
| 118 'c/dev/deprecated_bool.h', | 120 'c/dev/deprecated_bool.h', |
| 119 'c/dev/ppb_var_deprecated.h', | 121 'c/dev/ppb_var_deprecated.h', |
| 120 'c/dev/ppp_class_deprecated.h', | 122 'c/dev/ppp_class_deprecated.h', |
| 121 | 123 |
| 122 # Trusted interfaces. | 124 # Trusted interfaces. |
| 123 'c/trusted/ppb_audio_trusted.h', | 125 'c/trusted/ppb_audio_trusted.h', |
| 124 'c/trusted/ppb_broker_trusted.h', | 126 'c/trusted/ppb_broker_trusted.h', |
| 125 'c/trusted/ppb_browser_font_trusted.h', | 127 'c/trusted/ppb_browser_font_trusted.h', |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 'cpp/dev/widget_dev.cc', | 248 'cpp/dev/widget_dev.cc', |
| 247 'cpp/dev/widget_dev.h', | 249 'cpp/dev/widget_dev.h', |
| 248 'cpp/dev/zoom_dev.cc', | 250 'cpp/dev/zoom_dev.cc', |
| 249 'cpp/dev/zoom_dev.h', | 251 'cpp/dev/zoom_dev.h', |
| 250 | 252 |
| 251 # Deprecated interfaces. | 253 # Deprecated interfaces. |
| 252 'cpp/dev/scriptable_object_deprecated.h', | 254 'cpp/dev/scriptable_object_deprecated.h', |
| 253 'cpp/dev/scriptable_object_deprecated.cc', | 255 'cpp/dev/scriptable_object_deprecated.cc', |
| 254 | 256 |
| 255 # Private interfaces. | 257 # Private interfaces. |
| 258 'cpp/private/content_decryptor_private.cc', |
| 259 'cpp/private/content_decryptor_private.h', |
| 256 'cpp/private/flash.cc', | 260 'cpp/private/flash.cc', |
| 257 'cpp/private/flash.h', | 261 'cpp/private/flash.h', |
| 258 'cpp/private/flash_clipboard.cc', | 262 'cpp/private/flash_clipboard.cc', |
| 259 'cpp/private/flash_clipboard.h', | 263 'cpp/private/flash_clipboard.h', |
| 260 'cpp/private/flash_device_id.cc', | 264 'cpp/private/flash_device_id.cc', |
| 261 'cpp/private/flash_device_id.h', | 265 'cpp/private/flash_device_id.h', |
| 262 'cpp/private/flash_file.cc', | 266 'cpp/private/flash_file.cc', |
| 263 'cpp/private/flash_file.h', | 267 'cpp/private/flash_file.h', |
| 264 'cpp/private/flash_fullscreen.cc', | 268 'cpp/private/flash_fullscreen.cc', |
| 265 'cpp/private/flash_fullscreen.h', | 269 'cpp/private/flash_fullscreen.h', |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 'tests/test_x509_certificate_private.h', | 459 'tests/test_x509_certificate_private.h', |
| 456 | 460 |
| 457 # Deprecated test cases. | 461 # Deprecated test cases. |
| 458 'tests/test_instance_deprecated.cc', | 462 'tests/test_instance_deprecated.cc', |
| 459 'tests/test_instance_deprecated.h', | 463 'tests/test_instance_deprecated.h', |
| 460 'tests/test_var_deprecated.cc', | 464 'tests/test_var_deprecated.cc', |
| 461 'tests/test_var_deprecated.h', | 465 'tests/test_var_deprecated.h', |
| 462 ], | 466 ], |
| 463 }, | 467 }, |
| 464 } | 468 } |
| OLD | NEW |