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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 'c/dev/ppp_selection_dev.h', | 88 'c/dev/ppp_selection_dev.h', |
89 'c/dev/ppp_text_input_dev.h', | 89 'c/dev/ppp_text_input_dev.h', |
90 'c/dev/ppp_video_decoder_dev.h', | 90 'c/dev/ppp_video_decoder_dev.h', |
91 'c/dev/ppp_widget_dev.h', | 91 'c/dev/ppp_widget_dev.h', |
92 'c/dev/ppp_zoom_dev.h', | 92 'c/dev/ppp_zoom_dev.h', |
93 | 93 |
94 # Private interfaces. | 94 # Private interfaces. |
95 'c/private/pp_file_handle.h', | 95 'c/private/pp_file_handle.h', |
96 'c/private/pp_private_font_charset.h', | 96 'c/private/pp_private_font_charset.h', |
97 'c/private/ppb_content_decryptor_private.h', | 97 'c/private/ppb_content_decryptor_private.h', |
| 98 'c/private/ppb_ext_crx_file_system_private.h', |
98 'c/private/ppb_flash.h', | 99 'c/private/ppb_flash.h', |
99 'c/private/ppb_flash_clipboard.h', | 100 'c/private/ppb_flash_clipboard.h', |
100 'c/private/ppb_flash_file.h', | 101 'c/private/ppb_flash_file.h', |
101 'c/private/ppb_flash_font_file.h', | 102 'c/private/ppb_flash_font_file.h', |
102 'c/private/ppb_flash_fullscreen.h', | 103 'c/private/ppb_flash_fullscreen.h', |
103 'c/private/ppb_flash_menu.h', | 104 'c/private/ppb_flash_menu.h', |
104 'c/private/ppb_flash_message_loop.h', | 105 'c/private/ppb_flash_message_loop.h', |
105 'c/private/ppb_gpu_blacklist_private.h', | 106 'c/private/ppb_gpu_blacklist_private.h', |
106 'c/private/ppb_host_resolver_private.h', | 107 'c/private/ppb_host_resolver_private.h', |
107 'c/private/ppb_instance_private.h', | 108 'c/private/ppb_instance_private.h', |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 'cpp/dev/zoom_dev.cc', | 274 'cpp/dev/zoom_dev.cc', |
274 'cpp/dev/zoom_dev.h', | 275 'cpp/dev/zoom_dev.h', |
275 | 276 |
276 # Deprecated interfaces. | 277 # Deprecated interfaces. |
277 'cpp/dev/scriptable_object_deprecated.h', | 278 'cpp/dev/scriptable_object_deprecated.h', |
278 'cpp/dev/scriptable_object_deprecated.cc', | 279 'cpp/dev/scriptable_object_deprecated.cc', |
279 | 280 |
280 # Private interfaces. | 281 # Private interfaces. |
281 'cpp/private/content_decryptor_private.cc', | 282 'cpp/private/content_decryptor_private.cc', |
282 'cpp/private/content_decryptor_private.h', | 283 'cpp/private/content_decryptor_private.h', |
| 284 'cpp/private/ext_crx_file_system_private.cc', |
| 285 'cpp/private/ext_crx_file_system_private.h', |
283 'cpp/private/file_io_private.cc', | 286 'cpp/private/file_io_private.cc', |
284 'cpp/private/file_io_private.h', | 287 'cpp/private/file_io_private.h', |
285 'cpp/private/flash.cc', | 288 'cpp/private/flash.cc', |
286 'cpp/private/flash.h', | 289 'cpp/private/flash.h', |
287 'cpp/private/flash_clipboard.cc', | 290 'cpp/private/flash_clipboard.cc', |
288 'cpp/private/flash_clipboard.h', | 291 'cpp/private/flash_clipboard.h', |
289 'cpp/private/flash_device_id.cc', | 292 'cpp/private/flash_device_id.cc', |
290 'cpp/private/flash_device_id.h', | 293 'cpp/private/flash_device_id.h', |
291 'cpp/private/flash_file.cc', | 294 'cpp/private/flash_file.cc', |
292 'cpp/private/flash_file.h', | 295 'cpp/private/flash_file.h', |
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 'tests/test_x509_certificate_private.h', | 522 'tests/test_x509_certificate_private.h', |
520 | 523 |
521 # Deprecated test cases. | 524 # Deprecated test cases. |
522 'tests/test_instance_deprecated.cc', | 525 'tests/test_instance_deprecated.cc', |
523 'tests/test_instance_deprecated.h', | 526 'tests/test_instance_deprecated.h', |
524 'tests/test_var_deprecated.cc', | 527 'tests/test_var_deprecated.cc', |
525 'tests/test_var_deprecated.h', | 528 'tests/test_var_deprecated.h', |
526 ], | 529 ], |
527 }, | 530 }, |
528 } | 531 } |
OLD | NEW |