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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 'cookies/cookie_constants.h', | 342 'cookies/cookie_constants.h', |
343 'cookies/cookie_monster.cc', | 343 'cookies/cookie_monster.cc', |
344 'cookies/cookie_monster.h', | 344 'cookies/cookie_monster.h', |
345 'cookies/cookie_options.h', | 345 'cookies/cookie_options.h', |
346 'cookies/cookie_store.cc', | 346 'cookies/cookie_store.cc', |
347 'cookies/cookie_store.h', | 347 'cookies/cookie_store.h', |
348 'cookies/cookie_util.cc', | 348 'cookies/cookie_util.cc', |
349 'cookies/cookie_util.h', | 349 'cookies/cookie_util.h', |
350 'cookies/parsed_cookie.cc', | 350 'cookies/parsed_cookie.cc', |
351 'cookies/parsed_cookie.h', | 351 'cookies/parsed_cookie.h', |
352 'disk_cache/addr.cc', | 352 'disk_cache/blockfile/addr.cc', |
353 'disk_cache/addr.h', | 353 'disk_cache/blockfile/addr.h', |
354 'disk_cache/backend_impl.cc', | 354 'disk_cache/blockfile/backend_impl.cc', |
355 'disk_cache/backend_impl.h', | 355 'disk_cache/blockfile/backend_impl.h', |
356 'disk_cache/bitmap.cc', | 356 'disk_cache/blockfile/backend_impl_v3.cc', |
357 'disk_cache/bitmap.h', | 357 'disk_cache/blockfile/backend_impl_v3.h', |
358 'disk_cache/block_files.cc', | 358 'disk_cache/blockfile/bitmap.cc', |
359 'disk_cache/block_files.h', | 359 'disk_cache/blockfile/bitmap.h', |
| 360 'disk_cache/blockfile/block_bitmaps_v3.cc', |
| 361 'disk_cache/blockfile/block_bitmaps_v3.h', |
| 362 'disk_cache/blockfile/block_files.cc', |
| 363 'disk_cache/blockfile/block_files.h', |
| 364 'disk_cache/blockfile/disk_format.cc', |
| 365 'disk_cache/blockfile/disk_format.h', |
| 366 'disk_cache/blockfile/disk_format_base.h', |
| 367 'disk_cache/blockfile/disk_format_v3.h', |
| 368 'disk_cache/blockfile/entry_impl.cc', |
| 369 'disk_cache/blockfile/entry_impl.h', |
| 370 'disk_cache/blockfile/entry_impl_v3.cc', |
| 371 'disk_cache/blockfile/entry_impl_v3.h', |
| 372 'disk_cache/blockfile/errors.h', |
| 373 'disk_cache/blockfile/eviction.cc', |
| 374 'disk_cache/blockfile/eviction.h', |
| 375 'disk_cache/blockfile/eviction_v3.cc', |
| 376 'disk_cache/blockfile/eviction_v3.h', |
| 377 'disk_cache/blockfile/experiments.h', |
| 378 'disk_cache/blockfile/file.cc', |
| 379 'disk_cache/blockfile/file.h', |
| 380 'disk_cache/blockfile/file_block.h', |
| 381 'disk_cache/blockfile/file_ios.cc', |
| 382 'disk_cache/blockfile/file_lock.cc', |
| 383 'disk_cache/blockfile/file_lock.h', |
| 384 'disk_cache/blockfile/file_posix.cc', |
| 385 'disk_cache/blockfile/file_win.cc', |
| 386 'disk_cache/blockfile/histogram_macros.h', |
| 387 'disk_cache/blockfile/histogram_macros_v3.h', |
| 388 'disk_cache/blockfile/in_flight_backend_io.cc', |
| 389 'disk_cache/blockfile/in_flight_backend_io.h', |
| 390 'disk_cache/blockfile/in_flight_io.cc', |
| 391 'disk_cache/blockfile/in_flight_io.h', |
| 392 'disk_cache/blockfile/index_table_v3.cc', |
| 393 'disk_cache/blockfile/index_table_v3.h', |
| 394 'disk_cache/blockfile/mapped_file.cc', |
| 395 'disk_cache/blockfile/mapped_file.h', |
| 396 'disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc', |
| 397 'disk_cache/blockfile/mapped_file_posix.cc', |
| 398 'disk_cache/blockfile/mapped_file_win.cc', |
| 399 'disk_cache/blockfile/rankings.cc', |
| 400 'disk_cache/blockfile/rankings.h', |
| 401 'disk_cache/blockfile/sparse_control.cc', |
| 402 'disk_cache/blockfile/sparse_control.h', |
| 403 'disk_cache/blockfile/stats.cc', |
| 404 'disk_cache/blockfile/stats.h', |
| 405 'disk_cache/blockfile/stats_histogram.cc', |
| 406 'disk_cache/blockfile/stats_histogram.h', |
| 407 'disk_cache/blockfile/storage_block-inl.h', |
| 408 'disk_cache/blockfile/storage_block.h', |
| 409 'disk_cache/blockfile/stress_support.h', |
| 410 'disk_cache/blockfile/trace.cc', |
| 411 'disk_cache/blockfile/trace.h', |
360 'disk_cache/cache_creator.cc', | 412 'disk_cache/cache_creator.cc', |
| 413 'disk_cache/cache_util.cc', |
361 'disk_cache/cache_util.h', | 414 'disk_cache/cache_util.h', |
362 'disk_cache/cache_util.cc', | |
363 'disk_cache/cache_util_posix.cc', | 415 'disk_cache/cache_util_posix.cc', |
364 'disk_cache/cache_util_win.cc', | 416 'disk_cache/cache_util_win.cc', |
365 'disk_cache/disk_cache.h', | 417 'disk_cache/disk_cache.h', |
366 'disk_cache/disk_format.cc', | 418 'disk_cache/flash/flash_entry_impl.cc', |
367 'disk_cache/disk_format.h', | 419 'disk_cache/flash/flash_entry_impl.h', |
368 'disk_cache/disk_format_base.h', | 420 'disk_cache/flash/format.h', |
369 'disk_cache/entry_impl.cc', | 421 'disk_cache/flash/internal_entry.cc', |
370 'disk_cache/entry_impl.h', | 422 'disk_cache/flash/internal_entry.h', |
371 'disk_cache/errors.h', | 423 'disk_cache/flash/log_store.cc', |
372 'disk_cache/eviction.cc', | 424 'disk_cache/flash/log_store.h', |
373 'disk_cache/eviction.h', | 425 'disk_cache/flash/log_store_entry.cc', |
374 'disk_cache/experiments.h', | 426 'disk_cache/flash/log_store_entry.h', |
375 'disk_cache/file.cc', | 427 'disk_cache/flash/segment.cc', |
376 'disk_cache/file.h', | 428 'disk_cache/flash/segment.h', |
377 'disk_cache/file_block.h', | 429 'disk_cache/flash/storage.cc', |
378 'disk_cache/file_ios.cc', | 430 'disk_cache/flash/storage.h', |
379 'disk_cache/file_lock.cc', | 431 'disk_cache/memory/mem_backend_impl.cc', |
380 'disk_cache/file_lock.h', | 432 'disk_cache/memory/mem_backend_impl.h', |
381 'disk_cache/file_posix.cc', | 433 'disk_cache/memory/mem_entry_impl.cc', |
382 'disk_cache/file_win.cc', | 434 'disk_cache/memory/mem_entry_impl.h', |
383 'disk_cache/histogram_macros.h', | 435 'disk_cache/memory/mem_rankings.cc', |
384 'disk_cache/in_flight_backend_io.cc', | 436 'disk_cache/memory/mem_rankings.h', |
385 'disk_cache/in_flight_backend_io.h', | |
386 'disk_cache/in_flight_io.cc', | |
387 'disk_cache/in_flight_io.h', | |
388 'disk_cache/mapped_file.cc', | |
389 'disk_cache/mapped_file.h', | |
390 'disk_cache/mapped_file_posix.cc', | |
391 'disk_cache/mapped_file_avoid_mmap_posix.cc', | |
392 'disk_cache/mapped_file_win.cc', | |
393 'disk_cache/mem_backend_impl.cc', | |
394 'disk_cache/mem_backend_impl.h', | |
395 'disk_cache/mem_entry_impl.cc', | |
396 'disk_cache/mem_entry_impl.h', | |
397 'disk_cache/mem_rankings.cc', | |
398 'disk_cache/mem_rankings.h', | |
399 'disk_cache/net_log_parameters.cc', | 437 'disk_cache/net_log_parameters.cc', |
400 'disk_cache/net_log_parameters.h', | 438 'disk_cache/net_log_parameters.h', |
401 'disk_cache/rankings.cc', | |
402 'disk_cache/rankings.h', | |
403 'disk_cache/sparse_control.cc', | |
404 'disk_cache/sparse_control.h', | |
405 'disk_cache/stats.cc', | |
406 'disk_cache/stats.h', | |
407 'disk_cache/stats_histogram.cc', | |
408 'disk_cache/stats_histogram.h', | |
409 'disk_cache/storage_block-inl.h', | |
410 'disk_cache/storage_block.h', | |
411 'disk_cache/stress_support.h', | |
412 'disk_cache/trace.cc', | |
413 'disk_cache/trace.h', | |
414 'disk_cache/tracing_cache_backend.cc', | |
415 'disk_cache/tracing_cache_backend.h', | |
416 'disk_cache/simple/simple_backend_impl.cc', | 439 'disk_cache/simple/simple_backend_impl.cc', |
417 'disk_cache/simple/simple_backend_impl.h', | 440 'disk_cache/simple/simple_backend_impl.h', |
418 'disk_cache/simple/simple_backend_version.h', | 441 'disk_cache/simple/simple_backend_version.h', |
419 'disk_cache/simple/simple_entry_format.cc', | 442 'disk_cache/simple/simple_entry_format.cc', |
420 'disk_cache/simple/simple_entry_format.h', | 443 'disk_cache/simple/simple_entry_format.h', |
421 'disk_cache/simple/simple_entry_format_history.h', | 444 'disk_cache/simple/simple_entry_format_history.h', |
422 'disk_cache/simple/simple_entry_impl.cc', | 445 'disk_cache/simple/simple_entry_impl.cc', |
423 'disk_cache/simple/simple_entry_impl.h', | 446 'disk_cache/simple/simple_entry_impl.h', |
424 'disk_cache/simple/simple_entry_operation.cc', | 447 'disk_cache/simple/simple_entry_operation.cc', |
425 'disk_cache/simple/simple_entry_operation.h', | 448 'disk_cache/simple/simple_entry_operation.h', |
426 'disk_cache/simple/simple_histogram_macros.h' , | 449 'disk_cache/simple/simple_histogram_macros.h' , |
427 'disk_cache/simple/simple_index.cc', | 450 'disk_cache/simple/simple_index.cc', |
428 'disk_cache/simple/simple_index.h', | 451 'disk_cache/simple/simple_index.h', |
429 'disk_cache/simple/simple_index_delegate.h', | 452 'disk_cache/simple/simple_index_delegate.h', |
430 'disk_cache/simple/simple_index_file.cc', | 453 'disk_cache/simple/simple_index_file.cc', |
431 'disk_cache/simple/simple_index_file.h', | 454 'disk_cache/simple/simple_index_file.h', |
432 'disk_cache/simple/simple_index_file_posix.cc', | 455 'disk_cache/simple/simple_index_file_posix.cc', |
433 'disk_cache/simple/simple_index_file_win.cc', | 456 'disk_cache/simple/simple_index_file_win.cc', |
434 'disk_cache/simple/simple_net_log_parameters.cc', | 457 'disk_cache/simple/simple_net_log_parameters.cc', |
435 'disk_cache/simple/simple_net_log_parameters.h', | 458 'disk_cache/simple/simple_net_log_parameters.h', |
436 'disk_cache/simple/simple_synchronous_entry.cc', | 459 'disk_cache/simple/simple_synchronous_entry.cc', |
437 'disk_cache/simple/simple_synchronous_entry.h', | 460 'disk_cache/simple/simple_synchronous_entry.h', |
438 'disk_cache/simple/simple_util.cc', | 461 'disk_cache/simple/simple_util.cc', |
439 'disk_cache/simple/simple_util.h', | 462 'disk_cache/simple/simple_util.h', |
440 'disk_cache/simple/simple_version_upgrade.cc', | 463 'disk_cache/simple/simple_version_upgrade.cc', |
441 'disk_cache/simple/simple_version_upgrade.h', | 464 'disk_cache/simple/simple_version_upgrade.h', |
442 'disk_cache/flash/flash_entry_impl.cc', | 465 'disk_cache/tracing/tracing_cache_backend.cc', |
443 'disk_cache/flash/flash_entry_impl.h', | 466 'disk_cache/tracing/tracing_cache_backend.h', |
444 'disk_cache/flash/format.h', | |
445 'disk_cache/flash/internal_entry.cc', | |
446 'disk_cache/flash/internal_entry.h', | |
447 'disk_cache/flash/log_store.cc', | |
448 'disk_cache/flash/log_store.h', | |
449 'disk_cache/flash/log_store_entry.cc', | |
450 'disk_cache/flash/log_store_entry.h', | |
451 'disk_cache/flash/segment.cc', | |
452 'disk_cache/flash/segment.h', | |
453 'disk_cache/flash/storage.cc', | |
454 'disk_cache/flash/storage.h', | |
455 'disk_cache/v3/backend_impl_v3.cc', | |
456 'disk_cache/v3/backend_impl_v3.h', | |
457 'disk_cache/v3/block_bitmaps.cc', | |
458 'disk_cache/v3/block_bitmaps.h', | |
459 'disk_cache/v3/disk_format_v3.h', | |
460 'disk_cache/v3/entry_impl_v3.cc', | |
461 'disk_cache/v3/entry_impl_v3.h', | |
462 'disk_cache/v3/eviction_v3.cc', | |
463 'disk_cache/v3/eviction_v3.h', | |
464 'disk_cache/v3/histogram_macros.h', | |
465 'disk_cache/v3/index_table.cc', | |
466 'disk_cache/v3/index_table.h', | |
467 'dns/address_sorter.h', | 467 'dns/address_sorter.h', |
468 'dns/address_sorter_posix.cc', | 468 'dns/address_sorter_posix.cc', |
469 'dns/address_sorter_posix.h', | 469 'dns/address_sorter_posix.h', |
470 'dns/address_sorter_win.cc', | 470 'dns/address_sorter_win.cc', |
471 'dns/dns_client.cc', | 471 'dns/dns_client.cc', |
472 'dns/dns_client.h', | 472 'dns/dns_client.h', |
473 'dns/dns_config_service.cc', | 473 'dns/dns_config_service.cc', |
474 'dns/dns_config_service.h', | 474 'dns/dns_config_service.h', |
475 'dns/dns_config_service_posix.cc', | 475 'dns/dns_config_service_posix.cc', |
476 'dns/dns_config_service_posix.h', | 476 'dns/dns_config_service_posix.h', |
(...skipping 833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1310 ['posix_avoid_mmap==1', { | 1310 ['posix_avoid_mmap==1', { |
1311 'defines': [ | 1311 'defines': [ |
1312 'POSIX_AVOID_MMAP', | 1312 'POSIX_AVOID_MMAP', |
1313 ], | 1313 ], |
1314 'direct_dependent_settings': { | 1314 'direct_dependent_settings': { |
1315 'defines': [ | 1315 'defines': [ |
1316 'POSIX_AVOID_MMAP', | 1316 'POSIX_AVOID_MMAP', |
1317 ], | 1317 ], |
1318 }, | 1318 }, |
1319 'sources!': [ | 1319 'sources!': [ |
1320 'disk_cache/mapped_file_posix.cc', | 1320 'disk_cache/blockfile/mapped_file_posix.cc', |
1321 ], | 1321 ], |
1322 }, { # else | 1322 }, { # else |
1323 'sources!': [ | 1323 'sources!': [ |
1324 'disk_cache/mapped_file_avoid_mmap_posix.cc', | 1324 'disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc', |
1325 ], | 1325 ], |
1326 }], | 1326 }], |
1327 ['disable_ftp_support==1', { | 1327 ['disable_ftp_support==1', { |
1328 'sources/': [ | 1328 'sources/': [ |
1329 ['exclude', '^ftp/'], | 1329 ['exclude', '^ftp/'], |
1330 ], | 1330 ], |
1331 'sources!': [ | 1331 'sources!': [ |
1332 'url_request/ftp_protocol_handler.cc', | 1332 'url_request/ftp_protocol_handler.cc', |
1333 'url_request/ftp_protocol_handler.h', | 1333 'url_request/ftp_protocol_handler.h', |
1334 'url_request/url_request_ftp_job.cc', | 1334 'url_request/url_request_ftp_job.cc', |
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1707 'cert/x509_cert_types_unittest.cc', | 1707 'cert/x509_cert_types_unittest.cc', |
1708 'cert/x509_util_unittest.cc', | 1708 'cert/x509_util_unittest.cc', |
1709 'cert/x509_util_nss_unittest.cc', | 1709 'cert/x509_util_nss_unittest.cc', |
1710 'cert/x509_util_openssl_unittest.cc', | 1710 'cert/x509_util_openssl_unittest.cc', |
1711 'cookies/canonical_cookie_unittest.cc', | 1711 'cookies/canonical_cookie_unittest.cc', |
1712 'cookies/cookie_constants_unittest.cc', | 1712 'cookies/cookie_constants_unittest.cc', |
1713 'cookies/cookie_monster_unittest.cc', | 1713 'cookies/cookie_monster_unittest.cc', |
1714 'cookies/cookie_store_unittest.h', | 1714 'cookies/cookie_store_unittest.h', |
1715 'cookies/cookie_util_unittest.cc', | 1715 'cookies/cookie_util_unittest.cc', |
1716 'cookies/parsed_cookie_unittest.cc', | 1716 'cookies/parsed_cookie_unittest.cc', |
1717 'disk_cache/addr_unittest.cc', | |
1718 'disk_cache/backend_unittest.cc', | 1717 'disk_cache/backend_unittest.cc', |
1719 'disk_cache/bitmap_unittest.cc', | 1718 'disk_cache/blockfile/addr_unittest.cc', |
1720 'disk_cache/block_files_unittest.cc', | 1719 'disk_cache/blockfile/bitmap_unittest.cc', |
| 1720 'disk_cache/blockfile/block_bitmaps_v3_unittest.cc', |
| 1721 'disk_cache/blockfile/block_bitmaps_v3_unittest.cc', |
| 1722 'disk_cache/blockfile/block_files_unittest.cc', |
| 1723 'disk_cache/blockfile/index_table_v3_unittest.cc', |
| 1724 'disk_cache/blockfile/mapped_file_unittest.cc', |
| 1725 'disk_cache/blockfile/storage_block_unittest.cc', |
1721 'disk_cache/cache_util_unittest.cc', | 1726 'disk_cache/cache_util_unittest.cc', |
1722 'disk_cache/entry_unittest.cc', | 1727 'disk_cache/entry_unittest.cc', |
1723 'disk_cache/mapped_file_unittest.cc', | |
1724 'disk_cache/simple/simple_index_file_unittest.cc', | |
1725 'disk_cache/simple/simple_index_unittest.cc', | |
1726 'disk_cache/simple/simple_test_util.h', | |
1727 'disk_cache/simple/simple_test_util.cc', | |
1728 'disk_cache/simple/simple_util_unittest.cc', | |
1729 'disk_cache/simple/simple_version_upgrade_unittest.cc', | |
1730 'disk_cache/storage_block_unittest.cc', | |
1731 'disk_cache/flash/log_store_entry_unittest.cc', | 1728 'disk_cache/flash/log_store_entry_unittest.cc', |
1732 'disk_cache/flash/log_store_unittest.cc', | 1729 'disk_cache/flash/log_store_unittest.cc', |
1733 'disk_cache/flash/segment_unittest.cc', | 1730 'disk_cache/flash/segment_unittest.cc', |
1734 'disk_cache/flash/storage_unittest.cc', | 1731 'disk_cache/flash/storage_unittest.cc', |
1735 'disk_cache/v3/block_bitmaps_unittest.cc', | 1732 'disk_cache/simple/simple_index_file_unittest.cc', |
1736 'disk_cache/v3/index_table_unittest.cc', | 1733 'disk_cache/simple/simple_index_unittest.cc', |
| 1734 'disk_cache/simple/simple_test_util.cc', |
| 1735 'disk_cache/simple/simple_test_util.h', |
| 1736 'disk_cache/simple/simple_util_unittest.cc', |
| 1737 'disk_cache/simple/simple_version_upgrade_unittest.cc', |
1737 'dns/address_sorter_posix_unittest.cc', | 1738 'dns/address_sorter_posix_unittest.cc', |
1738 'dns/address_sorter_unittest.cc', | 1739 'dns/address_sorter_unittest.cc', |
1739 'dns/dns_config_service_posix_unittest.cc', | 1740 'dns/dns_config_service_posix_unittest.cc', |
1740 'dns/dns_config_service_unittest.cc', | 1741 'dns/dns_config_service_unittest.cc', |
1741 'dns/dns_config_service_win_unittest.cc', | 1742 'dns/dns_config_service_win_unittest.cc', |
1742 'dns/dns_hosts_unittest.cc', | 1743 'dns/dns_hosts_unittest.cc', |
1743 'dns/dns_query_unittest.cc', | 1744 'dns/dns_query_unittest.cc', |
1744 'dns/dns_response_unittest.cc', | 1745 'dns/dns_response_unittest.cc', |
1745 'dns/dns_session_unittest.cc', | 1746 'dns/dns_session_unittest.cc', |
1746 'dns/dns_transaction_unittest.cc', | 1747 'dns/dns_transaction_unittest.cc', |
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2140 }], | 2141 }], |
2141 ['chromeos==1', { | 2142 ['chromeos==1', { |
2142 'sources!': [ | 2143 'sources!': [ |
2143 'base/network_change_notifier_linux_unittest.cc', | 2144 'base/network_change_notifier_linux_unittest.cc', |
2144 'proxy/proxy_config_service_linux_unittest.cc', | 2145 'proxy/proxy_config_service_linux_unittest.cc', |
2145 ], | 2146 ], |
2146 }], | 2147 }], |
2147 [ 'OS == "android"', { | 2148 [ 'OS == "android"', { |
2148 'sources!': [ | 2149 'sources!': [ |
2149 # See bug 344533. | 2150 # See bug 344533. |
2150 'disk_cache/v3/index_table_unittest.cc', | 2151 'disk_cache/blockfile/index_table_v3unittest.cc', |
2151 # No res_ninit() et al on Android, so this doesn't make a lot of | 2152 # No res_ninit() et al on Android, so this doesn't make a lot of |
2152 # sense. | 2153 # sense. |
2153 'dns/dns_config_service_posix_unittest.cc', | 2154 'dns/dns_config_service_posix_unittest.cc', |
2154 ], | 2155 ], |
2155 'dependencies': [ | 2156 'dependencies': [ |
2156 'net_javatests', | 2157 'net_javatests', |
2157 'net_test_jni_headers', | 2158 'net_test_jni_headers', |
2158 ], | 2159 ], |
2159 }], | 2160 }], |
2160 [ 'use_nss != 1', { | 2161 [ 'use_nss != 1', { |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2390 '../base/base.gyp:base', | 2391 '../base/base.gyp:base', |
2391 '../base/base.gyp:base_i18n', | 2392 '../base/base.gyp:base_i18n', |
2392 '../base/base.gyp:test_support_perf', | 2393 '../base/base.gyp:test_support_perf', |
2393 '../testing/gtest.gyp:gtest', | 2394 '../testing/gtest.gyp:gtest', |
2394 '../url/url.gyp:url_lib', | 2395 '../url/url.gyp:url_lib', |
2395 'net', | 2396 'net', |
2396 'net_test_support', | 2397 'net_test_support', |
2397 ], | 2398 ], |
2398 'sources': [ | 2399 'sources': [ |
2399 'cookies/cookie_monster_perftest.cc', | 2400 'cookies/cookie_monster_perftest.cc', |
2400 'disk_cache/disk_cache_perftest.cc', | 2401 'disk_cache/blockfile/disk_cache_perftest.cc', |
2401 'proxy/proxy_resolver_perftest.cc', | 2402 'proxy/proxy_resolver_perftest.cc', |
2402 ], | 2403 ], |
2403 'conditions': [ | 2404 'conditions': [ |
2404 [ 'use_v8_in_net==1', { | 2405 [ 'use_v8_in_net==1', { |
2405 'dependencies': [ | 2406 'dependencies': [ |
2406 'net_with_v8', | 2407 'net_with_v8', |
2407 ], | 2408 ], |
2408 }, { # else: !use_v8_in_net | 2409 }, { # else: !use_v8_in_net |
2409 'sources!': [ | 2410 'sources!': [ |
2410 'proxy/proxy_resolver_perftest.cc', | 2411 'proxy/proxy_resolver_perftest.cc', |
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2818 }, | 2819 }, |
2819 { | 2820 { |
2820 'target_name': 'stress_cache', | 2821 'target_name': 'stress_cache', |
2821 'type': 'executable', | 2822 'type': 'executable', |
2822 'dependencies': [ | 2823 'dependencies': [ |
2823 '../base/base.gyp:base', | 2824 '../base/base.gyp:base', |
2824 'net', | 2825 'net', |
2825 'net_test_support', | 2826 'net_test_support', |
2826 ], | 2827 ], |
2827 'sources': [ | 2828 'sources': [ |
2828 'disk_cache/stress_cache.cc', | 2829 'disk_cache/blockfile/stress_cache.cc', |
2829 ], | 2830 ], |
2830 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 2831 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
2831 'msvs_disabled_warnings': [4267, ], | 2832 'msvs_disabled_warnings': [4267, ], |
2832 }, | 2833 }, |
2833 { | 2834 { |
2834 'target_name': 'tld_cleanup', | 2835 'target_name': 'tld_cleanup', |
2835 'type': 'executable', | 2836 'type': 'executable', |
2836 'dependencies': [ | 2837 'dependencies': [ |
2837 '../base/base.gyp:base', | 2838 '../base/base.gyp:base', |
2838 '../base/base.gyp:base_i18n', | 2839 '../base/base.gyp:base_i18n', |
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3225 'net_unittests.isolate', | 3226 'net_unittests.isolate', |
3226 ], | 3227 ], |
3227 'sources': [ | 3228 'sources': [ |
3228 'net_unittests.isolate', | 3229 'net_unittests.isolate', |
3229 ], | 3230 ], |
3230 }, | 3231 }, |
3231 ], | 3232 ], |
3232 }], | 3233 }], |
3233 ], | 3234 ], |
3234 } | 3235 } |
OLD | NEW |