| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 'disk_cache/stats.cc', | 281 'disk_cache/stats.cc', |
| 282 'disk_cache/stats.h', | 282 'disk_cache/stats.h', |
| 283 'disk_cache/stats_histogram.cc', | 283 'disk_cache/stats_histogram.cc', |
| 284 'disk_cache/stats_histogram.h', | 284 'disk_cache/stats_histogram.h', |
| 285 'disk_cache/storage_block-inl.h', | 285 'disk_cache/storage_block-inl.h', |
| 286 'disk_cache/storage_block.h', | 286 'disk_cache/storage_block.h', |
| 287 'disk_cache/trace.cc', | 287 'disk_cache/trace.cc', |
| 288 'disk_cache/trace.h', | 288 'disk_cache/trace.h', |
| 289 'dns/async_host_resolver.cc', | 289 'dns/async_host_resolver.cc', |
| 290 'dns/async_host_resolver.h', | 290 'dns/async_host_resolver.h', |
| 291 'dns/dns_config_service_posix.cc', |
| 292 'dns/dns_config_service.h', |
| 291 'dns/dns_query.cc', | 293 'dns/dns_query.cc', |
| 292 'dns/dns_query.h', | 294 'dns/dns_query.h', |
| 293 'dns/dns_response.cc', | 295 'dns/dns_response.cc', |
| 294 'dns/dns_response.h', | 296 'dns/dns_response.h', |
| 295 'dns/dns_transaction.cc', | 297 'dns/dns_transaction.cc', |
| 296 'dns/dns_transaction.h', | 298 'dns/dns_transaction.h', |
| 297 'ftp/ftp_auth_cache.cc', | 299 'ftp/ftp_auth_cache.cc', |
| 298 'ftp/ftp_auth_cache.h', | 300 'ftp/ftp_auth_cache.h', |
| 299 'ftp/ftp_ctrl_response_buffer.cc', | 301 'ftp/ftp_ctrl_response_buffer.cc', |
| 300 'ftp/ftp_ctrl_response_buffer.h', | 302 'ftp/ftp_ctrl_response_buffer.h', |
| (...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 918 'disk_cache/backend_unittest.cc', | 920 'disk_cache/backend_unittest.cc', |
| 919 'disk_cache/bitmap_unittest.cc', | 921 'disk_cache/bitmap_unittest.cc', |
| 920 'disk_cache/block_files_unittest.cc', | 922 'disk_cache/block_files_unittest.cc', |
| 921 'disk_cache/cache_util_unittest.cc', | 923 'disk_cache/cache_util_unittest.cc', |
| 922 'disk_cache/disk_cache_test_base.cc', | 924 'disk_cache/disk_cache_test_base.cc', |
| 923 'disk_cache/disk_cache_test_base.h', | 925 'disk_cache/disk_cache_test_base.h', |
| 924 'disk_cache/entry_unittest.cc', | 926 'disk_cache/entry_unittest.cc', |
| 925 'disk_cache/mapped_file_unittest.cc', | 927 'disk_cache/mapped_file_unittest.cc', |
| 926 'disk_cache/storage_block_unittest.cc', | 928 'disk_cache/storage_block_unittest.cc', |
| 927 'dns/async_host_resolver_unittest.cc', | 929 'dns/async_host_resolver_unittest.cc', |
| 930 'dns/dns_config_service_posix_unittest.cc', |
| 928 'dns/dns_query_unittest.cc', | 931 'dns/dns_query_unittest.cc', |
| 929 'dns/dns_response_unittest.cc', | 932 'dns/dns_response_unittest.cc', |
| 930 'dns/dns_transaction_unittest.cc', | 933 'dns/dns_transaction_unittest.cc', |
| 931 'ftp/ftp_auth_cache_unittest.cc', | 934 'ftp/ftp_auth_cache_unittest.cc', |
| 932 'ftp/ftp_ctrl_response_buffer_unittest.cc', | 935 'ftp/ftp_ctrl_response_buffer_unittest.cc', |
| 933 'ftp/ftp_directory_listing_parser_ls_unittest.cc', | 936 'ftp/ftp_directory_listing_parser_ls_unittest.cc', |
| 934 'ftp/ftp_directory_listing_parser_netware_unittest.cc', | 937 'ftp/ftp_directory_listing_parser_netware_unittest.cc', |
| 935 'ftp/ftp_directory_listing_parser_unittest.cc', | 938 'ftp/ftp_directory_listing_parser_unittest.cc', |
| 936 'ftp/ftp_directory_listing_parser_vms_unittest.cc', | 939 'ftp/ftp_directory_listing_parser_vms_unittest.cc', |
| 937 'ftp/ftp_directory_listing_parser_windows_unittest.cc', | 940 'ftp/ftp_directory_listing_parser_windows_unittest.cc', |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1071 # TODO(bulach): Add equivalent tests when the underlying | 1074 # TODO(bulach): Add equivalent tests when the underlying |
| 1072 # functionality is ported to OpenSSL. | 1075 # functionality is ported to OpenSSL. |
| 1073 'sources!': [ | 1076 'sources!': [ |
| 1074 'base/cert_database_nss_unittest.cc', | 1077 'base/cert_database_nss_unittest.cc', |
| 1075 'base/dnssec_unittest.cc', | 1078 'base/dnssec_unittest.cc', |
| 1076 ], | 1079 ], |
| 1077 }, | 1080 }, |
| 1078 ], | 1081 ], |
| 1079 [ 'OS == "win"', { | 1082 [ 'OS == "win"', { |
| 1080 'sources!': [ | 1083 'sources!': [ |
| 1084 'dns/dns_config_service_posix_unittest.cc', |
| 1081 'http/http_auth_gssapi_posix_unittest.cc', | 1085 'http/http_auth_gssapi_posix_unittest.cc', |
| 1082 ], | 1086 ], |
| 1083 # This is needed to trigger the dll copy step on windows. | 1087 # This is needed to trigger the dll copy step on windows. |
| 1084 # TODO(mark): Specifying this here shouldn't be necessary. | 1088 # TODO(mark): Specifying this here shouldn't be necessary. |
| 1085 'dependencies': [ | 1089 'dependencies': [ |
| 1086 '../third_party/icu/icu.gyp:icudata', | 1090 '../third_party/icu/icu.gyp:icudata', |
| 1087 ], | 1091 ], |
| 1088 }, | 1092 }, |
| 1089 ], | 1093 ], |
| 1090 ], | 1094 ], |
| (...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1483 'tools/dump_cache/url_to_filename_encoder.cc', | 1487 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1484 'tools/dump_cache/url_to_filename_encoder.h', | 1488 'tools/dump_cache/url_to_filename_encoder.h', |
| 1485 'tools/dump_cache/url_utilities.h', | 1489 'tools/dump_cache/url_utilities.h', |
| 1486 'tools/dump_cache/url_utilities.cc', | 1490 'tools/dump_cache/url_utilities.cc', |
| 1487 ], | 1491 ], |
| 1488 }, | 1492 }, |
| 1489 ], | 1493 ], |
| 1490 }], | 1494 }], |
| 1491 ], | 1495 ], |
| 1492 } | 1496 } |
| OLD | NEW |