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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'c/dev/ppp_widget_dev.h', | 87 'c/dev/ppp_widget_dev.h', |
88 'c/dev/ppp_zoom_dev.h', | 88 'c/dev/ppp_zoom_dev.h', |
89 | 89 |
90 # Private interfaces. | 90 # Private interfaces. |
91 'c/private/ppb_flash.h', | 91 'c/private/ppb_flash.h', |
92 'c/private/ppb_flash_clipboard.h', | 92 'c/private/ppb_flash_clipboard.h', |
93 'c/private/ppb_flash_file.h', | 93 'c/private/ppb_flash_file.h', |
94 'c/private/ppb_flash_fullscreen.h', | 94 'c/private/ppb_flash_fullscreen.h', |
95 'c/private/ppb_flash_menu.h', | 95 'c/private/ppb_flash_menu.h', |
96 'c/private/ppb_flash_message_loop.h', | 96 'c/private/ppb_flash_message_loop.h', |
97 'c/private/ppb_flash_net_connector.h', | |
98 'c/private/ppb_flash_tcp_socket.h', | 97 'c/private/ppb_flash_tcp_socket.h', |
99 'c/private/ppb_flash_udp_socket.h', | 98 'c/private/ppb_flash_udp_socket.h', |
100 'c/private/ppb_gpu_blacklist_private.h', | 99 'c/private/ppb_gpu_blacklist_private.h', |
101 'c/private/ppb_host_resolver_private.h', | 100 'c/private/ppb_host_resolver_private.h', |
102 'c/private/ppb_instance_private.h', | 101 'c/private/ppb_instance_private.h', |
103 'c/private/ppb_nacl_private.h', | 102 'c/private/ppb_nacl_private.h', |
104 'c/private/ppb_net_address_private.h', | 103 'c/private/ppb_net_address_private.h', |
105 'c/private/ppb_pdf.h', | 104 'c/private/ppb_pdf.h', |
106 'c/private/ppb_proxy_private.h', | 105 'c/private/ppb_proxy_private.h', |
107 'c/private/ppp_instance_private.h', | 106 'c/private/ppp_instance_private.h', |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 'cpp/private/flash.cc', | 248 'cpp/private/flash.cc', |
250 'cpp/private/flash.h', | 249 'cpp/private/flash.h', |
251 'cpp/private/flash_clipboard.cc', | 250 'cpp/private/flash_clipboard.cc', |
252 'cpp/private/flash_clipboard.h', | 251 'cpp/private/flash_clipboard.h', |
253 'cpp/private/flash_fullscreen.cc', | 252 'cpp/private/flash_fullscreen.cc', |
254 'cpp/private/flash_fullscreen.h', | 253 'cpp/private/flash_fullscreen.h', |
255 'cpp/private/flash_menu.cc', | 254 'cpp/private/flash_menu.cc', |
256 'cpp/private/flash_menu.h', | 255 'cpp/private/flash_menu.h', |
257 'cpp/private/flash_message_loop.cc', | 256 'cpp/private/flash_message_loop.cc', |
258 'cpp/private/flash_message_loop.h', | 257 'cpp/private/flash_message_loop.h', |
259 'cpp/private/flash_net_connector.cc', | |
260 'cpp/private/flash_net_connector.h', | |
261 'cpp/private/host_resolver_private.cc', | 258 'cpp/private/host_resolver_private.cc', |
262 'cpp/private/host_resolver_private.h', | 259 'cpp/private/host_resolver_private.h', |
263 'cpp/private/instance_private.cc', | 260 'cpp/private/instance_private.cc', |
264 'cpp/private/instance_private.h', | 261 'cpp/private/instance_private.h', |
265 'cpp/private/net_address_private.cc', | 262 'cpp/private/net_address_private.cc', |
266 'cpp/private/net_address_private.h', | 263 'cpp/private/net_address_private.h', |
267 'cpp/private/network_list_private.cc', | 264 'cpp/private/network_list_private.cc', |
268 'cpp/private/network_list_private.h', | 265 'cpp/private/network_list_private.h', |
269 'cpp/private/network_monitor_private.cc', | 266 'cpp/private/network_monitor_private.cc', |
270 'cpp/private/network_monitor_private.h', | 267 'cpp/private/network_monitor_private.h', |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
459 'c/dev/ppb_transport_dev.h', | 456 'c/dev/ppb_transport_dev.h', |
460 ], | 457 ], |
461 'cpp_source_files': [ | 458 'cpp_source_files': [ |
462 'cpp/dev/transport_dev.cc', | 459 'cpp/dev/transport_dev.cc', |
463 'cpp/dev/transport_dev.h', | 460 'cpp/dev/transport_dev.h', |
464 ], | 461 ], |
465 }, | 462 }, |
466 }], | 463 }], |
467 ], | 464 ], |
468 } | 465 } |
OLD | NEW |