| 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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 'cert/ct_log_response_parser.h', | 588 'cert/ct_log_response_parser.h', |
| 589 'cert/ct_log_verifier.cc', | 589 'cert/ct_log_verifier.cc', |
| 590 'cert/ct_log_verifier.h', | 590 'cert/ct_log_verifier.h', |
| 591 'cert/ct_log_verifier_nss.cc', | 591 'cert/ct_log_verifier_nss.cc', |
| 592 'cert/ct_log_verifier_openssl.cc', | 592 'cert/ct_log_verifier_openssl.cc', |
| 593 'cert/ct_log_verifier_util.cc', | 593 'cert/ct_log_verifier_util.cc', |
| 594 'cert/ct_log_verifier_util.h', | 594 'cert/ct_log_verifier_util.h', |
| 595 'cert/ct_objects_extractor.h', | 595 'cert/ct_objects_extractor.h', |
| 596 'cert/ct_objects_extractor_nss.cc', | 596 'cert/ct_objects_extractor_nss.cc', |
| 597 'cert/ct_objects_extractor_openssl.cc', | 597 'cert/ct_objects_extractor_openssl.cc', |
| 598 'cert/ct_sct_to_string.cc', |
| 599 'cert/ct_sct_to_string.h', |
| 598 'cert/ct_serialization.cc', | 600 'cert/ct_serialization.cc', |
| 599 'cert/ct_serialization.h', | 601 'cert/ct_serialization.h', |
| 600 'cert/ct_signed_certificate_timestamp_log_param.cc', | 602 'cert/ct_signed_certificate_timestamp_log_param.cc', |
| 601 'cert/ct_signed_certificate_timestamp_log_param.h', | 603 'cert/ct_signed_certificate_timestamp_log_param.h', |
| 602 'cert/ev_root_ca_metadata.cc', | 604 'cert/ev_root_ca_metadata.cc', |
| 603 'cert/ev_root_ca_metadata.h', | 605 'cert/ev_root_ca_metadata.h', |
| 604 'cert/jwk_serializer.h', | 606 'cert/jwk_serializer.h', |
| 605 'cert/jwk_serializer_nss.cc', | 607 'cert/jwk_serializer_nss.cc', |
| 606 'cert/jwk_serializer_openssl.cc', | 608 'cert/jwk_serializer_openssl.cc', |
| 607 'cert/merkle_consistency_proof.cc', | 609 'cert/merkle_consistency_proof.cc', |
| (...skipping 1394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2002 "websockets/websocket_handshake_stream_create_helper.cc", | 2004 "websockets/websocket_handshake_stream_create_helper.cc", |
| 2003 "websockets/websocket_handshake_stream_create_helper.h", | 2005 "websockets/websocket_handshake_stream_create_helper.h", |
| 2004 "websockets/websocket_inflater.cc", | 2006 "websockets/websocket_inflater.cc", |
| 2005 "websockets/websocket_inflater.h", | 2007 "websockets/websocket_inflater.h", |
| 2006 "websockets/websocket_mux.h", | 2008 "websockets/websocket_mux.h", |
| 2007 "websockets/websocket_stream.cc", | 2009 "websockets/websocket_stream.cc", |
| 2008 "websockets/websocket_stream.h", | 2010 "websockets/websocket_stream.h", |
| 2009 ], | 2011 ], |
| 2010 } | 2012 } |
| 2011 } | 2013 } |
| OLD | NEW |