| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 'c/dev/ppp_find_dev.h', | 83 'c/dev/ppp_find_dev.h', |
| 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/ppb_flash.h', | 94 'c/private/ppb_flash.h', |
| 94 'c/private/ppb_flash_clipboard.h', | 95 'c/private/ppb_flash_clipboard.h', |
| 95 'c/private/ppb_flash_file.h', | 96 'c/private/ppb_flash_file.h', |
| 96 'c/private/ppb_flash_fullscreen.h', | 97 'c/private/ppb_flash_fullscreen.h', |
| 97 'c/private/ppb_flash_menu.h', | 98 'c/private/ppb_flash_menu.h', |
| 98 'c/private/ppb_flash_message_loop.h', | 99 'c/private/ppb_flash_message_loop.h', |
| 99 'c/private/ppb_flash_tcp_socket.h', | 100 'c/private/ppb_flash_tcp_socket.h', |
| 100 'c/private/ppb_flash_udp_socket.h', | 101 'c/private/ppb_flash_udp_socket.h', |
| 101 'c/private/ppb_gpu_blacklist_private.h', | 102 'c/private/ppb_gpu_blacklist_private.h', |
| 102 'c/private/ppb_host_resolver_private.h', | 103 'c/private/ppb_host_resolver_private.h', |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 'tests/test_x509_certificate_private.h', | 455 'tests/test_x509_certificate_private.h', |
| 455 | 456 |
| 456 # Deprecated test cases. | 457 # Deprecated test cases. |
| 457 'tests/test_instance_deprecated.cc', | 458 'tests/test_instance_deprecated.cc', |
| 458 'tests/test_instance_deprecated.h', | 459 'tests/test_instance_deprecated.h', |
| 459 'tests/test_var_deprecated.cc', | 460 'tests/test_var_deprecated.cc', |
| 460 'tests/test_var_deprecated.h', | 461 'tests/test_var_deprecated.h', |
| 461 ], | 462 ], |
| 462 }, | 463 }, |
| 463 } | 464 } |
| OLD | NEW |