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

Side by Side Diff: net/net.gyp

Issue 5560013: A scoped NetLog event that automatically logs an end event on destruction. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years 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/net_log_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) 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 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 'base/host_cache_unittest.cc', 841 'base/host_cache_unittest.cc',
842 'base/host_mapping_rules_unittest.cc', 842 'base/host_mapping_rules_unittest.cc',
843 'base/host_resolver_impl_unittest.cc', 843 'base/host_resolver_impl_unittest.cc',
844 'base/keygen_handler_unittest.cc', 844 'base/keygen_handler_unittest.cc',
845 'base/leak_annotations.h', 845 'base/leak_annotations.h',
846 'base/listen_socket_unittest.cc', 846 'base/listen_socket_unittest.cc',
847 'base/listen_socket_unittest.h', 847 'base/listen_socket_unittest.h',
848 'base/mapped_host_resolver_unittest.cc', 848 'base/mapped_host_resolver_unittest.cc',
849 'base/mime_sniffer_unittest.cc', 849 'base/mime_sniffer_unittest.cc',
850 'base/mime_util_unittest.cc', 850 'base/mime_util_unittest.cc',
851 'base/net_log_unittest.cc',
851 'base/net_log_unittest.h', 852 'base/net_log_unittest.h',
852 'base/net_test_suite.h', 853 'base/net_test_suite.h',
853 'base/net_util_unittest.cc', 854 'base/net_util_unittest.cc',
854 'base/pem_tokenizer_unittest.cc', 855 'base/pem_tokenizer_unittest.cc',
855 'base/registry_controlled_domain_unittest.cc', 856 'base/registry_controlled_domain_unittest.cc',
856 'base/run_all_unittests.cc', 857 'base/run_all_unittests.cc',
857 'base/sdch_filter_unittest.cc', 858 'base/sdch_filter_unittest.cc',
858 'base/ssl_cipher_suite_names_unittest.cc', 859 'base/ssl_cipher_suite_names_unittest.cc',
859 'base/ssl_client_auth_cache_unittest.cc', 860 'base/ssl_client_auth_cache_unittest.cc',
860 'base/ssl_config_service_mac_unittest.cc', 861 'base/ssl_config_service_mac_unittest.cc',
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 ], 1447 ],
1447 }], 1448 }],
1448 ], 1449 ],
1449 } 1450 }
1450 1451
1451 # Local Variables: 1452 # Local Variables:
1452 # tab-width:2 1453 # tab-width:2
1453 # indent-tabs-mode:nil 1454 # indent-tabs-mode:nil
1454 # End: 1455 # End:
1455 # vim: set expandtab tabstop=2 shiftwidth=2: 1456 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/base/net_log_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698