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

Side by Side Diff: net/net.gyp

Issue 10399083: Make NetLog take in callbacks that return Values (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix merge error Created 8 years, 6 months 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/http/http_stream_parser.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 'http/http_byte_range.cc', 449 'http/http_byte_range.cc',
450 'http/http_byte_range.h', 450 'http/http_byte_range.h',
451 'http/http_cache.cc', 451 'http/http_cache.cc',
452 'http/http_cache.h', 452 'http/http_cache.h',
453 'http/http_cache_transaction.cc', 453 'http/http_cache_transaction.cc',
454 'http/http_cache_transaction.h', 454 'http/http_cache_transaction.h',
455 'http/http_content_disposition.cc', 455 'http/http_content_disposition.cc',
456 'http/http_content_disposition.h', 456 'http/http_content_disposition.h',
457 'http/http_chunked_decoder.cc', 457 'http/http_chunked_decoder.cc',
458 'http/http_chunked_decoder.h', 458 'http/http_chunked_decoder.h',
459 'http/http_net_log_params.cc',
460 'http/http_net_log_params.h',
461 'http/http_network_layer.cc', 459 'http/http_network_layer.cc',
462 'http/http_network_layer.h', 460 'http/http_network_layer.h',
463 'http/http_network_session.cc', 461 'http/http_network_session.cc',
464 'http/http_network_session.h', 462 'http/http_network_session.h',
465 'http/http_network_session_peer.cc', 463 'http/http_network_session_peer.cc',
466 'http/http_network_session_peer.h', 464 'http/http_network_session_peer.h',
467 'http/http_network_transaction.cc', 465 'http/http_network_transaction.cc',
468 'http/http_network_transaction.h', 466 'http/http_network_transaction.h',
469 'http/http_pipelined_connection.h', 467 'http/http_pipelined_connection.h',
470 'http/http_pipelined_connection_impl.cc', 468 'http/http_pipelined_connection_impl.cc',
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 'base/host_port_pair_unittest.cc', 1061 'base/host_port_pair_unittest.cc',
1064 'base/host_resolver_impl_unittest.cc', 1062 'base/host_resolver_impl_unittest.cc',
1065 'base/ip_endpoint_unittest.cc', 1063 'base/ip_endpoint_unittest.cc',
1066 'base/keygen_handler_unittest.cc', 1064 'base/keygen_handler_unittest.cc',
1067 'base/mapped_host_resolver_unittest.cc', 1065 'base/mapped_host_resolver_unittest.cc',
1068 'base/mime_sniffer_unittest.cc', 1066 'base/mime_sniffer_unittest.cc',
1069 'base/mime_util_unittest.cc', 1067 'base/mime_util_unittest.cc',
1070 'base/mock_filter_context.cc', 1068 'base/mock_filter_context.cc',
1071 'base/mock_filter_context.h', 1069 'base/mock_filter_context.h',
1072 'base/multi_threaded_cert_verifier_unittest.cc', 1070 'base/multi_threaded_cert_verifier_unittest.cc',
1073 'base/net_log_unittest.cc',
1074 'base/net_log_unittest.h', 1071 'base/net_log_unittest.h',
1075 'base/net_util_unittest.cc', 1072 'base/net_util_unittest.cc',
1076 'base/network_change_notifier_linux_unittest.cc', 1073 'base/network_change_notifier_linux_unittest.cc',
1077 'base/network_change_notifier_win_unittest.cc', 1074 'base/network_change_notifier_win_unittest.cc',
1078 'base/pem_tokenizer_unittest.cc', 1075 'base/pem_tokenizer_unittest.cc',
1079 'base/prioritized_dispatcher_unittest.cc', 1076 'base/prioritized_dispatcher_unittest.cc',
1080 'base/priority_queue_unittest.cc', 1077 'base/priority_queue_unittest.cc',
1081 'base/registry_controlled_domain_unittest.cc', 1078 'base/registry_controlled_domain_unittest.cc',
1082 'base/run_all_unittests.cc', 1079 'base/run_all_unittests.cc',
1083 'base/sdch_filter_unittest.cc', 1080 'base/sdch_filter_unittest.cc',
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
1915 'tools/dump_cache/url_to_filename_encoder.cc', 1912 'tools/dump_cache/url_to_filename_encoder.cc',
1916 'tools/dump_cache/url_to_filename_encoder.h', 1913 'tools/dump_cache/url_to_filename_encoder.h',
1917 'tools/dump_cache/url_utilities.h', 1914 'tools/dump_cache/url_utilities.h',
1918 'tools/dump_cache/url_utilities.cc', 1915 'tools/dump_cache/url_utilities.cc',
1919 ], 1916 ],
1920 }, 1917 },
1921 ], 1918 ],
1922 }], 1919 }],
1923 ], 1920 ],
1924 } 1921 }
OLDNEW
« no previous file with comments | « net/http/http_stream_parser.cc ('k') | net/socket/ssl_client_socket_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698