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

Side by Side Diff: net/net.gyp

Issue 4118004: Update NetLog to be thread safe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Response to comments 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
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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'base/dnsrr_resolver.h', 69 'base/dnsrr_resolver.h',
70 'base/escape.cc', 70 'base/escape.cc',
71 'base/escape.h', 71 'base/escape.h',
72 'base/ev_root_ca_metadata.cc', 72 'base/ev_root_ca_metadata.cc',
73 'base/ev_root_ca_metadata.h', 73 'base/ev_root_ca_metadata.h',
74 'base/file_stream.h', 74 'base/file_stream.h',
75 'base/file_stream_posix.cc', 75 'base/file_stream_posix.cc',
76 'base/file_stream_win.cc', 76 'base/file_stream_win.cc',
77 'base/filter.cc', 77 'base/filter.cc',
78 'base/filter.h', 78 'base/filter.h',
79 'base/forwarding_net_log.cc',
80 'base/forwarding_net_log.h',
81 'base/gzip_filter.cc', 79 'base/gzip_filter.cc',
82 'base/gzip_filter.h', 80 'base/gzip_filter.h',
83 'base/gzip_header.cc', 81 'base/gzip_header.cc',
84 'base/gzip_header.h', 82 'base/gzip_header.h',
85 'base/host_cache.cc', 83 'base/host_cache.cc',
86 'base/host_cache.h', 84 'base/host_cache.h',
87 'base/host_mapping_rules.cc', 85 'base/host_mapping_rules.cc',
88 'base/host_mapping_rules.h', 86 'base/host_mapping_rules.h',
89 'base/host_port_pair.cc', 87 'base/host_port_pair.cc',
90 'base/host_port_pair.h', 88 'base/host_port_pair.h',
(...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 'base/cookie_monster_unittest.cc', 822 'base/cookie_monster_unittest.cc',
825 'base/data_url_unittest.cc', 823 'base/data_url_unittest.cc',
826 'base/directory_lister_unittest.cc', 824 'base/directory_lister_unittest.cc',
827 'base/dnssec_unittest.cc', 825 'base/dnssec_unittest.cc',
828 'base/dns_util_unittest.cc', 826 'base/dns_util_unittest.cc',
829 'base/dnsrr_resolver_unittest.cc', 827 'base/dnsrr_resolver_unittest.cc',
830 'base/escape_unittest.cc', 828 'base/escape_unittest.cc',
831 'base/file_stream_unittest.cc', 829 'base/file_stream_unittest.cc',
832 'base/filter_unittest.cc', 830 'base/filter_unittest.cc',
833 'base/filter_unittest.h', 831 'base/filter_unittest.h',
834 'base/forwarding_net_log_unittest.cc',
835 'base/gzip_filter_unittest.cc', 832 'base/gzip_filter_unittest.cc',
836 'base/host_cache_unittest.cc', 833 'base/host_cache_unittest.cc',
837 'base/host_mapping_rules_unittest.cc', 834 'base/host_mapping_rules_unittest.cc',
838 'base/host_resolver_impl_unittest.cc', 835 'base/host_resolver_impl_unittest.cc',
839 'base/keygen_handler_unittest.cc', 836 'base/keygen_handler_unittest.cc',
840 'base/leak_annotations.h', 837 'base/leak_annotations.h',
841 'base/listen_socket_unittest.cc', 838 'base/listen_socket_unittest.cc',
842 'base/listen_socket_unittest.h', 839 'base/listen_socket_unittest.h',
843 'base/mapped_host_resolver_unittest.cc', 840 'base/mapped_host_resolver_unittest.cc',
844 'base/mime_sniffer_unittest.cc', 841 'base/mime_sniffer_unittest.cc',
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1406 ], 1403 ],
1407 }], 1404 }],
1408 ], 1405 ],
1409 } 1406 }
1410 1407
1411 # Local Variables: 1408 # Local Variables:
1412 # tab-width:2 1409 # tab-width:2
1413 # indent-tabs-mode:nil 1410 # indent-tabs-mode:nil
1414 # End: 1411 # End:
1415 # vim: set expandtab tabstop=2 shiftwidth=2: 1412 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698