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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 'c/private/ppb_nacl_private.h', | 118 'c/private/ppb_nacl_private.h', |
119 'c/private/ppb_net_address_private.h', | 119 'c/private/ppb_net_address_private.h', |
120 'c/private/ppb_output_protection_private.h', | 120 'c/private/ppb_output_protection_private.h', |
121 'c/private/ppb_pdf.h', | 121 'c/private/ppb_pdf.h', |
122 'c/private/ppb_platform_verification_private.h', | 122 'c/private/ppb_platform_verification_private.h', |
123 'c/private/ppb_proxy_private.h', | 123 'c/private/ppb_proxy_private.h', |
124 'c/private/ppp_instance_private.h', | 124 'c/private/ppp_instance_private.h', |
125 'c/private/ppb_tcp_server_socket_private.h', | 125 'c/private/ppb_tcp_server_socket_private.h', |
126 'c/private/ppb_tcp_socket_private.h', | 126 'c/private/ppb_tcp_socket_private.h', |
127 'c/private/ppb_udp_socket_private.h', | 127 'c/private/ppb_udp_socket_private.h', |
| 128 'c/private/ppb_uma_private.h', |
128 'c/private/ppb_video_destination_private.h', | 129 'c/private/ppb_video_destination_private.h', |
129 'c/private/ppb_video_source_private.h', | 130 'c/private/ppb_video_source_private.h', |
130 'c/private/ppb_x509_certificate_private.h', | 131 'c/private/ppb_x509_certificate_private.h', |
131 'c/private/ppp_content_decryptor_private.h', | 132 'c/private/ppp_content_decryptor_private.h', |
132 | 133 |
133 # Deprecated interfaces. | 134 # Deprecated interfaces. |
134 'c/dev/deprecated_bool.h', | 135 'c/dev/deprecated_bool.h', |
135 'c/dev/ppb_var_deprecated.h', | 136 'c/dev/ppb_var_deprecated.h', |
136 'c/dev/ppp_class_deprecated.h', | 137 'c/dev/ppp_class_deprecated.h', |
137 | 138 |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 'cpp/private/pdf.cc', | 335 'cpp/private/pdf.cc', |
335 'cpp/private/pdf.h', | 336 'cpp/private/pdf.h', |
336 'cpp/private/platform_verification.cc', | 337 'cpp/private/platform_verification.cc', |
337 'cpp/private/platform_verification.h', | 338 'cpp/private/platform_verification.h', |
338 'cpp/private/tcp_server_socket_private.cc', | 339 'cpp/private/tcp_server_socket_private.cc', |
339 'cpp/private/tcp_server_socket_private.h', | 340 'cpp/private/tcp_server_socket_private.h', |
340 'cpp/private/tcp_socket_private.cc', | 341 'cpp/private/tcp_socket_private.cc', |
341 'cpp/private/tcp_socket_private.h', | 342 'cpp/private/tcp_socket_private.h', |
342 'cpp/private/udp_socket_private.cc', | 343 'cpp/private/udp_socket_private.cc', |
343 'cpp/private/udp_socket_private.h', | 344 'cpp/private/udp_socket_private.h', |
| 345 'cpp/private/uma_private.cc', |
| 346 'cpp/private/uma_private.h', |
344 'cpp/private/var_private.cc', | 347 'cpp/private/var_private.cc', |
345 'cpp/private/var_private.h', | 348 'cpp/private/var_private.h', |
346 'cpp/private/video_destination_private.cc', | 349 'cpp/private/video_destination_private.cc', |
347 'cpp/private/video_destination_private.h', | 350 'cpp/private/video_destination_private.h', |
348 'cpp/private/video_frame_private.cc', | 351 'cpp/private/video_frame_private.cc', |
349 'cpp/private/video_frame_private.h', | 352 'cpp/private/video_frame_private.h', |
350 'cpp/private/video_source_private.cc', | 353 'cpp/private/video_source_private.cc', |
351 'cpp/private/video_source_private.h', | 354 'cpp/private/video_source_private.h', |
352 'cpp/private/x509_certificate_private.cc', | 355 'cpp/private/x509_certificate_private.cc', |
353 'cpp/private/x509_certificate_private.h', | 356 'cpp/private/x509_certificate_private.h', |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
568 'tests/test_x509_certificate_private.h', | 571 'tests/test_x509_certificate_private.h', |
569 | 572 |
570 # Deprecated test cases. | 573 # Deprecated test cases. |
571 'tests/test_instance_deprecated.cc', | 574 'tests/test_instance_deprecated.cc', |
572 'tests/test_instance_deprecated.h', | 575 'tests/test_instance_deprecated.h', |
573 'tests/test_var_deprecated.cc', | 576 'tests/test_var_deprecated.cc', |
574 'tests/test_var_deprecated.h', | 577 'tests/test_var_deprecated.h', |
575 ], | 578 ], |
576 }, | 579 }, |
577 } | 580 } |
OLD | NEW |