| OLD | NEW |
| 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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 'quic/quic_sent_packet_manager.cc', | 355 'quic/quic_sent_packet_manager.cc', |
| 356 'quic/quic_sent_packet_manager.h', | 356 'quic/quic_sent_packet_manager.h', |
| 357 'quic/quic_server_id.cc', | 357 'quic/quic_server_id.cc', |
| 358 'quic/quic_server_id.h', | 358 'quic/quic_server_id.h', |
| 359 'quic/quic_session.cc', | 359 'quic/quic_session.cc', |
| 360 'quic/quic_session.h', | 360 'quic/quic_session.h', |
| 361 'quic/quic_socket_address_coder.cc', | 361 'quic/quic_socket_address_coder.cc', |
| 362 'quic/quic_socket_address_coder.h', | 362 'quic/quic_socket_address_coder.h', |
| 363 'quic/quic_stream_sequencer.cc', | 363 'quic/quic_stream_sequencer.cc', |
| 364 'quic/quic_stream_sequencer.h', | 364 'quic/quic_stream_sequencer.h', |
| 365 'quic/quic_stream_sequencer_buffer_interface.h', |
| 365 'quic/quic_sustained_bandwidth_recorder.cc', | 366 'quic/quic_sustained_bandwidth_recorder.cc', |
| 366 'quic/quic_sustained_bandwidth_recorder.h', | 367 'quic/quic_sustained_bandwidth_recorder.h', |
| 367 'quic/quic_time.cc', | 368 'quic/quic_time.cc', |
| 368 'quic/quic_time.h', | 369 'quic/quic_time.h', |
| 369 'quic/quic_types.cc', | 370 'quic/quic_types.cc', |
| 370 'quic/quic_types.h', | 371 'quic/quic_types.h', |
| 371 'quic/quic_unacked_packet_map.cc', | 372 'quic/quic_unacked_packet_map.cc', |
| 372 'quic/quic_unacked_packet_map.h', | 373 'quic/quic_unacked_packet_map.h', |
| 373 'quic/quic_utils.cc', | 374 'quic/quic_utils.cc', |
| 374 'quic/quic_utils.h', | 375 'quic/quic_utils.h', |
| (...skipping 1522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1897 'docs/bug-triage.md', | 1898 'docs/bug-triage.md', |
| 1898 'docs/bug-triage-labels.md', | 1899 'docs/bug-triage-labels.md', |
| 1899 'docs/bug-triage-suggested-workflow.md', | 1900 'docs/bug-triage-suggested-workflow.md', |
| 1900 'docs/code-patterns.md', | 1901 'docs/code-patterns.md', |
| 1901 'docs/life-of-a-url-request.md', | 1902 'docs/life-of-a-url-request.md', |
| 1902 'sdch/README.md', | 1903 'sdch/README.md', |
| 1903 ], | 1904 ], |
| 1904 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1905 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1905 } | 1906 } |
| 1906 } | 1907 } |
| OLD | NEW |