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

Side by Side Diff: net/BUILD.gn

Issue 2813103005: Reporting: Observe network changes and clear reports/clients (Closed)
Patch Set: Make requested changes. 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 1410 matching lines...) Expand 10 before | Expand all | Expand 10 after
1421 "reporting/reporting_delegate.cc", 1421 "reporting/reporting_delegate.cc",
1422 "reporting/reporting_delegate.h", 1422 "reporting/reporting_delegate.h",
1423 "reporting/reporting_delivery_agent.cc", 1423 "reporting/reporting_delivery_agent.cc",
1424 "reporting/reporting_delivery_agent.h", 1424 "reporting/reporting_delivery_agent.h",
1425 "reporting/reporting_endpoint_manager.cc", 1425 "reporting/reporting_endpoint_manager.cc",
1426 "reporting/reporting_endpoint_manager.h", 1426 "reporting/reporting_endpoint_manager.h",
1427 "reporting/reporting_garbage_collector.cc", 1427 "reporting/reporting_garbage_collector.cc",
1428 "reporting/reporting_garbage_collector.h", 1428 "reporting/reporting_garbage_collector.h",
1429 "reporting/reporting_header_parser.cc", 1429 "reporting/reporting_header_parser.cc",
1430 "reporting/reporting_header_parser.h", 1430 "reporting/reporting_header_parser.h",
1431 "reporting/reporting_network_change_observer.cc",
1432 "reporting/reporting_network_change_observer.h",
1431 "reporting/reporting_observer.cc", 1433 "reporting/reporting_observer.cc",
1432 "reporting/reporting_observer.h", 1434 "reporting/reporting_observer.h",
1433 "reporting/reporting_persister.cc", 1435 "reporting/reporting_persister.cc",
1434 "reporting/reporting_persister.h", 1436 "reporting/reporting_persister.h",
1435 "reporting/reporting_policy.cc", 1437 "reporting/reporting_policy.cc",
1436 "reporting/reporting_policy.h", 1438 "reporting/reporting_policy.h",
1437 "reporting/reporting_report.cc", 1439 "reporting/reporting_report.cc",
1438 "reporting/reporting_report.h", 1440 "reporting/reporting_report.h",
1439 "reporting/reporting_service.cc", 1441 "reporting/reporting_service.cc",
1440 "reporting/reporting_service.h", 1442 "reporting/reporting_service.h",
(...skipping 3249 matching lines...) Expand 10 before | Expand all | Expand 10 after
4690 "quic/test_tools/simulator/switch.cc", 4692 "quic/test_tools/simulator/switch.cc",
4691 "quic/test_tools/simulator/switch.h", 4693 "quic/test_tools/simulator/switch.h",
4692 "quic/test_tools/simulator/traffic_policer.cc", 4694 "quic/test_tools/simulator/traffic_policer.cc",
4693 "quic/test_tools/simulator/traffic_policer.h", 4695 "quic/test_tools/simulator/traffic_policer.h",
4694 "reporting/reporting_browsing_data_remover_unittest.cc", 4696 "reporting/reporting_browsing_data_remover_unittest.cc",
4695 "reporting/reporting_cache_unittest.cc", 4697 "reporting/reporting_cache_unittest.cc",
4696 "reporting/reporting_delivery_agent_unittest.cc", 4698 "reporting/reporting_delivery_agent_unittest.cc",
4697 "reporting/reporting_endpoint_manager_unittest.cc", 4699 "reporting/reporting_endpoint_manager_unittest.cc",
4698 "reporting/reporting_garbage_collector_unittest.cc", 4700 "reporting/reporting_garbage_collector_unittest.cc",
4699 "reporting/reporting_header_parser_unittest.cc", 4701 "reporting/reporting_header_parser_unittest.cc",
4702 "reporting/reporting_network_change_observer_unittest.cc",
4700 "reporting/reporting_persister_unittest.cc", 4703 "reporting/reporting_persister_unittest.cc",
4701 "reporting/reporting_service_unittest.cc", 4704 "reporting/reporting_service_unittest.cc",
4702 "reporting/reporting_test_util.cc", 4705 "reporting/reporting_test_util.cc",
4703 "reporting/reporting_test_util.h", 4706 "reporting/reporting_test_util.h",
4704 "reporting/reporting_uploader_unittest.cc", 4707 "reporting/reporting_uploader_unittest.cc",
4705 "sdch/sdch_owner_unittest.cc", 4708 "sdch/sdch_owner_unittest.cc",
4706 "socket/client_socket_pool_base_unittest.cc", 4709 "socket/client_socket_pool_base_unittest.cc",
4707 "socket/mock_client_socket_pool_manager.cc", 4710 "socket/mock_client_socket_pool_manager.cc",
4708 "socket/mock_client_socket_pool_manager.h", 4711 "socket/mock_client_socket_pool_manager.h",
4709 "socket/sequenced_socket_data_unittest.cc", 4712 "socket/sequenced_socket_data_unittest.cc",
(...skipping 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after
5794 ] 5797 ]
5795 deps = [ 5798 deps = [
5796 ":net_fuzzer_test_support", 5799 ":net_fuzzer_test_support",
5797 ":test_support", 5800 ":test_support",
5798 "//base", 5801 "//base",
5799 "//net", 5802 "//net",
5800 ] 5803 ]
5801 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 5804 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
5802 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 5805 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
5803 } 5806 }
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