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

Side by Side Diff: net/BUILD.gn

Issue 2751103002: Reporting: Wrap existing classes in context. (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_cache.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 1383 matching lines...) Expand 10 before | Expand all | Expand 10 after
1394 "quic/quartc/quartc_session.h", 1394 "quic/quartc/quartc_session.h",
1395 "quic/quartc/quartc_session_interface.h", 1395 "quic/quartc/quartc_session_interface.h",
1396 "quic/quartc/quartc_stream.cc", 1396 "quic/quartc/quartc_stream.cc",
1397 "quic/quartc/quartc_stream.h", 1397 "quic/quartc/quartc_stream.h",
1398 "quic/quartc/quartc_stream_interface.h", 1398 "quic/quartc/quartc_stream_interface.h",
1399 "quic/quartc/quartc_task_runner_interface.h", 1399 "quic/quartc/quartc_task_runner_interface.h",
1400 "reporting/reporting_cache.cc", 1400 "reporting/reporting_cache.cc",
1401 "reporting/reporting_cache.h", 1401 "reporting/reporting_cache.h",
1402 "reporting/reporting_client.cc", 1402 "reporting/reporting_client.cc",
1403 "reporting/reporting_client.h", 1403 "reporting/reporting_client.h",
1404 "reporting/reporting_context.cc",
1405 "reporting/reporting_context.h",
1406 "reporting/reporting_delegate.cc",
1407 "reporting/reporting_delegate.h",
1404 "reporting/reporting_delivery_agent.cc", 1408 "reporting/reporting_delivery_agent.cc",
1405 "reporting/reporting_delivery_agent.h", 1409 "reporting/reporting_delivery_agent.h",
1406 "reporting/reporting_endpoint_manager.cc", 1410 "reporting/reporting_endpoint_manager.cc",
1407 "reporting/reporting_endpoint_manager.h", 1411 "reporting/reporting_endpoint_manager.h",
1408 "reporting/reporting_header_parser.cc", 1412 "reporting/reporting_header_parser.cc",
1409 "reporting/reporting_header_parser.h", 1413 "reporting/reporting_header_parser.h",
1414 "reporting/reporting_policy.cc",
1415 "reporting/reporting_policy.h",
1410 "reporting/reporting_report.cc", 1416 "reporting/reporting_report.cc",
1411 "reporting/reporting_report.h", 1417 "reporting/reporting_report.h",
1412 "reporting/reporting_uploader.cc", 1418 "reporting/reporting_uploader.cc",
1413 "reporting/reporting_uploader.h", 1419 "reporting/reporting_uploader.h",
1414 "sdch/sdch_owner.cc", 1420 "sdch/sdch_owner.cc",
1415 "sdch/sdch_owner.h", 1421 "sdch/sdch_owner.h",
1416 "socket/client_socket_factory.cc", 1422 "socket/client_socket_factory.cc",
1417 "socket/client_socket_factory.h", 1423 "socket/client_socket_factory.h",
1418 "socket/client_socket_pool.cc", 1424 "socket/client_socket_pool.cc",
1419 "socket/client_socket_pool.h", 1425 "socket/client_socket_pool.h",
(...skipping 4301 matching lines...) Expand 10 before | Expand all | Expand 10 after
5721 ] 5727 ]
5722 deps = [ 5728 deps = [
5723 ":net_fuzzer_test_support", 5729 ":net_fuzzer_test_support",
5724 ":test_support", 5730 ":test_support",
5725 "//base", 5731 "//base",
5726 "//net", 5732 "//net",
5727 ] 5733 ]
5728 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 5734 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
5729 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 5735 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
5730 } 5736 }
OLDNEW
« no previous file with comments | « no previous file | net/reporting/reporting_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698