| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 'cookies/cookie_constants.h', | 338 'cookies/cookie_constants.h', |
| 339 'cookies/cookie_monster.cc', | 339 'cookies/cookie_monster.cc', |
| 340 'cookies/cookie_monster.h', | 340 'cookies/cookie_monster.h', |
| 341 'cookies/cookie_options.h', | 341 'cookies/cookie_options.h', |
| 342 'cookies/cookie_store.cc', | 342 'cookies/cookie_store.cc', |
| 343 'cookies/cookie_store.h', | 343 'cookies/cookie_store.h', |
| 344 'cookies/cookie_util.cc', | 344 'cookies/cookie_util.cc', |
| 345 'cookies/cookie_util.h', | 345 'cookies/cookie_util.h', |
| 346 'cookies/parsed_cookie.cc', | 346 'cookies/parsed_cookie.cc', |
| 347 'cookies/parsed_cookie.h', | 347 'cookies/parsed_cookie.h', |
| 348 'disk_cache/addr.cc', | 348 'disk_cache/blockfile/addr.cc', |
| 349 'disk_cache/addr.h', | 349 'disk_cache/blockfile/addr.h', |
| 350 'disk_cache/backend_impl.cc', | 350 'disk_cache/blockfile/backend_impl.cc', |
| 351 'disk_cache/backend_impl.h', | 351 'disk_cache/blockfile/backend_impl.h', |
| 352 'disk_cache/bitmap.cc', | 352 'disk_cache/blockfile/backend_impl_v3.cc', |
| 353 'disk_cache/bitmap.h', | 353 'disk_cache/blockfile/backend_impl_v3.h', |
| 354 'disk_cache/block_files.cc', | 354 'disk_cache/blockfile/bitmap.cc', |
| 355 'disk_cache/block_files.h', | 355 'disk_cache/blockfile/bitmap.h', |
| 356 'disk_cache/blockfile/block_bitmaps_v3.cc', |
| 357 'disk_cache/blockfile/block_bitmaps_v3.h', |
| 358 'disk_cache/blockfile/block_files.cc', |
| 359 'disk_cache/blockfile/block_files.h', |
| 360 'disk_cache/blockfile/disk_format.cc', |
| 361 'disk_cache/blockfile/disk_format.h', |
| 362 'disk_cache/blockfile/disk_format_base.h', |
| 363 'disk_cache/blockfile/disk_format_v3.h', |
| 364 'disk_cache/blockfile/entry_impl.cc', |
| 365 'disk_cache/blockfile/entry_impl.h', |
| 366 'disk_cache/blockfile/entry_impl_v3.cc', |
| 367 'disk_cache/blockfile/entry_impl_v3.h', |
| 368 'disk_cache/blockfile/errors.h', |
| 369 'disk_cache/blockfile/eviction.cc', |
| 370 'disk_cache/blockfile/eviction.h', |
| 371 'disk_cache/blockfile/eviction_v3.cc', |
| 372 'disk_cache/blockfile/eviction_v3.h', |
| 373 'disk_cache/blockfile/experiments.h', |
| 374 'disk_cache/blockfile/file.cc', |
| 375 'disk_cache/blockfile/file.h', |
| 376 'disk_cache/blockfile/file_block.h', |
| 377 'disk_cache/blockfile/file_ios.cc', |
| 378 'disk_cache/blockfile/file_lock.cc', |
| 379 'disk_cache/blockfile/file_lock.h', |
| 380 'disk_cache/blockfile/file_posix.cc', |
| 381 'disk_cache/blockfile/file_win.cc', |
| 382 'disk_cache/blockfile/histogram_macros.h', |
| 383 'disk_cache/blockfile/histogram_macros_v3.h', |
| 384 'disk_cache/blockfile/in_flight_backend_io.cc', |
| 385 'disk_cache/blockfile/in_flight_backend_io.h', |
| 386 'disk_cache/blockfile/in_flight_io.cc', |
| 387 'disk_cache/blockfile/in_flight_io.h', |
| 388 'disk_cache/blockfile/index_table_v3.cc', |
| 389 'disk_cache/blockfile/index_table_v3.h', |
| 390 'disk_cache/blockfile/mapped_file.cc', |
| 391 'disk_cache/blockfile/mapped_file.h', |
| 392 'disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc', |
| 393 'disk_cache/blockfile/mapped_file_posix.cc', |
| 394 'disk_cache/blockfile/mapped_file_win.cc', |
| 395 'disk_cache/blockfile/rankings.cc', |
| 396 'disk_cache/blockfile/rankings.h', |
| 397 'disk_cache/blockfile/sparse_control.cc', |
| 398 'disk_cache/blockfile/sparse_control.h', |
| 399 'disk_cache/blockfile/stats.cc', |
| 400 'disk_cache/blockfile/stats.h', |
| 401 'disk_cache/blockfile/stats_histogram.cc', |
| 402 'disk_cache/blockfile/stats_histogram.h', |
| 403 'disk_cache/blockfile/storage_block-inl.h', |
| 404 'disk_cache/blockfile/storage_block.h', |
| 405 'disk_cache/blockfile/stress_support.h', |
| 406 'disk_cache/blockfile/trace.cc', |
| 407 'disk_cache/blockfile/trace.h', |
| 356 'disk_cache/cache_creator.cc', | 408 'disk_cache/cache_creator.cc', |
| 409 'disk_cache/cache_util.cc', |
| 357 'disk_cache/cache_util.h', | 410 'disk_cache/cache_util.h', |
| 358 'disk_cache/cache_util.cc', | |
| 359 'disk_cache/cache_util_posix.cc', | 411 'disk_cache/cache_util_posix.cc', |
| 360 'disk_cache/cache_util_win.cc', | 412 'disk_cache/cache_util_win.cc', |
| 361 'disk_cache/disk_cache.h', | 413 'disk_cache/disk_cache.h', |
| 362 'disk_cache/disk_format.cc', | 414 'disk_cache/flash/flash_entry_impl.cc', |
| 363 'disk_cache/disk_format.h', | 415 'disk_cache/flash/flash_entry_impl.h', |
| 364 'disk_cache/disk_format_base.h', | 416 'disk_cache/flash/format.h', |
| 365 'disk_cache/entry_impl.cc', | 417 'disk_cache/flash/internal_entry.cc', |
| 366 'disk_cache/entry_impl.h', | 418 'disk_cache/flash/internal_entry.h', |
| 367 'disk_cache/errors.h', | 419 'disk_cache/flash/log_store.cc', |
| 368 'disk_cache/eviction.cc', | 420 'disk_cache/flash/log_store.h', |
| 369 'disk_cache/eviction.h', | 421 'disk_cache/flash/log_store_entry.cc', |
| 370 'disk_cache/experiments.h', | 422 'disk_cache/flash/log_store_entry.h', |
| 371 'disk_cache/file.cc', | 423 'disk_cache/flash/segment.cc', |
| 372 'disk_cache/file.h', | 424 'disk_cache/flash/segment.h', |
| 373 'disk_cache/file_block.h', | 425 'disk_cache/flash/storage.cc', |
| 374 'disk_cache/file_ios.cc', | 426 'disk_cache/flash/storage.h', |
| 375 'disk_cache/file_lock.cc', | 427 'disk_cache/memory/mem_backend_impl.cc', |
| 376 'disk_cache/file_lock.h', | 428 'disk_cache/memory/mem_backend_impl.h', |
| 377 'disk_cache/file_posix.cc', | 429 'disk_cache/memory/mem_entry_impl.cc', |
| 378 'disk_cache/file_win.cc', | 430 'disk_cache/memory/mem_entry_impl.h', |
| 379 'disk_cache/histogram_macros.h', | 431 'disk_cache/memory/mem_rankings.cc', |
| 380 'disk_cache/in_flight_backend_io.cc', | 432 'disk_cache/memory/mem_rankings.h', |
| 381 'disk_cache/in_flight_backend_io.h', | |
| 382 'disk_cache/in_flight_io.cc', | |
| 383 'disk_cache/in_flight_io.h', | |
| 384 'disk_cache/mapped_file.cc', | |
| 385 'disk_cache/mapped_file.h', | |
| 386 'disk_cache/mapped_file_posix.cc', | |
| 387 'disk_cache/mapped_file_avoid_mmap_posix.cc', | |
| 388 'disk_cache/mapped_file_win.cc', | |
| 389 'disk_cache/mem_backend_impl.cc', | |
| 390 'disk_cache/mem_backend_impl.h', | |
| 391 'disk_cache/mem_entry_impl.cc', | |
| 392 'disk_cache/mem_entry_impl.h', | |
| 393 'disk_cache/mem_rankings.cc', | |
| 394 'disk_cache/mem_rankings.h', | |
| 395 'disk_cache/net_log_parameters.cc', | 433 'disk_cache/net_log_parameters.cc', |
| 396 'disk_cache/net_log_parameters.h', | 434 'disk_cache/net_log_parameters.h', |
| 397 'disk_cache/rankings.cc', | |
| 398 'disk_cache/rankings.h', | |
| 399 'disk_cache/sparse_control.cc', | |
| 400 'disk_cache/sparse_control.h', | |
| 401 'disk_cache/stats.cc', | |
| 402 'disk_cache/stats.h', | |
| 403 'disk_cache/stats_histogram.cc', | |
| 404 'disk_cache/stats_histogram.h', | |
| 405 'disk_cache/storage_block-inl.h', | |
| 406 'disk_cache/storage_block.h', | |
| 407 'disk_cache/stress_support.h', | |
| 408 'disk_cache/trace.cc', | |
| 409 'disk_cache/trace.h', | |
| 410 'disk_cache/tracing_cache_backend.cc', | |
| 411 'disk_cache/tracing_cache_backend.h', | |
| 412 'disk_cache/simple/simple_backend_impl.cc', | 435 'disk_cache/simple/simple_backend_impl.cc', |
| 413 'disk_cache/simple/simple_backend_impl.h', | 436 'disk_cache/simple/simple_backend_impl.h', |
| 414 'disk_cache/simple/simple_backend_version.h', | 437 'disk_cache/simple/simple_backend_version.h', |
| 415 'disk_cache/simple/simple_entry_format.cc', | 438 'disk_cache/simple/simple_entry_format.cc', |
| 416 'disk_cache/simple/simple_entry_format.h', | 439 'disk_cache/simple/simple_entry_format.h', |
| 417 'disk_cache/simple/simple_entry_format_history.h', | 440 'disk_cache/simple/simple_entry_format_history.h', |
| 418 'disk_cache/simple/simple_entry_impl.cc', | 441 'disk_cache/simple/simple_entry_impl.cc', |
| 419 'disk_cache/simple/simple_entry_impl.h', | 442 'disk_cache/simple/simple_entry_impl.h', |
| 420 'disk_cache/simple/simple_entry_operation.cc', | 443 'disk_cache/simple/simple_entry_operation.cc', |
| 421 'disk_cache/simple/simple_entry_operation.h', | 444 'disk_cache/simple/simple_entry_operation.h', |
| 422 'disk_cache/simple/simple_histogram_macros.h' , | 445 'disk_cache/simple/simple_histogram_macros.h' , |
| 423 'disk_cache/simple/simple_index.cc', | 446 'disk_cache/simple/simple_index.cc', |
| 424 'disk_cache/simple/simple_index.h', | 447 'disk_cache/simple/simple_index.h', |
| 425 'disk_cache/simple/simple_index_delegate.h', | 448 'disk_cache/simple/simple_index_delegate.h', |
| 426 'disk_cache/simple/simple_index_file.cc', | 449 'disk_cache/simple/simple_index_file.cc', |
| 427 'disk_cache/simple/simple_index_file.h', | 450 'disk_cache/simple/simple_index_file.h', |
| 428 'disk_cache/simple/simple_index_file_posix.cc', | 451 'disk_cache/simple/simple_index_file_posix.cc', |
| 429 'disk_cache/simple/simple_index_file_win.cc', | 452 'disk_cache/simple/simple_index_file_win.cc', |
| 430 'disk_cache/simple/simple_net_log_parameters.cc', | 453 'disk_cache/simple/simple_net_log_parameters.cc', |
| 431 'disk_cache/simple/simple_net_log_parameters.h', | 454 'disk_cache/simple/simple_net_log_parameters.h', |
| 432 'disk_cache/simple/simple_synchronous_entry.cc', | 455 'disk_cache/simple/simple_synchronous_entry.cc', |
| 433 'disk_cache/simple/simple_synchronous_entry.h', | 456 'disk_cache/simple/simple_synchronous_entry.h', |
| 434 'disk_cache/simple/simple_util.cc', | 457 'disk_cache/simple/simple_util.cc', |
| 435 'disk_cache/simple/simple_util.h', | 458 'disk_cache/simple/simple_util.h', |
| 436 'disk_cache/simple/simple_version_upgrade.cc', | 459 'disk_cache/simple/simple_version_upgrade.cc', |
| 437 'disk_cache/simple/simple_version_upgrade.h', | 460 'disk_cache/simple/simple_version_upgrade.h', |
| 438 'disk_cache/flash/flash_entry_impl.cc', | 461 'disk_cache/tracing/tracing_cache_backend.cc', |
| 439 'disk_cache/flash/flash_entry_impl.h', | 462 'disk_cache/tracing/tracing_cache_backend.h', |
| 440 'disk_cache/flash/format.h', | |
| 441 'disk_cache/flash/internal_entry.cc', | |
| 442 'disk_cache/flash/internal_entry.h', | |
| 443 'disk_cache/flash/log_store.cc', | |
| 444 'disk_cache/flash/log_store.h', | |
| 445 'disk_cache/flash/log_store_entry.cc', | |
| 446 'disk_cache/flash/log_store_entry.h', | |
| 447 'disk_cache/flash/segment.cc', | |
| 448 'disk_cache/flash/segment.h', | |
| 449 'disk_cache/flash/storage.cc', | |
| 450 'disk_cache/flash/storage.h', | |
| 451 'disk_cache/v3/backend_impl_v3.cc', | |
| 452 'disk_cache/v3/backend_impl_v3.h', | |
| 453 'disk_cache/v3/block_bitmaps.cc', | |
| 454 'disk_cache/v3/block_bitmaps.h', | |
| 455 'disk_cache/v3/disk_format_v3.h', | |
| 456 'disk_cache/v3/entry_impl_v3.cc', | |
| 457 'disk_cache/v3/entry_impl_v3.h', | |
| 458 'disk_cache/v3/eviction_v3.cc', | |
| 459 'disk_cache/v3/eviction_v3.h', | |
| 460 'disk_cache/v3/histogram_macros.h', | |
| 461 'disk_cache/v3/index_table.cc', | |
| 462 'disk_cache/v3/index_table.h', | |
| 463 'dns/address_sorter.h', | 463 'dns/address_sorter.h', |
| 464 'dns/address_sorter_posix.cc', | 464 'dns/address_sorter_posix.cc', |
| 465 'dns/address_sorter_posix.h', | 465 'dns/address_sorter_posix.h', |
| 466 'dns/address_sorter_win.cc', | 466 'dns/address_sorter_win.cc', |
| 467 'dns/dns_client.cc', | 467 'dns/dns_client.cc', |
| 468 'dns/dns_client.h', | 468 'dns/dns_client.h', |
| 469 'dns/dns_config_service.cc', | 469 'dns/dns_config_service.cc', |
| 470 'dns/dns_config_service.h', | 470 'dns/dns_config_service.h', |
| 471 'dns/dns_config_service_posix.cc', | 471 'dns/dns_config_service_posix.cc', |
| 472 'dns/dns_config_service_posix.h', | 472 'dns/dns_config_service_posix.h', |
| (...skipping 827 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1300 ['posix_avoid_mmap==1', { | 1300 ['posix_avoid_mmap==1', { |
| 1301 'defines': [ | 1301 'defines': [ |
| 1302 'POSIX_AVOID_MMAP', | 1302 'POSIX_AVOID_MMAP', |
| 1303 ], | 1303 ], |
| 1304 'direct_dependent_settings': { | 1304 'direct_dependent_settings': { |
| 1305 'defines': [ | 1305 'defines': [ |
| 1306 'POSIX_AVOID_MMAP', | 1306 'POSIX_AVOID_MMAP', |
| 1307 ], | 1307 ], |
| 1308 }, | 1308 }, |
| 1309 'sources!': [ | 1309 'sources!': [ |
| 1310 'disk_cache/mapped_file_posix.cc', | 1310 'disk_cache/blockfile/mapped_file_posix.cc', |
| 1311 ], | 1311 ], |
| 1312 }, { # else | 1312 }, { # else |
| 1313 'sources!': [ | 1313 'sources!': [ |
| 1314 'disk_cache/mapped_file_avoid_mmap_posix.cc', | 1314 'disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc', |
| 1315 ], | 1315 ], |
| 1316 }], | 1316 }], |
| 1317 ['disable_ftp_support==1', { | 1317 ['disable_ftp_support==1', { |
| 1318 'sources/': [ | 1318 'sources/': [ |
| 1319 ['exclude', '^ftp/'], | 1319 ['exclude', '^ftp/'], |
| 1320 ], | 1320 ], |
| 1321 'sources!': [ | 1321 'sources!': [ |
| 1322 'url_request/ftp_protocol_handler.cc', | 1322 'url_request/ftp_protocol_handler.cc', |
| 1323 'url_request/ftp_protocol_handler.h', | 1323 'url_request/ftp_protocol_handler.h', |
| 1324 'url_request/url_request_ftp_job.cc', | 1324 'url_request/url_request_ftp_job.cc', |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1694 'cert/x509_cert_types_unittest.cc', | 1694 'cert/x509_cert_types_unittest.cc', |
| 1695 'cert/x509_util_unittest.cc', | 1695 'cert/x509_util_unittest.cc', |
| 1696 'cert/x509_util_nss_unittest.cc', | 1696 'cert/x509_util_nss_unittest.cc', |
| 1697 'cert/x509_util_openssl_unittest.cc', | 1697 'cert/x509_util_openssl_unittest.cc', |
| 1698 'cookies/canonical_cookie_unittest.cc', | 1698 'cookies/canonical_cookie_unittest.cc', |
| 1699 'cookies/cookie_constants_unittest.cc', | 1699 'cookies/cookie_constants_unittest.cc', |
| 1700 'cookies/cookie_monster_unittest.cc', | 1700 'cookies/cookie_monster_unittest.cc', |
| 1701 'cookies/cookie_store_unittest.h', | 1701 'cookies/cookie_store_unittest.h', |
| 1702 'cookies/cookie_util_unittest.cc', | 1702 'cookies/cookie_util_unittest.cc', |
| 1703 'cookies/parsed_cookie_unittest.cc', | 1703 'cookies/parsed_cookie_unittest.cc', |
| 1704 'disk_cache/addr_unittest.cc', | |
| 1705 'disk_cache/backend_unittest.cc', | 1704 'disk_cache/backend_unittest.cc', |
| 1706 'disk_cache/bitmap_unittest.cc', | 1705 'disk_cache/blockfile/addr_unittest.cc', |
| 1707 'disk_cache/block_files_unittest.cc', | 1706 'disk_cache/blockfile/bitmap_unittest.cc', |
| 1707 'disk_cache/blockfile/block_bitmaps_v3_unittest.cc', |
| 1708 'disk_cache/blockfile/block_bitmaps_v3_unittest.cc', |
| 1709 'disk_cache/blockfile/block_files_unittest.cc', |
| 1710 'disk_cache/blockfile/index_table_v3_unittest.cc', |
| 1711 'disk_cache/blockfile/mapped_file_unittest.cc', |
| 1712 'disk_cache/blockfile/storage_block_unittest.cc', |
| 1708 'disk_cache/cache_util_unittest.cc', | 1713 'disk_cache/cache_util_unittest.cc', |
| 1709 'disk_cache/entry_unittest.cc', | 1714 'disk_cache/entry_unittest.cc', |
| 1710 'disk_cache/mapped_file_unittest.cc', | |
| 1711 'disk_cache/simple/simple_index_file_unittest.cc', | |
| 1712 'disk_cache/simple/simple_index_unittest.cc', | |
| 1713 'disk_cache/simple/simple_test_util.h', | |
| 1714 'disk_cache/simple/simple_test_util.cc', | |
| 1715 'disk_cache/simple/simple_util_unittest.cc', | |
| 1716 'disk_cache/simple/simple_version_upgrade_unittest.cc', | |
| 1717 'disk_cache/storage_block_unittest.cc', | |
| 1718 'disk_cache/flash/log_store_entry_unittest.cc', | 1715 'disk_cache/flash/log_store_entry_unittest.cc', |
| 1719 'disk_cache/flash/log_store_unittest.cc', | 1716 'disk_cache/flash/log_store_unittest.cc', |
| 1720 'disk_cache/flash/segment_unittest.cc', | 1717 'disk_cache/flash/segment_unittest.cc', |
| 1721 'disk_cache/flash/storage_unittest.cc', | 1718 'disk_cache/flash/storage_unittest.cc', |
| 1722 'disk_cache/v3/block_bitmaps_unittest.cc', | 1719 'disk_cache/simple/simple_index_file_unittest.cc', |
| 1723 'disk_cache/v3/index_table_unittest.cc', | 1720 'disk_cache/simple/simple_index_unittest.cc', |
| 1721 'disk_cache/simple/simple_test_util.cc', |
| 1722 'disk_cache/simple/simple_test_util.h', |
| 1723 'disk_cache/simple/simple_util_unittest.cc', |
| 1724 'disk_cache/simple/simple_version_upgrade_unittest.cc', |
| 1724 'dns/address_sorter_posix_unittest.cc', | 1725 'dns/address_sorter_posix_unittest.cc', |
| 1725 'dns/address_sorter_unittest.cc', | 1726 'dns/address_sorter_unittest.cc', |
| 1726 'dns/dns_config_service_posix_unittest.cc', | 1727 'dns/dns_config_service_posix_unittest.cc', |
| 1727 'dns/dns_config_service_unittest.cc', | 1728 'dns/dns_config_service_unittest.cc', |
| 1728 'dns/dns_config_service_win_unittest.cc', | 1729 'dns/dns_config_service_win_unittest.cc', |
| 1729 'dns/dns_hosts_unittest.cc', | 1730 'dns/dns_hosts_unittest.cc', |
| 1730 'dns/dns_query_unittest.cc', | 1731 'dns/dns_query_unittest.cc', |
| 1731 'dns/dns_response_unittest.cc', | 1732 'dns/dns_response_unittest.cc', |
| 1732 'dns/dns_session_unittest.cc', | 1733 'dns/dns_session_unittest.cc', |
| 1733 'dns/dns_transaction_unittest.cc', | 1734 'dns/dns_transaction_unittest.cc', |
| (...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2125 }], | 2126 }], |
| 2126 ['chromeos==1', { | 2127 ['chromeos==1', { |
| 2127 'sources!': [ | 2128 'sources!': [ |
| 2128 'base/network_change_notifier_linux_unittest.cc', | 2129 'base/network_change_notifier_linux_unittest.cc', |
| 2129 'proxy/proxy_config_service_linux_unittest.cc', | 2130 'proxy/proxy_config_service_linux_unittest.cc', |
| 2130 ], | 2131 ], |
| 2131 }], | 2132 }], |
| 2132 [ 'OS == "android"', { | 2133 [ 'OS == "android"', { |
| 2133 'sources!': [ | 2134 'sources!': [ |
| 2134 # See bug 294367. | 2135 # See bug 294367. |
| 2135 'disk_cache/v3/index_table_unittest.cc', | 2136 'disk_cache/blockfile/index_table_v3_unittest.cc', |
| 2136 # No res_ninit() et al on Android, so this doesn't make a lot of | 2137 # No res_ninit() et al on Android, so this doesn't make a lot of |
| 2137 # sense. | 2138 # sense. |
| 2138 'dns/dns_config_service_posix_unittest.cc', | 2139 'dns/dns_config_service_posix_unittest.cc', |
| 2139 ], | 2140 ], |
| 2140 'dependencies': [ | 2141 'dependencies': [ |
| 2141 'net_javatests', | 2142 'net_javatests', |
| 2142 'net_test_jni_headers', | 2143 'net_test_jni_headers', |
| 2143 ], | 2144 ], |
| 2144 }], | 2145 }], |
| 2145 [ 'use_nss != 1', { | 2146 [ 'use_nss != 1', { |
| (...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2789 }, | 2790 }, |
| 2790 { | 2791 { |
| 2791 'target_name': 'stress_cache', | 2792 'target_name': 'stress_cache', |
| 2792 'type': 'executable', | 2793 'type': 'executable', |
| 2793 'dependencies': [ | 2794 'dependencies': [ |
| 2794 '../base/base.gyp:base', | 2795 '../base/base.gyp:base', |
| 2795 'net', | 2796 'net', |
| 2796 'net_test_support', | 2797 'net_test_support', |
| 2797 ], | 2798 ], |
| 2798 'sources': [ | 2799 'sources': [ |
| 2799 'disk_cache/stress_cache.cc', | 2800 'disk_cache/blockfile/stress_cache.cc', |
| 2800 ], | 2801 ], |
| 2801 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 2802 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 2802 'msvs_disabled_warnings': [4267, ], | 2803 'msvs_disabled_warnings': [4267, ], |
| 2803 }, | 2804 }, |
| 2804 { | 2805 { |
| 2805 'target_name': 'tld_cleanup', | 2806 'target_name': 'tld_cleanup', |
| 2806 'type': 'executable', | 2807 'type': 'executable', |
| 2807 'dependencies': [ | 2808 'dependencies': [ |
| 2808 '../base/base.gyp:base', | 2809 '../base/base.gyp:base', |
| 2809 '../base/base.gyp:base_i18n', | 2810 '../base/base.gyp:base_i18n', |
| (...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3180 'net_unittests.isolate', | 3181 'net_unittests.isolate', |
| 3181 ], | 3182 ], |
| 3182 'sources': [ | 3183 'sources': [ |
| 3183 'net_unittests.isolate', | 3184 'net_unittests.isolate', |
| 3184 ], | 3185 ], |
| 3185 }, | 3186 }, |
| 3186 ], | 3187 ], |
| 3187 }], | 3188 }], |
| 3188 ], | 3189 ], |
| 3189 } | 3190 } |
| OLD | NEW |