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

Side by Side Diff: net/BUILD.gn

Issue 2751883003: Reporting: Implement serializer. (Closed)
Patch Set: rebase 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/reporting/reporting_context.h » ('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 1409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 "reporting/reporting_delivery_agent.cc", 1420 "reporting/reporting_delivery_agent.cc",
1421 "reporting/reporting_delivery_agent.h", 1421 "reporting/reporting_delivery_agent.h",
1422 "reporting/reporting_endpoint_manager.cc", 1422 "reporting/reporting_endpoint_manager.cc",
1423 "reporting/reporting_endpoint_manager.h", 1423 "reporting/reporting_endpoint_manager.h",
1424 "reporting/reporting_garbage_collector.cc", 1424 "reporting/reporting_garbage_collector.cc",
1425 "reporting/reporting_garbage_collector.h", 1425 "reporting/reporting_garbage_collector.h",
1426 "reporting/reporting_header_parser.cc", 1426 "reporting/reporting_header_parser.cc",
1427 "reporting/reporting_header_parser.h", 1427 "reporting/reporting_header_parser.h",
1428 "reporting/reporting_observer.cc", 1428 "reporting/reporting_observer.cc",
1429 "reporting/reporting_observer.h", 1429 "reporting/reporting_observer.h",
1430 "reporting/reporting_persister.cc",
1431 "reporting/reporting_persister.h",
1430 "reporting/reporting_policy.cc", 1432 "reporting/reporting_policy.cc",
1431 "reporting/reporting_policy.h", 1433 "reporting/reporting_policy.h",
1432 "reporting/reporting_report.cc", 1434 "reporting/reporting_report.cc",
1433 "reporting/reporting_report.h", 1435 "reporting/reporting_report.h",
1434 "reporting/reporting_service.cc", 1436 "reporting/reporting_service.cc",
1435 "reporting/reporting_service.h", 1437 "reporting/reporting_service.h",
1436 "reporting/reporting_uploader.cc", 1438 "reporting/reporting_uploader.cc",
1437 "reporting/reporting_uploader.h", 1439 "reporting/reporting_uploader.h",
1438 "sdch/sdch_owner.cc", 1440 "sdch/sdch_owner.cc",
1439 "sdch/sdch_owner.h", 1441 "sdch/sdch_owner.h",
(...skipping 3235 matching lines...) Expand 10 before | Expand all | Expand 10 after
4675 "quic/test_tools/simulator/switch.cc", 4677 "quic/test_tools/simulator/switch.cc",
4676 "quic/test_tools/simulator/switch.h", 4678 "quic/test_tools/simulator/switch.h",
4677 "quic/test_tools/simulator/traffic_policer.cc", 4679 "quic/test_tools/simulator/traffic_policer.cc",
4678 "quic/test_tools/simulator/traffic_policer.h", 4680 "quic/test_tools/simulator/traffic_policer.h",
4679 "reporting/reporting_browsing_data_remover_unittest.cc", 4681 "reporting/reporting_browsing_data_remover_unittest.cc",
4680 "reporting/reporting_cache_unittest.cc", 4682 "reporting/reporting_cache_unittest.cc",
4681 "reporting/reporting_delivery_agent_unittest.cc", 4683 "reporting/reporting_delivery_agent_unittest.cc",
4682 "reporting/reporting_endpoint_manager_unittest.cc", 4684 "reporting/reporting_endpoint_manager_unittest.cc",
4683 "reporting/reporting_garbage_collector_unittest.cc", 4685 "reporting/reporting_garbage_collector_unittest.cc",
4684 "reporting/reporting_header_parser_unittest.cc", 4686 "reporting/reporting_header_parser_unittest.cc",
4687 "reporting/reporting_persister_unittest.cc",
4685 "reporting/reporting_service_unittest.cc", 4688 "reporting/reporting_service_unittest.cc",
4686 "reporting/reporting_test_util.cc", 4689 "reporting/reporting_test_util.cc",
4687 "reporting/reporting_test_util.h", 4690 "reporting/reporting_test_util.h",
4688 "reporting/reporting_uploader_unittest.cc", 4691 "reporting/reporting_uploader_unittest.cc",
4689 "sdch/sdch_owner_unittest.cc", 4692 "sdch/sdch_owner_unittest.cc",
4690 "socket/client_socket_pool_base_unittest.cc", 4693 "socket/client_socket_pool_base_unittest.cc",
4691 "socket/mock_client_socket_pool_manager.cc", 4694 "socket/mock_client_socket_pool_manager.cc",
4692 "socket/mock_client_socket_pool_manager.h", 4695 "socket/mock_client_socket_pool_manager.h",
4693 "socket/sequenced_socket_data_unittest.cc", 4696 "socket/sequenced_socket_data_unittest.cc",
4694 "socket/socket_bio_adapter_unittest.cc", 4697 "socket/socket_bio_adapter_unittest.cc",
(...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after
5776 ] 5779 ]
5777 deps = [ 5780 deps = [
5778 ":net_fuzzer_test_support", 5781 ":net_fuzzer_test_support",
5779 ":test_support", 5782 ":test_support",
5780 "//base", 5783 "//base",
5781 "//net", 5784 "//net",
5782 ] 5785 ]
5783 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 5786 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
5784 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 5787 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
5785 } 5788 }
OLDNEW
« no previous file with comments | « no previous file | net/reporting/reporting_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698