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

Side by Side Diff: net/net.gypi

Issue 2509033004: Move QuicBufferAllocator into its own .cc/.h. No behavior change. (Closed)
Patch Set: Created 4 years, 1 month 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/quic/core/quic_buffer_allocator.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 'quic/core/interval.h', 991 'quic/core/interval.h',
992 'quic/core/interval_set.h', 992 'quic/core/interval_set.h',
993 'quic/core/quic_address_mismatch.cc', 993 'quic/core/quic_address_mismatch.cc',
994 'quic/core/quic_address_mismatch.h', 994 'quic/core/quic_address_mismatch.h',
995 'quic/core/quic_alarm.cc', 995 'quic/core/quic_alarm.cc',
996 'quic/core/quic_alarm.h', 996 'quic/core/quic_alarm.h',
997 'quic/core/quic_arena_scoped_ptr.h', 997 'quic/core/quic_arena_scoped_ptr.h',
998 'quic/core/quic_bandwidth.cc', 998 'quic/core/quic_bandwidth.cc',
999 'quic/core/quic_bandwidth.h', 999 'quic/core/quic_bandwidth.h',
1000 'quic/core/quic_blocked_writer_interface.h', 1000 'quic/core/quic_blocked_writer_interface.h',
1001 'quic/core/quic_buffer_allocator.cc',
1002 'quic/core/quic_buffer_allocator.h',
1001 'quic/core/quic_buffered_packet_store.cc', 1003 'quic/core/quic_buffered_packet_store.cc',
1002 'quic/core/quic_buffered_packet_store.h', 1004 'quic/core/quic_buffered_packet_store.h',
1003 'quic/core/quic_bug_tracker.h', 1005 'quic/core/quic_bug_tracker.h',
1004 'quic/core/quic_client_promised_info.cc', 1006 'quic/core/quic_client_promised_info.cc',
1005 'quic/core/quic_client_promised_info.h', 1007 'quic/core/quic_client_promised_info.h',
1006 'quic/core/quic_client_push_promise_index.cc', 1008 'quic/core/quic_client_push_promise_index.cc',
1007 'quic/core/quic_client_push_promise_index.h', 1009 'quic/core/quic_client_push_promise_index.h',
1008 'quic/core/quic_client_session_base.cc', 1010 'quic/core/quic_client_session_base.cc',
1009 'quic/core/quic_client_session_base.h', 1011 'quic/core/quic_client_session_base.h',
1010 'quic/core/quic_clock.cc', 1012 'quic/core/quic_clock.cc',
(...skipping 2285 matching lines...) Expand 10 before | Expand all | Expand 10 after
3296 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3298 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3297 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3299 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3298 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3300 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3299 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3301 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3300 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3302 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3301 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3303 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3302 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3304 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3303 ], 3305 ],
3304 } 3306 }
3305 } 3307 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/core/quic_buffer_allocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698