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

Side by Side Diff: net/BUILD.gn

Issue 2771033005: Split out spdy_log_util from http_log_util. (Closed)
Patch Set: Remove http_log_util.h include from two files that do not use ElideHeaderValueForNetLog(). Created 3 years, 8 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
« no previous file with comments | « no previous file | net/http/bidirectional_stream.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "//base", 92 "//base",
93 ] 93 ]
94 } 94 }
95 95
96 component("net") { 96 component("net") {
97 sources = [ 97 sources = [
98 "base/address_family.cc", 98 "base/address_family.cc",
99 "base/address_family.h", 99 "base/address_family.h",
100 "base/address_list.cc", 100 "base/address_list.cc",
101 "base/address_list.h", 101 "base/address_list.h",
102 "base/arena.cc",
103 "base/arena.h",
104 "base/auth.cc", 102 "base/auth.cc",
105 "base/auth.h", 103 "base/auth.h",
106 "base/completion_callback.h", 104 "base/completion_callback.h",
107 "base/escape.cc", 105 "base/escape.cc",
108 "base/escape.h", 106 "base/escape.h",
109 "base/hash_value.cc", 107 "base/hash_value.cc",
110 "base/hash_value.h", 108 "base/hash_value.h",
111 "base/host_port_pair.cc", 109 "base/host_port_pair.cc",
112 "base/host_port_pair.h", 110 "base/host_port_pair.h",
113 "base/interval.h", 111 "base/interval.h",
114 "base/interval_set.h", 112 "base/interval_set.h",
115 "base/io_buffer.cc", 113 "base/io_buffer.cc",
116 "base/io_buffer.h", 114 "base/io_buffer.h",
117 "base/ip_address.cc", 115 "base/ip_address.cc",
118 "base/ip_address.h", 116 "base/ip_address.h",
119 "base/ip_endpoint.cc", 117 "base/ip_endpoint.cc",
120 "base/ip_endpoint.h", 118 "base/ip_endpoint.h",
121 "base/linked_hash_map.h",
122 "base/load_timing_info.cc", 119 "base/load_timing_info.cc",
123 "base/load_timing_info.h", 120 "base/load_timing_info.h",
124 "base/lookup_string_in_fixed_set.cc", 121 "base/lookup_string_in_fixed_set.cc",
125 "base/lookup_string_in_fixed_set.h", 122 "base/lookup_string_in_fixed_set.h",
126 "base/net_error_details.h", 123 "base/net_error_details.h",
127 "base/net_error_list.h", 124 "base/net_error_list.h",
128 "base/net_errors.cc", 125 "base/net_errors.cc",
129 "base/net_errors.h", 126 "base/net_errors.h",
130 "base/net_errors_posix.cc", 127 "base/net_errors_posix.cc",
131 "base/net_export.h", 128 "base/net_export.h",
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "socket/socket.h", 305 "socket/socket.h",
309 "socket/socket_bio_adapter.cc", 306 "socket/socket_bio_adapter.cc",
310 "socket/socket_bio_adapter.h", 307 "socket/socket_bio_adapter.h",
311 "socket/socket_performance_watcher.h", 308 "socket/socket_performance_watcher.h",
312 "socket/socket_performance_watcher_factory.h", 309 "socket/socket_performance_watcher_factory.h",
313 "socket/ssl_client_socket.cc", 310 "socket/ssl_client_socket.cc",
314 "socket/ssl_client_socket.h", 311 "socket/ssl_client_socket.h",
315 "socket/ssl_client_socket_impl.cc", 312 "socket/ssl_client_socket_impl.cc",
316 "socket/ssl_client_socket_impl.h", 313 "socket/ssl_client_socket_impl.h",
317 "socket/ssl_socket.h", 314 "socket/ssl_socket.h",
318 "spdy/spdy_header_block.cc",
319 "spdy/spdy_header_block.h",
320 "ssl/channel_id_service.cc", 315 "ssl/channel_id_service.cc",
321 "ssl/channel_id_service.h", 316 "ssl/channel_id_service.h",
322 "ssl/channel_id_store.cc", 317 "ssl/channel_id_store.cc",
323 "ssl/channel_id_store.h", 318 "ssl/channel_id_store.h",
324 "ssl/client_key_store.cc", 319 "ssl/client_key_store.cc",
325 "ssl/client_key_store.h", 320 "ssl/client_key_store.h",
326 "ssl/default_channel_id_store.cc", 321 "ssl/default_channel_id_store.cc",
327 "ssl/default_channel_id_store.h", 322 "ssl/default_channel_id_store.h",
328 "ssl/openssl_client_key_store.cc", 323 "ssl/openssl_client_key_store.cc",
329 "ssl/openssl_client_key_store.h", 324 "ssl/openssl_client_key_store.h",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 "android/network_change_notifier_delegate_android.cc", 385 "android/network_change_notifier_delegate_android.cc",
391 "android/network_change_notifier_delegate_android.h", 386 "android/network_change_notifier_delegate_android.h",
392 "android/network_change_notifier_factory_android.cc", 387 "android/network_change_notifier_factory_android.cc",
393 "android/network_change_notifier_factory_android.h", 388 "android/network_change_notifier_factory_android.h",
394 "android/network_library.cc", 389 "android/network_library.cc",
395 "android/network_library.h", 390 "android/network_library.h",
396 "android/traffic_stats.cc", 391 "android/traffic_stats.cc",
397 "android/traffic_stats.h", 392 "android/traffic_stats.h",
398 "base/address_tracker_linux.cc", 393 "base/address_tracker_linux.cc",
399 "base/address_tracker_linux.h", 394 "base/address_tracker_linux.h",
395 "base/arena.cc",
396 "base/arena.h",
400 "base/backoff_entry.cc", 397 "base/backoff_entry.cc",
401 "base/backoff_entry.h", 398 "base/backoff_entry.h",
402 "base/backoff_entry_serializer.cc", 399 "base/backoff_entry_serializer.cc",
403 "base/backoff_entry_serializer.h", 400 "base/backoff_entry_serializer.h",
404 "base/cache_type.h", 401 "base/cache_type.h",
405 "base/chunked_upload_data_stream.cc", 402 "base/chunked_upload_data_stream.cc",
406 "base/chunked_upload_data_stream.h", 403 "base/chunked_upload_data_stream.h",
407 "base/data_url.cc", 404 "base/data_url.cc",
408 "base/data_url.h", 405 "base/data_url.h",
409 "base/elements_upload_data_stream.cc", 406 "base/elements_upload_data_stream.cc",
(...skipping 11 matching lines...) Expand all
421 "base/filename_util_internal.h", 418 "base/filename_util_internal.h",
422 "base/host_mapping_rules.cc", 419 "base/host_mapping_rules.cc",
423 "base/host_mapping_rules.h", 420 "base/host_mapping_rules.h",
424 "base/int128.cc", 421 "base/int128.cc",
425 "base/int128.h", 422 "base/int128.h",
426 "base/iovec.h", 423 "base/iovec.h",
427 "base/ip_pattern.cc", 424 "base/ip_pattern.cc",
428 "base/ip_pattern.h", 425 "base/ip_pattern.h",
429 "base/layered_network_delegate.cc", 426 "base/layered_network_delegate.cc",
430 "base/layered_network_delegate.h", 427 "base/layered_network_delegate.h",
428 "base/linked_hash_map.h",
431 "base/load_flags.h", 429 "base/load_flags.h",
432 "base/load_flags_list.h", 430 "base/load_flags_list.h",
433 "base/load_states.h", 431 "base/load_states.h",
434 "base/load_states_list.h", 432 "base/load_states_list.h",
435 "base/logging_network_change_observer.cc", 433 "base/logging_network_change_observer.cc",
436 "base/logging_network_change_observer.h", 434 "base/logging_network_change_observer.h",
437 "base/mime_extension_chromeos.cc", 435 "base/mime_extension_chromeos.cc",
438 "base/mime_extension_chromeos.h", 436 "base/mime_extension_chromeos.h",
439 "base/mime_sniffer.cc", 437 "base/mime_sniffer.cc",
440 "base/mime_sniffer.h", 438 "base/mime_sniffer.h",
(...skipping 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after
1525 "spdy/spdy_flags.cc", 1523 "spdy/spdy_flags.cc",
1526 "spdy/spdy_flags.h", 1524 "spdy/spdy_flags.h",
1527 "spdy/spdy_frame_builder.cc", 1525 "spdy/spdy_frame_builder.cc",
1528 "spdy/spdy_frame_builder.h", 1526 "spdy/spdy_frame_builder.h",
1529 "spdy/spdy_frame_reader.cc", 1527 "spdy/spdy_frame_reader.cc",
1530 "spdy/spdy_frame_reader.h", 1528 "spdy/spdy_frame_reader.h",
1531 "spdy/spdy_framer.cc", 1529 "spdy/spdy_framer.cc",
1532 "spdy/spdy_framer.h", 1530 "spdy/spdy_framer.h",
1533 "spdy/spdy_framer_decoder_adapter.cc", 1531 "spdy/spdy_framer_decoder_adapter.cc",
1534 "spdy/spdy_framer_decoder_adapter.h", 1532 "spdy/spdy_framer_decoder_adapter.h",
1533 "spdy/spdy_header_block.cc",
1534 "spdy/spdy_header_block.h",
1535 "spdy/spdy_header_indexing.cc", 1535 "spdy/spdy_header_indexing.cc",
1536 "spdy/spdy_header_indexing.h", 1536 "spdy/spdy_header_indexing.h",
1537 "spdy/spdy_headers_handler_interface.h", 1537 "spdy/spdy_headers_handler_interface.h",
1538 "spdy/spdy_http_stream.cc", 1538 "spdy/spdy_http_stream.cc",
1539 "spdy/spdy_http_stream.h", 1539 "spdy/spdy_http_stream.h",
1540 "spdy/spdy_http_utils.cc", 1540 "spdy/spdy_http_utils.cc",
1541 "spdy/spdy_http_utils.h", 1541 "spdy/spdy_http_utils.h",
1542 "spdy/spdy_log_util.cc",
1543 "spdy/spdy_log_util.h",
1542 "spdy/spdy_pinnable_buffer_piece.cc", 1544 "spdy/spdy_pinnable_buffer_piece.cc",
1543 "spdy/spdy_pinnable_buffer_piece.h", 1545 "spdy/spdy_pinnable_buffer_piece.h",
1544 "spdy/spdy_prefixed_buffer_reader.cc", 1546 "spdy/spdy_prefixed_buffer_reader.cc",
1545 "spdy/spdy_prefixed_buffer_reader.h", 1547 "spdy/spdy_prefixed_buffer_reader.h",
1546 "spdy/spdy_protocol.cc", 1548 "spdy/spdy_protocol.cc",
1547 "spdy/spdy_protocol.h", 1549 "spdy/spdy_protocol.h",
1548 "spdy/spdy_proxy_client_socket.cc", 1550 "spdy/spdy_proxy_client_socket.cc",
1549 "spdy/spdy_proxy_client_socket.h", 1551 "spdy/spdy_proxy_client_socket.h",
1550 "spdy/spdy_read_queue.cc", 1552 "spdy/spdy_read_queue.cc",
1551 "spdy/spdy_read_queue.h", 1553 "spdy/spdy_read_queue.h",
(...skipping 3098 matching lines...) Expand 10 before | Expand all | Expand 10 after
4650 "spdy/spdy_deframer_visitor.cc", 4652 "spdy/spdy_deframer_visitor.cc",
4651 "spdy/spdy_deframer_visitor.h", 4653 "spdy/spdy_deframer_visitor.h",
4652 "spdy/spdy_deframer_visitor_test.cc", 4654 "spdy/spdy_deframer_visitor_test.cc",
4653 "spdy/spdy_frame_builder_test.cc", 4655 "spdy/spdy_frame_builder_test.cc",
4654 "spdy/spdy_frame_reader_test.cc", 4656 "spdy/spdy_frame_reader_test.cc",
4655 "spdy/spdy_framer_test.cc", 4657 "spdy/spdy_framer_test.cc",
4656 "spdy/spdy_header_block_test.cc", 4658 "spdy/spdy_header_block_test.cc",
4657 "spdy/spdy_header_indexing_test.cc", 4659 "spdy/spdy_header_indexing_test.cc",
4658 "spdy/spdy_http_stream_unittest.cc", 4660 "spdy/spdy_http_stream_unittest.cc",
4659 "spdy/spdy_http_utils_unittest.cc", 4661 "spdy/spdy_http_utils_unittest.cc",
4662 "spdy/spdy_log_util_unittest.cc",
4660 "spdy/spdy_network_transaction_unittest.cc", 4663 "spdy/spdy_network_transaction_unittest.cc",
4661 "spdy/spdy_no_op_visitor.cc", 4664 "spdy/spdy_no_op_visitor.cc",
4662 "spdy/spdy_no_op_visitor.h", 4665 "spdy/spdy_no_op_visitor.h",
4663 "spdy/spdy_pinnable_buffer_piece_test.cc", 4666 "spdy/spdy_pinnable_buffer_piece_test.cc",
4664 "spdy/spdy_prefixed_buffer_reader_test.cc", 4667 "spdy/spdy_prefixed_buffer_reader_test.cc",
4665 "spdy/spdy_protocol_test.cc", 4668 "spdy/spdy_protocol_test.cc",
4666 "spdy/spdy_protocol_test_utils.cc", 4669 "spdy/spdy_protocol_test_utils.cc",
4667 "spdy/spdy_protocol_test_utils.h", 4670 "spdy/spdy_protocol_test_utils.h",
4668 "spdy/spdy_proxy_client_socket_unittest.cc", 4671 "spdy/spdy_proxy_client_socket_unittest.cc",
4669 "spdy/spdy_read_queue_unittest.cc", 4672 "spdy/spdy_read_queue_unittest.cc",
(...skipping 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after
5683 ] 5686 ]
5684 deps = [ 5687 deps = [
5685 ":net_fuzzer_test_support", 5688 ":net_fuzzer_test_support",
5686 ":test_support", 5689 ":test_support",
5687 "//base", 5690 "//base",
5688 "//net", 5691 "//net",
5689 ] 5692 ]
5690 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 5693 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
5691 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 5694 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
5692 } 5695 }
OLDNEW
« no previous file with comments | « no previous file | net/http/bidirectional_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698