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

Side by Side Diff: net/BUILD.gn

Issue 2751883003: Reporting: Implement serializer. (Closed)
Patch Set: Move after Context CL 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
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 1396 matching lines...) Expand 10 before | Expand all | Expand 10 after
1407 "reporting/reporting_delivery_agent.cc", 1407 "reporting/reporting_delivery_agent.cc",
1408 "reporting/reporting_delivery_agent.h", 1408 "reporting/reporting_delivery_agent.h",
1409 "reporting/reporting_endpoint_manager.cc", 1409 "reporting/reporting_endpoint_manager.cc",
1410 "reporting/reporting_endpoint_manager.h", 1410 "reporting/reporting_endpoint_manager.h",
1411 "reporting/reporting_header_parser.cc", 1411 "reporting/reporting_header_parser.cc",
1412 "reporting/reporting_header_parser.h", 1412 "reporting/reporting_header_parser.h",
1413 "reporting/reporting_policy.cc", 1413 "reporting/reporting_policy.cc",
1414 "reporting/reporting_policy.h", 1414 "reporting/reporting_policy.h",
1415 "reporting/reporting_report.cc", 1415 "reporting/reporting_report.cc",
1416 "reporting/reporting_report.h", 1416 "reporting/reporting_report.h",
1417 "reporting/reporting_serializer.cc",
1418 "reporting/reporting_serializer.h",
1417 "reporting/reporting_uploader.cc", 1419 "reporting/reporting_uploader.cc",
1418 "reporting/reporting_uploader.h", 1420 "reporting/reporting_uploader.h",
1419 "sdch/sdch_owner.cc", 1421 "sdch/sdch_owner.cc",
1420 "sdch/sdch_owner.h", 1422 "sdch/sdch_owner.h",
1421 "socket/client_socket_factory.cc", 1423 "socket/client_socket_factory.cc",
1422 "socket/client_socket_factory.h", 1424 "socket/client_socket_factory.h",
1423 "socket/client_socket_pool.cc", 1425 "socket/client_socket_pool.cc",
1424 "socket/client_socket_pool.h", 1426 "socket/client_socket_pool.h",
1425 "socket/client_socket_pool_base.cc", 1427 "socket/client_socket_pool_base.cc",
1426 "socket/client_socket_pool_base.h", 1428 "socket/client_socket_pool_base.h",
(...skipping 4289 matching lines...) Expand 10 before | Expand all | Expand 10 after
5716 ] 5718 ]
5717 deps = [ 5719 deps = [
5718 ":net_fuzzer_test_support", 5720 ":net_fuzzer_test_support",
5719 ":test_support", 5721 ":test_support",
5720 "//base", 5722 "//base",
5721 "//net", 5723 "//net",
5722 ] 5724 ]
5723 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 5725 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
5724 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 5726 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
5725 } 5727 }
OLDNEW
« no previous file with comments | « no previous file | net/reporting/reporting_serializer.h » ('j') | net/reporting/reporting_serializer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698