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 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1330 'spdy/hpack/hpack_huffman_decoder.cc', | 1330 'spdy/hpack/hpack_huffman_decoder.cc', |
1331 'spdy/hpack/hpack_huffman_decoder.h', | 1331 'spdy/hpack/hpack_huffman_decoder.h', |
1332 'spdy/hpack/hpack_huffman_table.cc', | 1332 'spdy/hpack/hpack_huffman_table.cc', |
1333 'spdy/hpack/hpack_huffman_table.h', | 1333 'spdy/hpack/hpack_huffman_table.h', |
1334 'spdy/hpack/hpack_input_stream.cc', | 1334 'spdy/hpack/hpack_input_stream.cc', |
1335 'spdy/hpack/hpack_input_stream.h', | 1335 'spdy/hpack/hpack_input_stream.h', |
1336 'spdy/hpack/hpack_output_stream.cc', | 1336 'spdy/hpack/hpack_output_stream.cc', |
1337 'spdy/hpack/hpack_output_stream.h', | 1337 'spdy/hpack/hpack_output_stream.h', |
1338 'spdy/hpack/hpack_static_table.cc', | 1338 'spdy/hpack/hpack_static_table.cc', |
1339 'spdy/hpack/hpack_static_table.h', | 1339 'spdy/hpack/hpack_static_table.h', |
| 1340 'spdy/http2_frame_decoder_adapter.cc', |
| 1341 'spdy/http2_frame_decoder_adapter.h', |
1340 'spdy/http2_priority_dependencies.cc', | 1342 'spdy/http2_priority_dependencies.cc', |
1341 'spdy/http2_priority_dependencies.h', | 1343 'spdy/http2_priority_dependencies.h', |
1342 'spdy/http2_write_scheduler.h', | 1344 'spdy/http2_write_scheduler.h', |
1343 'spdy/priority_write_scheduler.h', | 1345 'spdy/priority_write_scheduler.h', |
1344 'spdy/server_push_delegate.h', | 1346 'spdy/server_push_delegate.h', |
1345 'spdy/spdy_alt_svc_wire_format.cc', | 1347 'spdy/spdy_alt_svc_wire_format.cc', |
1346 'spdy/spdy_alt_svc_wire_format.h', | 1348 'spdy/spdy_alt_svc_wire_format.h', |
1347 'spdy/spdy_bitmasks.h', | 1349 'spdy/spdy_bitmasks.h', |
1348 'spdy/spdy_buffer.cc', | 1350 'spdy/spdy_buffer.cc', |
1349 'spdy/spdy_buffer.h', | 1351 'spdy/spdy_buffer.h', |
(...skipping 2160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3510 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3512 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
3511 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3513 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
3512 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3514 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
3513 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3515 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
3514 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3516 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
3515 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3517 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
3516 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3518 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
3517 ], | 3519 ], |
3518 } | 3520 } |
3519 } | 3521 } |
OLD | NEW |