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

Side by Side Diff: net/BUILD.gn

Issue 2769083005: Reporting: Set up in ProfileImplIOData. (Closed)
Patch Set: rebase Created 3 years, 7 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 | « chrome/browser/profiles/profile_io_data.cc ('k') | net/reporting/reporting_feature.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_cache.cc", 1421 "reporting/reporting_cache.cc",
1422 "reporting/reporting_cache.h", 1422 "reporting/reporting_cache.h",
1423 "reporting/reporting_client.cc", 1423 "reporting/reporting_client.cc",
1424 "reporting/reporting_client.h", 1424 "reporting/reporting_client.h",
1425 "reporting/reporting_context.cc", 1425 "reporting/reporting_context.cc",
1426 "reporting/reporting_context.h", 1426 "reporting/reporting_context.h",
1427 "reporting/reporting_delivery_agent.cc", 1427 "reporting/reporting_delivery_agent.cc",
1428 "reporting/reporting_delivery_agent.h", 1428 "reporting/reporting_delivery_agent.h",
1429 "reporting/reporting_endpoint_manager.cc", 1429 "reporting/reporting_endpoint_manager.cc",
1430 "reporting/reporting_endpoint_manager.h", 1430 "reporting/reporting_endpoint_manager.h",
1431 "reporting/reporting_feature.cc",
1432 "reporting/reporting_feature.h",
1431 "reporting/reporting_garbage_collector.cc", 1433 "reporting/reporting_garbage_collector.cc",
1432 "reporting/reporting_garbage_collector.h", 1434 "reporting/reporting_garbage_collector.h",
1433 "reporting/reporting_header_parser.cc", 1435 "reporting/reporting_header_parser.cc",
1434 "reporting/reporting_header_parser.h", 1436 "reporting/reporting_header_parser.h",
1435 "reporting/reporting_network_change_observer.cc", 1437 "reporting/reporting_network_change_observer.cc",
1436 "reporting/reporting_network_change_observer.h", 1438 "reporting/reporting_network_change_observer.h",
1437 "reporting/reporting_observer.cc", 1439 "reporting/reporting_observer.cc",
1438 "reporting/reporting_observer.h", 1440 "reporting/reporting_observer.h",
1439 "reporting/reporting_persister.cc", 1441 "reporting/reporting_persister.cc",
1440 "reporting/reporting_persister.h", 1442 "reporting/reporting_persister.h",
(...skipping 4382 matching lines...) Expand 10 before | Expand all | Expand 10 after
5823 ] 5825 ]
5824 deps = [ 5826 deps = [
5825 ":net_fuzzer_test_support", 5827 ":net_fuzzer_test_support",
5826 ":test_support", 5828 ":test_support",
5827 "//base", 5829 "//base",
5828 "//net", 5830 "//net",
5829 ] 5831 ]
5830 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 5832 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
5831 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 5833 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
5832 } 5834 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | net/reporting/reporting_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698