| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 'base/host_resolver_impl.cc', | 76 'base/host_resolver_impl.cc', |
| 77 'base/host_resolver_impl.h', | 77 'base/host_resolver_impl.h', |
| 78 'base/host_resolver_proc.cc', | 78 'base/host_resolver_proc.cc', |
| 79 'base/host_resolver_proc.h', | 79 'base/host_resolver_proc.h', |
| 80 'base/io_buffer.cc', | 80 'base/io_buffer.cc', |
| 81 'base/io_buffer.h', | 81 'base/io_buffer.h', |
| 82 'base/listen_socket.cc', | 82 'base/listen_socket.cc', |
| 83 'base/listen_socket.h', | 83 'base/listen_socket.h', |
| 84 'base/load_flags.h', | 84 'base/load_flags.h', |
| 85 'base/load_log.h', | 85 'base/load_log.h', |
| 86 'base/load_log.cc', |
| 87 'base/load_log_event_type_list.h', |
| 88 'base/load_log_util.cc', |
| 89 'base/load_log_util.h', |
| 86 'base/load_states.h', | 90 'base/load_states.h', |
| 87 'base/mime_sniffer.cc', | 91 'base/mime_sniffer.cc', |
| 88 'base/mime_sniffer.h', | 92 'base/mime_sniffer.h', |
| 89 'base/mime_util.cc', | 93 'base/mime_util.cc', |
| 90 'base/mime_util.h', | 94 'base/mime_util.h', |
| 91 # TODO(eroman): move this into its own test-support target. | 95 # TODO(eroman): move this into its own test-support target. |
| 92 'base/mock_host_resolver.cc', | 96 'base/mock_host_resolver.cc', |
| 93 'base/mock_host_resolver.h', | 97 'base/mock_host_resolver.h', |
| 94 'base/net_error_list.h', | 98 'base/net_error_list.h', |
| 95 'base/net_errors.cc', | 99 'base/net_errors.cc', |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 'base/data_url_unittest.cc', | 451 'base/data_url_unittest.cc', |
| 448 'base/directory_lister_unittest.cc', | 452 'base/directory_lister_unittest.cc', |
| 449 'base/escape_unittest.cc', | 453 'base/escape_unittest.cc', |
| 450 'base/file_stream_unittest.cc', | 454 'base/file_stream_unittest.cc', |
| 451 'base/filter_unittest.cc', | 455 'base/filter_unittest.cc', |
| 452 'base/filter_unittest.h', | 456 'base/filter_unittest.h', |
| 453 'base/force_tls_state_unittest.cc', | 457 'base/force_tls_state_unittest.cc', |
| 454 'base/gzip_filter_unittest.cc', | 458 'base/gzip_filter_unittest.cc', |
| 455 'base/host_cache_unittest.cc', | 459 'base/host_cache_unittest.cc', |
| 456 'base/host_resolver_impl_unittest.cc', | 460 'base/host_resolver_impl_unittest.cc', |
| 461 'base/load_log_unittest.cc', |
| 462 'base/load_log_unittest.h', |
| 463 'base/load_log_util_unittest.cc', |
| 457 'base/listen_socket_unittest.cc', | 464 'base/listen_socket_unittest.cc', |
| 458 'base/listen_socket_unittest.h', | 465 'base/listen_socket_unittest.h', |
| 459 'base/mime_sniffer_unittest.cc', | 466 'base/mime_sniffer_unittest.cc', |
| 460 'base/mime_util_unittest.cc', | 467 'base/mime_util_unittest.cc', |
| 461 'base/net_util_unittest.cc', | 468 'base/net_util_unittest.cc', |
| 462 'base/registry_controlled_domain_unittest.cc', | 469 'base/registry_controlled_domain_unittest.cc', |
| 463 'base/run_all_unittests.cc', | 470 'base/run_all_unittests.cc', |
| 464 'base/sdch_filter_unittest.cc', | 471 'base/sdch_filter_unittest.cc', |
| 465 'base/ssl_client_auth_cache_unittest.cc', | 472 'base/ssl_client_auth_cache_unittest.cc', |
| 466 'base/ssl_config_service_unittest.cc', | 473 'base/ssl_config_service_unittest.cc', |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 'sources': [ | 731 'sources': [ |
| 725 'tools/dump_cache/dump_cache.cc', | 732 'tools/dump_cache/dump_cache.cc', |
| 726 'tools/dump_cache/dump_files.cc', | 733 'tools/dump_cache/dump_files.cc', |
| 727 'tools/dump_cache/upgrade.cc', | 734 'tools/dump_cache/upgrade.cc', |
| 728 ], | 735 ], |
| 729 }, | 736 }, |
| 730 ], | 737 ], |
| 731 }], | 738 }], |
| 732 ], | 739 ], |
| 733 } | 740 } |
| OLD | NEW |