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

Unified Diff: net/net.gyp

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
« no previous file with comments | « net/log/net_log_util.cc ('k') | net/net.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 0b1c97698091c7c032f407b23bcf023dd7884f3b..abede0f4e641bfe67a91bd5e1505c44f57271280 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -85,13 +85,13 @@
'target_name': 'net_quic_proto',
'type': 'static_library',
'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',
],
'variables': {
'enable_wexit_time_destructors': 1,
- 'proto_in_dir': 'quic/proto',
- 'proto_out_dir': 'net/quic/proto',
+ 'proto_in_dir': 'quic/core/proto',
+ 'proto_out_dir': 'net/quic/core/proto',
'cc_generator_options': 'dllexport_decl=NET_EXPORT_PRIVATE:',
'cc_include': 'net/base/net_export.h',
},
« no previous file with comments | « net/log/net_log_util.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698