Chromium Code Reviews| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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', | 97 'c/private/ppb_flash_net_connector.h', |
| 98 'c/private/ppb_flash_tcp_socket.h', | 98 'c/private/ppb_flash_tcp_socket.h', |
| 99 'c/private/ppb_flash_udp_socket.h', | 99 'c/private/ppb_flash_udp_socket.h', |
| 100 'c/private/ppb_flash_x509_certificate.h', | |
| 100 'c/private/ppb_gpu_blacklist_private.h', | 101 'c/private/ppb_gpu_blacklist_private.h', |
| 101 'c/private/ppb_instance_private.h', | 102 'c/private/ppb_instance_private.h', |
| 102 'c/private/ppb_nacl_private.h', | 103 'c/private/ppb_nacl_private.h', |
| 103 'c/private/ppb_net_address_private.h', | 104 'c/private/ppb_net_address_private.h', |
| 104 'c/private/ppb_pdf.h', | 105 'c/private/ppb_pdf.h', |
| 105 'c/private/ppb_proxy_private.h', | 106 'c/private/ppb_proxy_private.h', |
| 106 'c/private/ppp_instance_private.h', | 107 'c/private/ppp_instance_private.h', |
| 107 'c/private/ppb_network_list_private.h', | 108 'c/private/ppb_network_list_private.h', |
| 108 'c/private/ppb_network_monitor_private.h', | 109 'c/private/ppb_network_monitor_private.h', |
| 109 'c/private/ppb_tcp_socket_private.h', | 110 'c/private/ppb_tcp_socket_private.h', |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 249 'cpp/private/flash_clipboard.cc', | 250 'cpp/private/flash_clipboard.cc', |
| 250 'cpp/private/flash_clipboard.h', | 251 'cpp/private/flash_clipboard.h', |
| 251 'cpp/private/flash_fullscreen.cc', | 252 'cpp/private/flash_fullscreen.cc', |
| 252 'cpp/private/flash_fullscreen.h', | 253 'cpp/private/flash_fullscreen.h', |
| 253 'cpp/private/flash_menu.cc', | 254 'cpp/private/flash_menu.cc', |
| 254 'cpp/private/flash_menu.h', | 255 'cpp/private/flash_menu.h', |
| 255 'cpp/private/flash_message_loop.cc', | 256 'cpp/private/flash_message_loop.cc', |
| 256 'cpp/private/flash_message_loop.h', | 257 'cpp/private/flash_message_loop.h', |
| 257 'cpp/private/flash_net_connector.cc', | 258 'cpp/private/flash_net_connector.cc', |
| 258 'cpp/private/flash_net_connector.h', | 259 'cpp/private/flash_net_connector.h', |
| 260 'cpp/private/flash_x509_certificate.h', | |
|
yzshen1
2012/03/22 23:32:40
sort, please. (same for 403 and 404)
raymes
2012/03/26 16:05:57
Done.
| |
| 261 'cpp/private/flash_x509_certificate.cc', | |
| 259 'cpp/private/host_resolver_private.cc', | 262 'cpp/private/host_resolver_private.cc', |
| 260 'cpp/private/host_resolver_private.h', | 263 'cpp/private/host_resolver_private.h', |
| 261 'cpp/private/instance_private.cc', | 264 'cpp/private/instance_private.cc', |
| 262 'cpp/private/instance_private.h', | 265 'cpp/private/instance_private.h', |
| 263 'cpp/private/net_address_private.cc', | 266 'cpp/private/net_address_private.cc', |
| 264 'cpp/private/net_address_private.h', | 267 'cpp/private/net_address_private.h', |
| 265 'cpp/private/network_list_private.cc', | 268 'cpp/private/network_list_private.cc', |
| 266 'cpp/private/network_list_private.h', | 269 'cpp/private/network_list_private.h', |
| 267 'cpp/private/network_monitor_private.cc', | 270 'cpp/private/network_monitor_private.cc', |
| 268 'cpp/private/network_monitor_private.h', | 271 'cpp/private/network_monitor_private.h', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 390 'tests/test_file_system.cc', | 393 'tests/test_file_system.cc', |
| 391 'tests/test_file_system.h', | 394 'tests/test_file_system.h', |
| 392 'tests/test_flash.cc', | 395 'tests/test_flash.cc', |
| 393 'tests/test_flash.h', | 396 'tests/test_flash.h', |
| 394 'tests/test_flash_clipboard.cc', | 397 'tests/test_flash_clipboard.cc', |
| 395 'tests/test_flash_clipboard.h', | 398 'tests/test_flash_clipboard.h', |
| 396 'tests/test_flash_fullscreen.cc', | 399 'tests/test_flash_fullscreen.cc', |
| 397 'tests/test_flash_fullscreen.h', | 400 'tests/test_flash_fullscreen.h', |
| 398 'tests/test_flash_message_loop.cc', | 401 'tests/test_flash_message_loop.cc', |
| 399 'tests/test_flash_message_loop.h', | 402 'tests/test_flash_message_loop.h', |
| 403 'tests/test_flash_x509_certificate.h', | |
| 404 'tests/test_flash_x509_certificate.cc', | |
| 400 'tests/test_fullscreen.cc', | 405 'tests/test_fullscreen.cc', |
| 401 'tests/test_fullscreen.h', | 406 'tests/test_fullscreen.h', |
| 402 'tests/test_graphics_2d.cc', | 407 'tests/test_graphics_2d.cc', |
| 403 'tests/test_graphics_2d.h', | 408 'tests/test_graphics_2d.h', |
| 404 'tests/test_graphics_3d.cc', | 409 'tests/test_graphics_3d.cc', |
| 405 'tests/test_graphics_3d.h', | 410 'tests/test_graphics_3d.h', |
| 406 'tests/test_host_resolver_private.cc', | 411 'tests/test_host_resolver_private.cc', |
| 407 'tests/test_host_resolver_private.h', | 412 'tests/test_host_resolver_private.h', |
| 408 'tests/test_image_data.cc', | 413 'tests/test_image_data.cc', |
| 409 'tests/test_image_data.h', | 414 'tests/test_image_data.h', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 457 'c/dev/ppb_transport_dev.h', | 462 'c/dev/ppb_transport_dev.h', |
| 458 ], | 463 ], |
| 459 'cpp_source_files': [ | 464 'cpp_source_files': [ |
| 460 'cpp/dev/transport_dev.cc', | 465 'cpp/dev/transport_dev.cc', |
| 461 'cpp/dev/transport_dev.h', | 466 'cpp/dev/transport_dev.h', |
| 462 ], | 467 ], |
| 463 }, | 468 }, |
| 464 }], | 469 }], |
| 465 ], | 470 ], |
| 466 } | 471 } |
| OLD | NEW |