Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Side by Side Diff: net/net.gypi

Issue 651063002: Deflake Simple Cache backend on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: C4800 Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 'disk_cache/simple/simple_index_delegate.h', 473 'disk_cache/simple/simple_index_delegate.h',
474 'disk_cache/simple/simple_index_file.cc', 474 'disk_cache/simple/simple_index_file.cc',
475 'disk_cache/simple/simple_index_file.h', 475 'disk_cache/simple/simple_index_file.h',
476 'disk_cache/simple/simple_index_file_posix.cc', 476 'disk_cache/simple/simple_index_file_posix.cc',
477 'disk_cache/simple/simple_index_file_win.cc', 477 'disk_cache/simple/simple_index_file_win.cc',
478 'disk_cache/simple/simple_net_log_parameters.cc', 478 'disk_cache/simple/simple_net_log_parameters.cc',
479 'disk_cache/simple/simple_net_log_parameters.h', 479 'disk_cache/simple/simple_net_log_parameters.h',
480 'disk_cache/simple/simple_synchronous_entry.cc', 480 'disk_cache/simple/simple_synchronous_entry.cc',
481 'disk_cache/simple/simple_synchronous_entry.h', 481 'disk_cache/simple/simple_synchronous_entry.h',
482 'disk_cache/simple/simple_util.cc', 482 'disk_cache/simple/simple_util.cc',
483 'disk_cache/simple/simple_util_posix.cc',
484 'disk_cache/simple/simple_util_win.cc',
483 'disk_cache/simple/simple_util.h', 485 'disk_cache/simple/simple_util.h',
484 'disk_cache/simple/simple_version_upgrade.cc', 486 'disk_cache/simple/simple_version_upgrade.cc',
485 'disk_cache/simple/simple_version_upgrade.h', 487 'disk_cache/simple/simple_version_upgrade.h',
486 'dns/address_sorter.h', 488 'dns/address_sorter.h',
487 'dns/address_sorter_posix.cc', 489 'dns/address_sorter_posix.cc',
488 'dns/address_sorter_posix.h', 490 'dns/address_sorter_posix.h',
489 'dns/address_sorter_win.cc', 491 'dns/address_sorter_win.cc',
490 'dns/dns_client.cc', 492 'dns/dns_client.cc',
491 'dns/dns_client.h', 493 'dns/dns_client.h',
492 'dns/dns_config_service.cc', 494 'dns/dns_config_service.cc',
(...skipping 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after
1753 'tools/quic/test_tools/quic_test_client.h', 1755 'tools/quic/test_tools/quic_test_client.h',
1754 'tools/quic/test_tools/quic_test_utils.cc', 1756 'tools/quic/test_tools/quic_test_utils.cc',
1755 'tools/quic/test_tools/quic_test_utils.h', 1757 'tools/quic/test_tools/quic_test_utils.h',
1756 'tools/quic/test_tools/server_thread.h', 1758 'tools/quic/test_tools/server_thread.h',
1757 'tools/quic/test_tools/server_thread.cc', 1759 'tools/quic/test_tools/server_thread.cc',
1758 'tools/quic/test_tools/simple_client.h', 1760 'tools/quic/test_tools/simple_client.h',
1759 'tools/quic/test_tools/simple_client.cc', 1761 'tools/quic/test_tools/simple_client.cc',
1760 ], 1762 ],
1761 } 1763 }
1762 } 1764 }
OLDNEW
« net/disk_cache/simple/simple_util_win.cc ('K') | « net/disk_cache/simple/simple_util_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698