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

Side by Side Diff: net/net.gyp

Issue 418001: Work around the NSS bugs in the AIA certificate fetch code by retrying... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fix a mistake in net.gyp in the previous patch set. Created 11 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 | Annotate | Revision Log
« no previous file with comments | « net/base/x509_certificate_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 'base/mime_util_unittest.cc', 589 'base/mime_util_unittest.cc',
590 'base/net_util_unittest.cc', 590 'base/net_util_unittest.cc',
591 'base/registry_controlled_domain_unittest.cc', 591 'base/registry_controlled_domain_unittest.cc',
592 'base/run_all_unittests.cc', 592 'base/run_all_unittests.cc',
593 'base/sdch_filter_unittest.cc', 593 'base/sdch_filter_unittest.cc',
594 'base/ssl_client_auth_cache_unittest.cc', 594 'base/ssl_client_auth_cache_unittest.cc',
595 'base/ssl_config_service_mac_unittest.cc', 595 'base/ssl_config_service_mac_unittest.cc',
596 'base/ssl_config_service_win_unittest.cc', 596 'base/ssl_config_service_win_unittest.cc',
597 'base/strict_transport_security_state_unittest.cc', 597 'base/strict_transport_security_state_unittest.cc',
598 'base/telnet_server_unittest.cc', 598 'base/telnet_server_unittest.cc',
599 'base/test_certificate_data.h',
599 'base/test_completion_callback_unittest.cc', 600 'base/test_completion_callback_unittest.cc',
600 'base/wininet_util_unittest.cc', 601 'base/wininet_util_unittest.cc',
601 'base/x509_certificate_unittest.cc', 602 'base/x509_certificate_unittest.cc',
602 'disk_cache/addr_unittest.cc', 603 'disk_cache/addr_unittest.cc',
603 'disk_cache/backend_unittest.cc', 604 'disk_cache/backend_unittest.cc',
604 'disk_cache/bitmap_unittest.cc', 605 'disk_cache/bitmap_unittest.cc',
605 'disk_cache/block_files_unittest.cc', 606 'disk_cache/block_files_unittest.cc',
606 'disk_cache/disk_cache_test_base.cc', 607 'disk_cache/disk_cache_test_base.cc',
607 'disk_cache/disk_cache_test_base.h', 608 'disk_cache/disk_cache_test_base.h',
608 'disk_cache/entry_unittest.cc', 609 'disk_cache/entry_unittest.cc',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 ], 871 ],
871 }], 872 }],
872 ], 873 ],
873 } 874 }
874 875
875 # Local Variables: 876 # Local Variables:
876 # tab-width:2 877 # tab-width:2
877 # indent-tabs-mode:nil 878 # indent-tabs-mode:nil
878 # End: 879 # End:
879 # vim: set expandtab tabstop=2 shiftwidth=2: 880 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/base/x509_certificate_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698