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

Unified Diff: net/BUILD.gn

Issue 2193073003: Move shared files in net/quic/ into net/quic/core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: io_thread_unittest.cc Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 045ef107543c31f41472b5035f1afd8f259a650e..7df216dec9e13f171adcf98a1bf51a34df3e0446 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -427,8 +427,8 @@ proto_library("net_quic_proto") {
visibility = [ ":net" ]
sources = [
- "quic/proto/cached_network_parameters.proto",
- "quic/proto/source_address_token.proto",
+ "quic/core/proto/cached_network_parameters.proto",
+ "quic/core/proto/source_address_token.proto",
]
cc_generator_options = "dllexport_decl=NET_EXPORT_PRIVATE:"
cc_include = "net/base/net_export.h"
@@ -1964,7 +1964,7 @@ fuzzer_test("net_http_proxy_client_socket_fuzzer") {
fuzzer_test("net_quic_crypto_framer_parse_message_fuzzer") {
sources = [
- "quic/quic_crypto_framer_parse_message_fuzzer.cc",
+ "quic/core/quic_crypto_framer_parse_message_fuzzer.cc",
]
deps = [
":net_fuzzer_test_support",
« no previous file with comments | « components/network_session_configurator/network_session_configurator_unittest.cc ('k') | net/base/net_error_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698