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

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: Update comments 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
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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 'http/http_byte_range.cc', 451 'http/http_byte_range.cc',
452 'http/http_byte_range.h', 452 'http/http_byte_range.h',
453 'http/http_cache.cc', 453 'http/http_cache.cc',
454 'http/http_cache.h', 454 'http/http_cache.h',
455 'http/http_cache_transaction.cc', 455 'http/http_cache_transaction.cc',
456 'http/http_cache_transaction.h', 456 'http/http_cache_transaction.h',
457 'http/http_content_disposition.cc', 457 'http/http_content_disposition.cc',
458 'http/http_content_disposition.h', 458 'http/http_content_disposition.h',
459 'http/http_chunked_decoder.cc', 459 'http/http_chunked_decoder.cc',
460 'http/http_chunked_decoder.h', 460 'http/http_chunked_decoder.h',
461 'http/http_net_log_params.cc',
462 'http/http_net_log_params.h',
463 'http/http_network_layer.cc', 461 'http/http_network_layer.cc',
464 'http/http_network_layer.h', 462 'http/http_network_layer.h',
465 'http/http_network_session.cc', 463 'http/http_network_session.cc',
466 'http/http_network_session.h', 464 'http/http_network_session.h',
467 'http/http_network_session_peer.cc', 465 'http/http_network_session_peer.cc',
468 'http/http_network_session_peer.h', 466 'http/http_network_session_peer.h',
469 'http/http_network_transaction.cc', 467 'http/http_network_transaction.cc',
470 'http/http_network_transaction.h', 468 'http/http_network_transaction.h',
471 'http/http_pipelined_connection.h', 469 'http/http_pipelined_connection.h',
472 'http/http_pipelined_connection_impl.cc', 470 'http/http_pipelined_connection_impl.cc',
(...skipping 590 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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
1902 'tools/dump_cache/url_to_filename_encoder.cc', 1899 'tools/dump_cache/url_to_filename_encoder.cc',
1903 'tools/dump_cache/url_to_filename_encoder.h', 1900 'tools/dump_cache/url_to_filename_encoder.h',
1904 'tools/dump_cache/url_utilities.h', 1901 'tools/dump_cache/url_utilities.h',
1905 'tools/dump_cache/url_utilities.cc', 1902 'tools/dump_cache/url_utilities.cc',
1906 ], 1903 ],
1907 }, 1904 },
1908 ], 1905 ],
1909 }], 1906 }],
1910 ], 1907 ],
1911 } 1908 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698