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

Unified Diff: net/BUILD.gn

Issue 1812243002: Make net pass "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gn ('k') | net/android/net_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index fea8c61c304504052f2cfd7d414d73ab3ced9d9f..7e0a96fe48245e95ca605e233c1d9f2953917a2e 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1197,7 +1197,6 @@ if (is_linux) {
"tools/quic/quic_packet_reader.h",
"tools/quic/quic_packet_writer_wrapper.cc",
"tools/quic/quic_packet_writer_wrapper.h",
- "tools/quic/quic_process_packet_interface.h",
"tools/quic/quic_server.cc",
"tools/quic/quic_server.h",
"tools/quic/quic_socket_utils.cc",
@@ -1301,6 +1300,7 @@ source_set("simple_quic_tools") {
"tools/quic/quic_in_memory_cache.h",
"tools/quic/quic_per_connection_packet_writer.cc",
"tools/quic/quic_per_connection_packet_writer.h",
+ "tools/quic/quic_process_packet_interface.h",
"tools/quic/quic_server_session_base.cc",
"tools/quic/quic_server_session_base.h",
"tools/quic/quic_simple_client.cc",
« no previous file with comments | « .gn ('k') | net/android/net_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698