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

Side by Side Diff: net/BUILD.gn

Issue 2689953004: Reporting: Implement header parser. (Closed)
Patch Set: Finish DelegateImpl implementation Created 3 years, 9 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_delegate.h » ('j') | net/reporting/reporting_delegate.h » ('J')
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 1374 matching lines...) Expand 10 before | Expand all | Expand 10 after
1385 "quic/quartc/quartc_packet_writer.h", 1385 "quic/quartc/quartc_packet_writer.h",
1386 "quic/quartc/quartc_session.cc", 1386 "quic/quartc/quartc_session.cc",
1387 "quic/quartc/quartc_session.h", 1387 "quic/quartc/quartc_session.h",
1388 "quic/quartc/quartc_session_interface.h", 1388 "quic/quartc/quartc_session_interface.h",
1389 "quic/quartc/quartc_stream.cc", 1389 "quic/quartc/quartc_stream.cc",
1390 "quic/quartc/quartc_stream.h", 1390 "quic/quartc/quartc_stream.h",
1391 "quic/quartc/quartc_stream_interface.h", 1391 "quic/quartc/quartc_stream_interface.h",
1392 "quic/quartc/quartc_task_runner_interface.h", 1392 "quic/quartc/quartc_task_runner_interface.h",
1393 "reporting/reporting_cache.cc", 1393 "reporting/reporting_cache.cc",
1394 "reporting/reporting_cache.h", 1394 "reporting/reporting_cache.h",
1395 "reporting/reporting_delegate.h",
1396 "reporting/reporting_delegate_impl.cc",
1397 "reporting/reporting_delegate_impl.h",
1395 "sdch/sdch_owner.cc", 1398 "sdch/sdch_owner.cc",
1396 "sdch/sdch_owner.h", 1399 "sdch/sdch_owner.h",
1397 "socket/client_socket_factory.cc", 1400 "socket/client_socket_factory.cc",
1398 "socket/client_socket_factory.h", 1401 "socket/client_socket_factory.h",
1399 "socket/client_socket_pool.cc", 1402 "socket/client_socket_pool.cc",
1400 "socket/client_socket_pool.h", 1403 "socket/client_socket_pool.h",
1401 "socket/client_socket_pool_base.cc", 1404 "socket/client_socket_pool_base.cc",
1402 "socket/client_socket_pool_base.h", 1405 "socket/client_socket_pool_base.h",
1403 "socket/client_socket_pool_manager.cc", 1406 "socket/client_socket_pool_manager.cc",
1404 "socket/client_socket_pool_manager.h", 1407 "socket/client_socket_pool_manager.h",
(...skipping 4331 matching lines...) Expand 10 before | Expand all | Expand 10 after
5736 "tools/transport_security_state_generator/trie/trie_writer.cc", 5739 "tools/transport_security_state_generator/trie/trie_writer.cc",
5737 "tools/transport_security_state_generator/trie/trie_writer.h", 5740 "tools/transport_security_state_generator/trie/trie_writer.h",
5738 ] 5741 ]
5739 deps = [ 5742 deps = [
5740 "//base", 5743 "//base",
5741 "//crypto", 5744 "//crypto",
5742 "//third_party/boringssl", 5745 "//third_party/boringssl",
5743 ] 5746 ]
5744 } 5747 }
5745 } 5748 }
OLDNEW
« no previous file with comments | « no previous file | net/reporting/reporting_delegate.h » ('j') | net/reporting/reporting_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698