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_text_input_dev.h', | 88 'c/dev/ppp_text_input_dev.h', |
89 'c/dev/ppp_video_decoder_dev.h', | 89 'c/dev/ppp_video_decoder_dev.h', |
90 'c/dev/ppp_widget_dev.h', | 90 'c/dev/ppp_widget_dev.h', |
91 'c/dev/ppp_zoom_dev.h', | 91 'c/dev/ppp_zoom_dev.h', |
92 | 92 |
93 # Private interfaces. | 93 # Private interfaces. |
94 'c/private/pp_file_handle.h', | 94 'c/private/pp_file_handle.h', |
95 'c/private/pp_private_font_charset.h', | 95 'c/private/pp_private_font_charset.h', |
96 'c/private/pp_video_frame_private.h', | 96 'c/private/pp_video_frame_private.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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 'cpp/dev/zoom_dev.cc', | 268 'cpp/dev/zoom_dev.cc', |
268 'cpp/dev/zoom_dev.h', | 269 'cpp/dev/zoom_dev.h', |
269 | 270 |
270 # Deprecated interfaces. | 271 # Deprecated interfaces. |
271 'cpp/dev/scriptable_object_deprecated.h', | 272 'cpp/dev/scriptable_object_deprecated.h', |
272 'cpp/dev/scriptable_object_deprecated.cc', | 273 'cpp/dev/scriptable_object_deprecated.cc', |
273 | 274 |
274 # Private interfaces. | 275 # Private interfaces. |
275 'cpp/private/content_decryptor_private.cc', | 276 'cpp/private/content_decryptor_private.cc', |
276 'cpp/private/content_decryptor_private.h', | 277 'cpp/private/content_decryptor_private.h', |
| 278 'cpp/private/ext_crx_file_system_private.cc', |
| 279 'cpp/private/ext_crx_file_system_private.h', |
277 'cpp/private/file_io_private.cc', | 280 'cpp/private/file_io_private.cc', |
278 'cpp/private/file_io_private.h', | 281 'cpp/private/file_io_private.h', |
279 'cpp/private/flash.cc', | 282 'cpp/private/flash.cc', |
280 'cpp/private/flash.h', | 283 'cpp/private/flash.h', |
281 'cpp/private/flash_clipboard.cc', | 284 'cpp/private/flash_clipboard.cc', |
282 'cpp/private/flash_clipboard.h', | 285 'cpp/private/flash_clipboard.h', |
283 'cpp/private/flash_device_id.cc', | 286 'cpp/private/flash_device_id.cc', |
284 'cpp/private/flash_device_id.h', | 287 'cpp/private/flash_device_id.h', |
285 'cpp/private/flash_file.cc', | 288 'cpp/private/flash_file.cc', |
286 'cpp/private/flash_file.h', | 289 'cpp/private/flash_file.h', |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
521 'tests/test_x509_certificate_private.h', | 524 'tests/test_x509_certificate_private.h', |
522 | 525 |
523 # Deprecated test cases. | 526 # Deprecated test cases. |
524 'tests/test_instance_deprecated.cc', | 527 'tests/test_instance_deprecated.cc', |
525 'tests/test_instance_deprecated.h', | 528 'tests/test_instance_deprecated.h', |
526 'tests/test_var_deprecated.cc', | 529 'tests/test_var_deprecated.cc', |
527 'tests/test_var_deprecated.h', | 530 'tests/test_var_deprecated.h', |
528 ], | 531 ], |
529 }, | 532 }, |
530 } | 533 } |
OLD | NEW |