| 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 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1182 'spdy/hpack/hpack_input_stream.cc', | 1182 'spdy/hpack/hpack_input_stream.cc', |
| 1183 'spdy/hpack/hpack_input_stream.h', | 1183 'spdy/hpack/hpack_input_stream.h', |
| 1184 'spdy/hpack/hpack_output_stream.cc', | 1184 'spdy/hpack/hpack_output_stream.cc', |
| 1185 'spdy/hpack/hpack_output_stream.h', | 1185 'spdy/hpack/hpack_output_stream.h', |
| 1186 'spdy/hpack/hpack_static_table.cc', | 1186 'spdy/hpack/hpack_static_table.cc', |
| 1187 'spdy/hpack/hpack_static_table.h', | 1187 'spdy/hpack/hpack_static_table.h', |
| 1188 'spdy/http2_write_scheduler.h', | 1188 'spdy/http2_write_scheduler.h', |
| 1189 'spdy/http2_priority_dependencies.h', | 1189 'spdy/http2_priority_dependencies.h', |
| 1190 'spdy/http2_priority_dependencies.cc', | 1190 'spdy/http2_priority_dependencies.cc', |
| 1191 'spdy/priority_write_scheduler.h', | 1191 'spdy/priority_write_scheduler.h', |
| 1192 'spdy/push_promise_helper.h', |
| 1192 'spdy/spdy_alt_svc_wire_format.cc', | 1193 'spdy/spdy_alt_svc_wire_format.cc', |
| 1193 'spdy/spdy_alt_svc_wire_format.h', | 1194 'spdy/spdy_alt_svc_wire_format.h', |
| 1194 'spdy/spdy_bitmasks.h', | 1195 'spdy/spdy_bitmasks.h', |
| 1195 'spdy/spdy_buffer.cc', | 1196 'spdy/spdy_buffer.cc', |
| 1196 'spdy/spdy_buffer.h', | 1197 'spdy/spdy_buffer.h', |
| 1197 'spdy/spdy_buffer_producer.cc', | 1198 'spdy/spdy_buffer_producer.cc', |
| 1198 'spdy/spdy_buffer_producer.h', | 1199 'spdy/spdy_buffer_producer.h', |
| 1199 'spdy/spdy_bug_tracker.h', | 1200 'spdy/spdy_bug_tracker.h', |
| 1200 'spdy/spdy_flags.cc', | 1201 'spdy/spdy_flags.cc', |
| 1201 'spdy/spdy_flags.h', | 1202 'spdy/spdy_flags.h', |
| (...skipping 2087 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3289 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3290 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3290 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3291 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3291 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3292 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3292 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3293 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3293 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3294 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3294 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3295 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3295 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3296 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3296 ], | 3297 ], |
| 3297 } | 3298 } |
| 3298 } | 3299 } |
| OLD | NEW |