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

Unified Diff: net/net.gypi

Issue 2599143003: Add a new QUIC platform API quic_aligned.h for the alignment macro definitions. (Closed)
Patch Set: windows Created 4 years 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 | « no previous file | net/quic/core/crypto/aead_base_encrypter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 21eb7b82e16b4d8ad4d2fb487a8dcfca37588c97..a5fd9f0664812a8d583bf89009c7b5c91d289fda 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1205,8 +1205,10 @@
'quic/core/quic_write_blocked_list.h',
'quic/core/spdy_utils.cc',
'quic/core/spdy_utils.h',
+ 'quic/platform/api/quic_aligned.h',
'quic/platform/api/quic_clock.cc',
'quic/platform/api/quic_clock.h',
+ 'quic/platform/api/quic_export.h',
'quic/platform/api/quic_ip_address_family.h',
'quic/platform/api/quic_ip_address.cc',
'quic/platform/api/quic_ip_address.h',
@@ -1216,8 +1218,10 @@
'quic/platform/api/quic_socket_address.cc',
'quic/platform/api/quic_socket_address.h',
'quic/platform/api/quic_str_cat.h',
+ 'quic/platform/impl/quic_aligned_impl.h',
'quic/platform/impl/quic_chromium_clock.cc',
'quic/platform/impl/quic_chromium_clock.h',
+ 'quic/platform/impl/quic_export_impl.h',
'quic/platform/impl/quic_ip_address_impl.cc',
'quic/platform/impl/quic_ip_address_impl.h',
'quic/platform/impl/quic_mutex_impl.cc',
« no previous file with comments | « no previous file | net/quic/core/crypto/aead_base_encrypter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698