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

Side by Side Diff: net/net.gypi

Issue 1565883003: relnote: Moving many QUIC DFATALS over to QUIC_BUG (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove comments Created 4 years, 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | net/quic/crypto/quic_crypto_client_config.cc » ('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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 'quic/p2p/quic_p2p_stream.h', 320 'quic/p2p/quic_p2p_stream.h',
321 'quic/port_suggester.cc', 321 'quic/port_suggester.cc',
322 'quic/port_suggester.h', 322 'quic/port_suggester.h',
323 'quic/quic_ack_listener_interface.h', 323 'quic/quic_ack_listener_interface.h',
324 'quic/quic_address_mismatch.cc', 324 'quic/quic_address_mismatch.cc',
325 'quic/quic_address_mismatch.h', 325 'quic/quic_address_mismatch.h',
326 'quic/quic_alarm.cc', 326 'quic/quic_alarm.cc',
327 'quic/quic_alarm.h', 327 'quic/quic_alarm.h',
328 'quic/quic_bandwidth.cc', 328 'quic/quic_bandwidth.cc',
329 'quic/quic_bandwidth.h', 329 'quic/quic_bandwidth.h',
330 'quic/quic_bug_tracker.h',
330 'quic/quic_blocked_writer_interface.h', 331 'quic/quic_blocked_writer_interface.h',
331 'quic/quic_clock.cc', 332 'quic/quic_clock.cc',
332 'quic/quic_clock.h', 333 'quic/quic_clock.h',
333 'quic/quic_config.cc', 334 'quic/quic_config.cc',
334 'quic/quic_config.h', 335 'quic/quic_config.h',
335 'quic/quic_connection.cc', 336 'quic/quic_connection.cc',
336 'quic/quic_connection.h', 337 'quic/quic_connection.h',
337 'quic/quic_connection_helper.cc', 338 'quic/quic_connection_helper.cc',
338 'quic/quic_connection_helper.h', 339 'quic/quic_connection_helper.h',
339 'quic/quic_connection_logger.cc', 340 'quic/quic_connection_logger.cc',
(...skipping 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after
1962 'docs/bug-triage-labels.md', 1963 'docs/bug-triage-labels.md',
1963 'docs/bug-triage-suggested-workflow.md', 1964 'docs/bug-triage-suggested-workflow.md',
1964 'docs/code-patterns.md', 1965 'docs/code-patterns.md',
1965 'docs/crash-course-in-net-internals.md', 1966 'docs/crash-course-in-net-internals.md',
1966 'docs/life-of-a-url-request.md', 1967 'docs/life-of-a-url-request.md',
1967 'sdch/README.md', 1968 'sdch/README.md',
1968 ], 1969 ],
1969 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1970 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1970 } 1971 }
1971 } 1972 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/crypto/quic_crypto_client_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698