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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 'quic/quic_data_writer.cc', | 326 'quic/quic_data_writer.cc', |
327 'quic/quic_data_writer.h', | 327 'quic/quic_data_writer.h', |
328 'quic/quic_default_packet_writer.cc', | 328 'quic/quic_default_packet_writer.cc', |
329 'quic/quic_default_packet_writer.h', | 329 'quic/quic_default_packet_writer.h', |
330 'quic/quic_fec_group.cc', | 330 'quic/quic_fec_group.cc', |
331 'quic/quic_fec_group.h', | 331 'quic/quic_fec_group.h', |
332 'quic/quic_flags.cc', | 332 'quic/quic_flags.cc', |
333 'quic/quic_flags.h', | 333 'quic/quic_flags.h', |
334 'quic/quic_flow_controller.cc', | 334 'quic/quic_flow_controller.cc', |
335 'quic/quic_flow_controller.h', | 335 'quic/quic_flow_controller.h', |
| 336 'quic/quic_frame_list.cc', |
| 337 'quic/quic_frame_list.h', |
336 'quic/quic_framer.cc', | 338 'quic/quic_framer.cc', |
337 'quic/quic_framer.h', | 339 'quic/quic_framer.h', |
338 'quic/quic_packet_creator.cc', | 340 'quic/quic_packet_creator.cc', |
339 'quic/quic_packet_creator.h', | 341 'quic/quic_packet_creator.h', |
340 'quic/quic_packet_generator.cc', | 342 'quic/quic_packet_generator.cc', |
341 'quic/quic_packet_generator.h', | 343 'quic/quic_packet_generator.h', |
342 'quic/quic_packet_reader.cc', | 344 'quic/quic_packet_reader.cc', |
343 'quic/quic_packet_reader.h', | 345 'quic/quic_packet_reader.h', |
344 'quic/quic_packet_writer.h', | 346 'quic/quic_packet_writer.h', |
345 'quic/quic_protocol.cc', | 347 'quic/quic_protocol.cc', |
(...skipping 1545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1891 'docs/bug-triage.md', | 1893 'docs/bug-triage.md', |
1892 'docs/bug-triage-labels.md', | 1894 'docs/bug-triage-labels.md', |
1893 'docs/bug-triage-suggested-workflow.md', | 1895 'docs/bug-triage-suggested-workflow.md', |
1894 'docs/code-patterns.md', | 1896 'docs/code-patterns.md', |
1895 'docs/life-of-a-url-request.md', | 1897 'docs/life-of-a-url-request.md', |
1896 'sdch/README.md', | 1898 'sdch/README.md', |
1897 ], | 1899 ], |
1898 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1900 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1899 } | 1901 } |
1900 } | 1902 } |
OLD | NEW |