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

Side by Side Diff: net/net.gyp

Issue 5162001: X.509-related cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Feedback Created 10 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_win.cc ('k') | net/socket/ssl_client_socket_nss.cc » ('j') | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 'base/ssl_config_service_mac_unittest.cc', 859 'base/ssl_config_service_mac_unittest.cc',
860 'base/ssl_config_service_unittest.cc', 860 'base/ssl_config_service_unittest.cc',
861 'base/ssl_config_service_win_unittest.cc', 861 'base/ssl_config_service_win_unittest.cc',
862 'base/ssl_false_start_blacklist_unittest.cc', 862 'base/ssl_false_start_blacklist_unittest.cc',
863 'base/static_cookie_policy_unittest.cc', 863 'base/static_cookie_policy_unittest.cc',
864 'base/transport_security_state_unittest.cc', 864 'base/transport_security_state_unittest.cc',
865 'base/test_certificate_data.h', 865 'base/test_certificate_data.h',
866 'base/test_completion_callback_unittest.cc', 866 'base/test_completion_callback_unittest.cc',
867 'base/upload_data_stream_unittest.cc', 867 'base/upload_data_stream_unittest.cc',
868 'base/x509_certificate_unittest.cc', 868 'base/x509_certificate_unittest.cc',
869 'base/x509_cert_types_unittest.cc', 869 'base/x509_cert_types_mac_unittest.cc',
wtc 2010/11/18 23:12:46 Does renaming the file this way automatically make
Ryan Sleevi 2010/11/18 23:17:15 Yes, build\common.gypi has an exclude glob setup o
870 'base/x509_openssl_util_unittest.cc', 870 'base/x509_openssl_util_unittest.cc',
871 'disk_cache/addr_unittest.cc', 871 'disk_cache/addr_unittest.cc',
872 'disk_cache/backend_unittest.cc', 872 'disk_cache/backend_unittest.cc',
873 'disk_cache/bitmap_unittest.cc', 873 'disk_cache/bitmap_unittest.cc',
874 'disk_cache/block_files_unittest.cc', 874 'disk_cache/block_files_unittest.cc',
875 'disk_cache/cache_util_unittest.cc', 875 'disk_cache/cache_util_unittest.cc',
876 'disk_cache/disk_cache_test_base.cc', 876 'disk_cache/disk_cache_test_base.cc',
877 'disk_cache/disk_cache_test_base.h', 877 'disk_cache/disk_cache_test_base.h',
878 'disk_cache/entry_unittest.cc', 878 'disk_cache/entry_unittest.cc',
879 'disk_cache/mapped_file_unittest.cc', 879 'disk_cache/mapped_file_unittest.cc',
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
1448 ], 1448 ],
1449 }], 1449 }],
1450 ], 1450 ],
1451 } 1451 }
1452 1452
1453 # Local Variables: 1453 # Local Variables:
1454 # tab-width:2 1454 # tab-width:2
1455 # indent-tabs-mode:nil 1455 # indent-tabs-mode:nil
1456 # End: 1456 # End:
1457 # vim: set expandtab tabstop=2 shiftwidth=2: 1457 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/base/x509_certificate_win.cc ('k') | net/socket/ssl_client_socket_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698