| 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 'base/x509_certificate.h', | 145 'base/x509_certificate.h', |
| 146 'base/x509_certificate_mac.cc', | 146 'base/x509_certificate_mac.cc', |
| 147 'base/x509_certificate_nss.cc', | 147 'base/x509_certificate_nss.cc', |
| 148 'base/x509_certificate_win.cc', | 148 'base/x509_certificate_win.cc', |
| 149 'build/precompiled_net.cc', | 149 'build/precompiled_net.cc', |
| 150 'build/precompiled_net.h', | 150 'build/precompiled_net.h', |
| 151 'disk_cache/addr.cc', | 151 'disk_cache/addr.cc', |
| 152 'disk_cache/addr.h', | 152 'disk_cache/addr.h', |
| 153 'disk_cache/backend_impl.cc', | 153 'disk_cache/backend_impl.cc', |
| 154 'disk_cache/backend_impl.h', | 154 'disk_cache/backend_impl.h', |
| 155 'disk_cache/bitmap.cc', |
| 156 'disk_cache/bitmap.h', |
| 155 'disk_cache/block_files.cc', | 157 'disk_cache/block_files.cc', |
| 156 'disk_cache/block_files.h', | 158 'disk_cache/block_files.h', |
| 157 'disk_cache/cache_util.h', | 159 'disk_cache/cache_util.h', |
| 158 'disk_cache/cache_util_posix.cc', | 160 'disk_cache/cache_util_posix.cc', |
| 159 'disk_cache/cache_util_win.cc', | 161 'disk_cache/cache_util_win.cc', |
| 160 'disk_cache/disk_cache.h', | 162 'disk_cache/disk_cache.h', |
| 161 'disk_cache/disk_format.h', | 163 'disk_cache/disk_format.h', |
| 162 'disk_cache/entry_impl.cc', | 164 'disk_cache/entry_impl.cc', |
| 163 'disk_cache/entry_impl.h', | 165 'disk_cache/entry_impl.h', |
| 164 'disk_cache/errors.h', | 166 'disk_cache/errors.h', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 177 'disk_cache/mapped_file_posix.cc', | 179 'disk_cache/mapped_file_posix.cc', |
| 178 'disk_cache/mapped_file_win.cc', | 180 'disk_cache/mapped_file_win.cc', |
| 179 'disk_cache/mem_backend_impl.cc', | 181 'disk_cache/mem_backend_impl.cc', |
| 180 'disk_cache/mem_backend_impl.h', | 182 'disk_cache/mem_backend_impl.h', |
| 181 'disk_cache/mem_entry_impl.cc', | 183 'disk_cache/mem_entry_impl.cc', |
| 182 'disk_cache/mem_entry_impl.h', | 184 'disk_cache/mem_entry_impl.h', |
| 183 'disk_cache/mem_rankings.cc', | 185 'disk_cache/mem_rankings.cc', |
| 184 'disk_cache/mem_rankings.h', | 186 'disk_cache/mem_rankings.h', |
| 185 'disk_cache/rankings.cc', | 187 'disk_cache/rankings.cc', |
| 186 'disk_cache/rankings.h', | 188 'disk_cache/rankings.h', |
| 189 'disk_cache/sparse_control.cc', |
| 190 'disk_cache/sparse_control.h', |
| 187 'disk_cache/stats.cc', | 191 'disk_cache/stats.cc', |
| 188 'disk_cache/stats.h', | 192 'disk_cache/stats.h', |
| 189 'disk_cache/stats_histogram.cc', | 193 'disk_cache/stats_histogram.cc', |
| 190 'disk_cache/stats_histogram.h', | 194 'disk_cache/stats_histogram.h', |
| 191 'disk_cache/storage_block-inl.h', | 195 'disk_cache/storage_block-inl.h', |
| 192 'disk_cache/storage_block.h', | 196 'disk_cache/storage_block.h', |
| 193 'disk_cache/trace.cc', | 197 'disk_cache/trace.cc', |
| 194 'disk_cache/trace.h', | 198 'disk_cache/trace.h', |
| 195 'ftp/ftp_auth_cache.cc', | 199 'ftp/ftp_auth_cache.cc', |
| 196 'ftp/ftp_auth_cache.h', | 200 'ftp/ftp_auth_cache.h', |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 'base/ssl_config_service_unittest.cc', | 428 'base/ssl_config_service_unittest.cc', |
| 425 'base/tcp_client_socket_pool_unittest.cc', | 429 'base/tcp_client_socket_pool_unittest.cc', |
| 426 'base/tcp_client_socket_unittest.cc', | 430 'base/tcp_client_socket_unittest.cc', |
| 427 'base/tcp_pinger_unittest.cc', | 431 'base/tcp_pinger_unittest.cc', |
| 428 'base/telnet_server_unittest.cc', | 432 'base/telnet_server_unittest.cc', |
| 429 'base/test_completion_callback_unittest.cc', | 433 'base/test_completion_callback_unittest.cc', |
| 430 'base/wininet_util_unittest.cc', | 434 'base/wininet_util_unittest.cc', |
| 431 'base/x509_certificate_unittest.cc', | 435 'base/x509_certificate_unittest.cc', |
| 432 'disk_cache/addr_unittest.cc', | 436 'disk_cache/addr_unittest.cc', |
| 433 'disk_cache/backend_unittest.cc', | 437 'disk_cache/backend_unittest.cc', |
| 438 'disk_cache/bitmap_unittest.cc', |
| 434 'disk_cache/block_files_unittest.cc', | 439 'disk_cache/block_files_unittest.cc', |
| 435 'disk_cache/disk_cache_test_base.cc', | 440 'disk_cache/disk_cache_test_base.cc', |
| 436 'disk_cache/disk_cache_test_base.h', | 441 'disk_cache/disk_cache_test_base.h', |
| 437 'disk_cache/entry_unittest.cc', | 442 'disk_cache/entry_unittest.cc', |
| 438 'disk_cache/mapped_file_unittest.cc', | 443 'disk_cache/mapped_file_unittest.cc', |
| 439 'disk_cache/storage_block_unittest.cc', | 444 'disk_cache/storage_block_unittest.cc', |
| 440 'ftp/ftp_auth_cache_unittest.cc', | 445 'ftp/ftp_auth_cache_unittest.cc', |
| 441 'ftp/ftp_network_transaction_unittest.cc', | 446 'ftp/ftp_network_transaction_unittest.cc', |
| 442 'http/des_unittest.cc', | 447 'http/des_unittest.cc', |
| 443 'http/http_auth_cache_unittest.cc', | 448 'http/http_auth_cache_unittest.cc', |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 669 'tools/fetch/http_server.cc', | 674 'tools/fetch/http_server.cc', |
| 670 'tools/fetch/http_server.h', | 675 'tools/fetch/http_server.h', |
| 671 'tools/fetch/http_session.cc', | 676 'tools/fetch/http_session.cc', |
| 672 'tools/fetch/http_session.h', | 677 'tools/fetch/http_session.h', |
| 673 ], | 678 ], |
| 674 }, | 679 }, |
| 675 ], | 680 ], |
| 676 }], | 681 }], |
| 677 ], | 682 ], |
| 678 } | 683 } |
| OLD | NEW |